Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dattestation_record_test.cpp332 const cppbor::Int* key_int = key_item->asInt(); in TEST() local
333 if (key_int->value() == convert_to_eat_claim(UNKNOWN_TAG_T)) { in TEST()
335 } else if ((EatClaim)key_int->value() == EatClaim::SECURITY_LEVEL) { in TEST()
/system/keymaster/km_openssl/
Dattestation_record.cpp1599 const cppbor::Int* key_int = key_item->asInt(); in parse_submod_values() local
1600 ASSERT_OR_RETURN_ERROR(key_int, KM_ERROR_INVALID_TAG); in parse_submod_values()
1601 int key = key_int->value(); in parse_submod_values()