Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v1.h58 bool GenerateAppKeyDesc(KeyBlob appKey);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp85 if (!GenerateAppKeyDesc(appKey)) { in GenerateAppkey()
535 bool FscryptKeyV1::GenerateAppKeyDesc(KeyBlob appKey) in GenerateAppKeyDesc() function in OHOS::StorageDaemon::FscryptKeyV1