Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp74 KeyBlob appKey(FBEX_KEYID_SIZE); in GenerateAppkey() local
100 bool FscryptKeyV1::InstallKeyForAppKeyToKeyring(KeyBlob &appKey) in InstallKeyForAppKeyToKeyring()
535 bool FscryptKeyV1::GenerateAppKeyDesc(KeyBlob appKey) in GenerateAppKeyDesc()
H A Dfscrypt_key_v1_ext.cpp137 …ptKeyV1Ext::GenerateAppkey(uint32_t user, uint32_t hashId, std::unique_ptr<uint8_t[]> &appKey, uin… in GenerateAppkey()
H A Dfbex.cpp381 …X::GenerateAppkey(UserIdToFbeStr &userIdToFbe, uint32_t hashId, std::unique_ptr<uint8_t[]> &appKey, in GenerateAppkey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/
H A Dfscrypt_key_v1_ext_test.cpp219 std::unique_ptr<uint8_t []> appKey; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfbex_mock.cpp65 …X::GenerateAppkey(UserIdToFbeStr &userIdToFbe, uint32_t appUid, std::unique_ptr<uint8_t[]> &appKey, in GenerateAppkey()