Searched refs:encryptedKey (Results 1 – 1 of 1) sorted by relevance
503 std::string encryptedKey; in storeKey() local513 if (!encryptWithKeymasterKey(keymaster, dir, keyParams, authToken, key, &encryptedKey, in storeKey()517 if (!encryptWithoutKeymaster(appId, key, &encryptedKey)) return false; in storeKey()519 if (!writeStringToFile(encryptedKey, dir + "/" + kFn_encrypted_key)) return false; in storeKey()