Searched refs:key_int (Results 1 – 2 of 2) sorted by relevance
332 const cppbor::Int* key_int = key_item->asInt(); in TEST() local333 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()
1599 const cppbor::Int* key_int = key_item->asInt(); in parse_submod_values() local1600 ASSERT_OR_RETURN_ERROR(key_int, KM_ERROR_INVALID_TAG); in parse_submod_values()1601 int key = key_int->value(); in parse_submod_values()