Home
last modified time | relevance | path

Searched refs:CombKeyBlob (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h111 void CombKeyBlob(const KeyBlob &encAad, const KeyBlob &end, KeyBlob &keyOut);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp917 CombKeyBlob(keyCtx.rndEnc, keyCtx.nonce, encryptedKey); in StoreKey()
972 void BaseKey::CombKeyBlob(const KeyBlob &encAad, const KeyBlob &end, KeyBlob &keyOut) in StoreKey() function in OHOS::StorageDaemon::BaseKey