Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/
H A Dfscrypt_key_v1_ext_test.cpp163 ext.type_ = TYPE_EL2;
193 ext.type_ = TYPE_EL2;
218 ext.type_ = TYPE_EL2;
246 ext.type_ = TYPE_EL2;
272 ext.type_ = TYPE_EL2;
298 ext.type_ = TYPE_EL2;
325 ext.type_ = TYPE_EL2;
351 ext.type_ = TYPE_EL2;
377 ext.type_ = TYPE_EL2;
416 ext.type_ = TYPE_EL2;
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1_ext.cpp55 if (type == TYPE_EL2 || type == TYPE_EL3 || type == TYPE_EL4 || type == TYPE_EL5) { in GetMappedUserId()
239 if ((type_ != TYPE_EL2) && !destroy) { in InactiveKeyExt()
310 {"el2", TYPE_EL2}, in GetTypeFromDir()
H A Dbase_key.cpp1057 {"el2", TYPE_EL2}, in StoreKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfbex.h27 constexpr uint32_t TYPE_EL2 = 1; variable