Home
last modified time | relevance | path

Searched defs:rndEnc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp468 KeyBlob rndEnc(keyCtx.rndEnc); in StoreKey() local
736 KeyBlob rndEnc(keyCtx.rndEnc); in StoreKey() local
1014 bool BaseKey::CombKeyCtx(const KeyBlob &nonce, const KeyBlob &rndEnc, const KeyBlob &aad, KeyBlob &… in StoreKey()
1035 bool BaseKey::SplitKeyCtx(const KeyBlob &keyIn, KeyBlob &nonce, KeyBlob &rndEnc, KeyBlob &aad) in StoreKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h159 KeyBlob rndEnc; member