Searched refs:TYPE_EL3 (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1_ext.cpp | 55 if (type == TYPE_EL2 || type == TYPE_EL3 || type == TYPE_EL4 || type == TYPE_EL5) { in GetMappedUserId() 311 {"el3", TYPE_EL3}, in GetTypeFromDir()
|
H A D | fscrypt_key_v1.cpp | 48 if (elType == TYPE_EL3 || elType == TYPE_EL4) { in ActiveKey() 50 if (elType == TYPE_EL3) { in ActiveKey()
|
H A D | base_key.cpp | 464 if (keyType == TYPE_EL3 || keyType == TYPE_EL4) { in StoreKey() 743 if (keyType == TYPE_EL3 || keyType == TYPE_EL4) { in StoreKey() 1058 {"el3", TYPE_EL3}, in StoreKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | fbex.h | 28 constexpr uint32_t TYPE_EL3 = 3; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/ |
H A D | fscrypt_key_v1_ext_test.cpp | 105 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL3), 0); 125 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL3), rlt); 143 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL3), userId);
|