Home
last modified time | relevance | path

Searched refs:key_int (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp360 const cppbor::Int* key_int = key_item->asInt(); in TEST() local
361 if (key_int->value() == convert_to_eat_claim(UNKNOWN_TAG_T)) { in TEST()
363 } else if ((EatClaim)key_int->value() == EatClaim::SECURITY_LEVEL) { in TEST()
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp1596 const cppbor::Int* key_int = key_item->asInt(); in parse_submod_values() local
1597 ASSERT_OR_RETURN_ERROR(key_int, KM_ERROR_INVALID_TAG); in parse_submod_values()
1598 int key = key_int->value(); in parse_submod_values()