Home
last modified time | relevance | path

Searched refs:EatSecurityLevel (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp99 static int64_t get_uint32_value(EatSecurityLevel level) { in get_uint32_value()
279 if (security_level == EatSecurityLevel::UNRESTRICTED) { in build_eat_submod()
812 get_uint32_value(EatSecurityLevel::SECURE_RESTRICTED)); in build_eat_record()
1498 switch ((EatSecurityLevel)int_value->value()) { in parse_eat_record()
1502 case EatSecurityLevel::UNRESTRICTED: in parse_eat_record()
1506 case EatSecurityLevel::SECURE_RESTRICTED: in parse_eat_record()
1510 case EatSecurityLevel::HARDWARE: in parse_eat_record()
1846 switch ((EatSecurityLevel)auth_set_security_level) { in parse_eat_submod()
1847 case EatSecurityLevel::HARDWARE: in parse_eat_submod()
1852 case EatSecurityLevel::UNRESTRICTED: in parse_eat_submod()
[all …]
/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp357 EatSecurityLevel submod_security_level; in TEST()
364 submod_security_level = (EatSecurityLevel)value_item->asInt()->value(); in TEST()
367 if (submod_security_level == EatSecurityLevel::UNRESTRICTED) { in TEST()
369 } else if (submod_security_level == EatSecurityLevel::SECURE_RESTRICTED) { in TEST()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h293 enum class EatSecurityLevel { enum
381 EatSecurityLevel security_level, cppbor::Map* submod);