Searched refs:TYPE_EL3 (Results 1 - 7 of 7) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | fbex.h | 28 constexpr uint32_t TYPE_EL3 = 3; member
|
H A D | recover_manager.h | 34 TYPE_EL2, TYPE_EL3, TYPE_EL4 };
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1_ext.cpp | 54 if (type == TYPE_EL2 || type == TYPE_EL3 || type == TYPE_EL4 || type == TYPE_EL5) { in GetMappedUserId() 276 {"el3", TYPE_EL3}, in GetTypeFromDir()
|
H A D | fscrypt_key_v1.cpp | 49 if (elType == TYPE_EL3 || elType == TYPE_EL4) { in ActiveKey() 51 if (elType == TYPE_EL3) { in ActiveKey()
|
H A D | recover_manager.cpp | 270 if (keyType == TYPE_EL3 || keyType == TYPE_EL4) { in InstallKeyDescToKeyring() 272 if (keyType == TYPE_EL3) { in InstallKeyDescToKeyring()
|
H A D | base_key.cpp | 465 if (keyType == TYPE_EL3 || keyType == TYPE_EL4) { in StoreKey() 743 if (keyType == TYPE_EL3 || keyType == TYPE_EL4) { in StoreKey() 1095 {"el3", TYPE_EL3}, in StoreKey()
|
/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); in HWTEST_F() 125 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL3), rlt); in HWTEST_F() 143 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL3), userId); in HWTEST_F()
|
Completed in 5 milliseconds