Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dfscrypt_control.h28 #define FS_KEY_DESC_SIZE 8 macro
39 uint8_t masterKeyDescriptor[FS_KEY_DESC_SIZE];
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c415 int ret = memcpy_s((char *)PolicySDP.masterKeyDescriptor, FS_KEY_DESC_SIZE, (char *)keyDesc, in ActSetFileXattrActSetFileXattr()