Searched defs:decryptedKey (Results 1 – 7 of 7) sorted by relevance
65 GRD_API int32_t GRD_DBRestore(const char *dbFile, const char *backupDbFile, uint8_t *decryptedKey, in GRD_DBRestore()
89 KeyBlob &decryptedKey) in DecryptKeyBlob()
227 bool FscryptKeyV1::DoDecryptClassE(const UserAuth &auth, KeyBlob &eSecretFBE, KeyBlob &decryptedKey, in DoDecryptClassE()289 KeyBlob decryptedKey(AES_256_HASH_RANDOM_SIZE); in DecryptClassE() local
137 KeyBlob &decryptedKey) in TryRestoreUeceKey()
925 KeyBlob &decryptedKey) in StoreKey()
156 int RdRestore(const char *dbFile, const char *backupDbFile, uint8_t *decryptedKey, uint32_t decrypt… in RdRestore()
325 uint8_t *decryptedKey = const_cast<uint8_t*>(passwd.GetData()); in Import() local