Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c266 static int ReadKeyFile(const char *path, char *buf, size_t len) in ReadKeyFile() function
308 int ret = ReadKeyFile(keyDescPath, keyDesc, FSCRYPT_KEY_DESCRIPTOR_SIZE); in SetPolicyLegacy()
332 int ret = ReadKeyFile(keyIdPath, keyId, FSCRYPT_KEY_IDENTIFIER_SIZE); in SetPolicyV2()
460 ret = ReadKeyFile(pathBuf, keyDesc, FSCRYPT_KEY_DESCRIPTOR_SIZE); in LoadAndSetEceAndSecePolicy()