Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp1513 const cppbor::Array* array_value = value_item->asArray(); in parse_eat_record() local
1587 ASSERT_OR_RETURN_ERROR(array_value, KM_ERROR_INVALID_TAG); in parse_eat_record()
1588 ASSERT_OR_RETURN_ERROR(array_value->size() == 5, KM_ERROR_INVALID_TAG); in parse_eat_record()
1589 ASSERT_OR_RETURN_ERROR((*array_value)[4]->asSimple()->asBool()->value() == false, in parse_eat_record()
1591 verified_or_self_signed = (*array_value)[0]->asSimple()->asBool()->value(); in parse_eat_record()
1593 (*array_value)[1]->asSimple()->asBool()->value(), in parse_eat_record()
1596 (*array_value)[2]->asSimple()->asBool()->value(), in parse_eat_record()
1599 (*array_value)[3]->asSimple()->asBool()->value(), in parse_eat_record()