Home
last modified time | relevance | path

Searched defs:keyDesc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c307 char keyDesc[FSCRYPT_KEY_DESCRIPTOR_SIZE] = {0}; in SetPolicyLegacy() local
406 static int ActSetFileXattrActSetFileXattr(const char *path, char *keyDesc, int storageType) in ActSetFileXattrActSetFileXattr()
459 char keyDesc[FSCRYPT_KEY_DESCRIPTOR_SIZE] = {0}; in LoadAndSetEceAndSecePolicy() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h148 KeyBlob keyDesc; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp72 bool FscryptKeyV1::GenerateAppkey(uint32_t userId, uint32_t hashId, std::string &keyDesc) in GenerateAppkey()