Home
last modified time | relevance | path

Searched defs:appKey (Results 1 – 5 of 5) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dfscrypt_key_v1.cpp73 KeyBlob appKey(FBEX_KEYID_SIZE); in GenerateAppkey() local
99 bool FscryptKeyV1::InstallKeyForAppKeyToKeyring(KeyBlob &appKey) in InstallKeyForAppKeyToKeyring()
494 bool FscryptKeyV1::GenerateAppKeyDesc(KeyBlob appKey) in GenerateAppKeyDesc()
Dfscrypt_key_v1_ext.cpp102 …ptKeyV1Ext::GenerateAppkey(uint32_t user, uint32_t hashId, std::unique_ptr<uint8_t[]> &appKey, uin… in GenerateAppkey()
Dfbex.cpp313 …X::GenerateAppkey(UserIdToFbeStr &userIdToFbe, uint32_t hashId, std::unique_ptr<uint8_t[]> &appKey, in GenerateAppkey()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/
Dfscrypt_key_v1_ext_test.cpp219 std::unique_ptr<uint8_t []> appKey; variable
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
Dfbex_mock.cpp60 …X::GenerateAppkey(UserIdToFbeStr &userIdToFbe, uint32_t appUid, std::unique_ptr<uint8_t[]> &appKey, in GenerateAppkey()