Searched refs:encryptedKeyBlob (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | security_manager.cpp | 237 struct HksBlob encryptedKeyBlob = { uint32_t(source.size()), source.data() }; in Decrypt() local 271 ret = HksDecrypt(&rootKeyName, params, &encryptedKeyBlob, &plainKeyBlob); in Decrypt()
|
/ohos5.0/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()
|