Home
last modified time | relevance | path

Searched refs:FSCRYPT_KEY_DESCRIPTOR_SIZE (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c313 char keyDesc[FSCRYPT_KEY_DESCRIPTOR_SIZE] = {0}; in SetPolicyLegacy()
314 int ret = ReadKeyFile(keyDescPath, keyDesc, FSCRYPT_KEY_DESCRIPTOR_SIZE); in SetPolicyLegacy()
320 FSCRYPT_KEY_DESCRIPTOR_SIZE, keyDesc, FSCRYPT_KEY_DESCRIPTOR_SIZE); in SetPolicyLegacy()
422 FSCRYPT_KEY_DESCRIPTOR_SIZE); in ActSetFileXattrActSetFileXattr()
465 char keyDesc[FSCRYPT_KEY_DESCRIPTOR_SIZE] = {0}; in LoadAndSetEceAndSecePolicy()
466 ret = ReadKeyFile(pathBuf, keyDesc, FSCRYPT_KEY_DESCRIPTOR_SIZE); in LoadAndSetEceAndSecePolicy()
/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dfscrypt_uapi.h21 #define FSCRYPT_KEY_DESCRIPTOR_SIZE FS_KEY_DESCRIPTOR_SIZE macro
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_blob.h47 constexpr uint32_t CRYPTO_KEY_DESC_SIZE = FSCRYPT_KEY_DESCRIPTOR_SIZE;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp122 #define FSCRYPT_KEY_DESCRIPTOR_SIZE 8 macro
135 char app_key2_descriptor[FSCRYPT_KEY_DESCRIPTOR_SIZE];
2017 // keyId length = KEY_ID_STEP * FSCRYPT_KEY_DESCRIPTOR_SIZE in GenerateKeyIdAndSetPolicy()
2019 if (i / KEY_ID_STEP >= FSCRYPT_KEY_DESCRIPTOR_SIZE) { in GenerateKeyIdAndSetPolicy()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dcrypto_key_test.cpp414 (void)memcpy_s(arg.v1.master_key_descriptor, FSCRYPT_KEY_DESCRIPTOR_SIZE, g_testKeyV1->keyInfo_.keyDesc.data.get(), in HWTEST_F()

Completed in 8 milliseconds