Home
last modified time | relevance | path

Searched refs:TYPE_EL5 (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/
H A Dfscrypt_key_v1_ext_test.cpp107 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL5), 0); in HWTEST_F()
127 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL5), rlt); in HWTEST_F()
145 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL5), userId); in HWTEST_F()
160 uint32_t elType = TYPE_EL5; in HWTEST_F()
166 EXPECT_EQ(elType, TYPE_EL5); in HWTEST_F()
171 EXPECT_EQ(elType, TYPE_EL5); in HWTEST_F()
389 ext.type_ = TYPE_EL5; in HWTEST_F()
413 uint32_t elType = TYPE_EL5; in HWTEST_F()
419 EXPECT_EQ(elType, TYPE_EL5); in HWTEST_F()
424 EXPECT_EQ(elType, TYPE_EL5); in HWTEST_F()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1_ext.cpp54 if (type == TYPE_EL2 || type == TYPE_EL3 || type == TYPE_EL4 || type == TYPE_EL5) { in GetMappedUserId()
214 uint32_t user = type_ == TYPE_EL5 ? userId_ : GetMappedUserId(userId_, type_); in InactiveKeyExt()
278 {"el5", TYPE_EL5}, in GetTypeFromDir()
H A Dbase_key.cpp363 if (candidate.empty() && GetTypeFromDir() == TYPE_EL5) { in StoreKey()
1097 {"el5", TYPE_EL5}, in StoreKey()
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfbex.h30 constexpr uint32_t TYPE_EL5 = 6; member

Completed in 3 milliseconds