Searched refs:encryptedKeyBlob (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/ |
H A D | crypto_manager.cpp | 175 struct HksBlob encryptedKeyBlob = { uint32_t(source.size()), source.data() }; in Decrypt() local 209 ret = HksDecrypt(&rootKeyName, params, &encryptedKeyBlob, &plainKeyBlob); in Decrypt()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | security_manager.cpp | 246 struct HksBlob encryptedKeyBlob = { uint32_t(source.size()), source.data() }; in Decrypt() local 280 ret = HksDecrypt(&rootKeyName, params, &encryptedKeyBlob, &plainKeyBlob); in Decrypt()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_security_manager.cpp | 320 struct HksBlob encryptedKeyBlob = { uint32_t(source.size() - AEAD_LEN), source.data() };
in DecryptWorkKey() local 352 key.resize(encryptedKeyBlob.size * TIMES + 1);
in DecryptWorkKey() 354 ret = HksDecryptThreeStage(&rootKeyName, params, &encryptedKeyBlob, &plainKeyBlob);
in DecryptWorkKey()
|
Completed in 3 milliseconds