Searched refs:get_enum (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 1112 static bool get_enum(const ASN1_INTEGER* asn1_int, TypedEnumTag<Type, Tag, KeymasterEnum> tag, in get_enum() function 1139 if (!get_enum(record->algorithm, TAG_ALGORITHM, auth_list)) { in extract_auth_list() 1175 if (!get_enum(record->ec_curve, TAG_EC_CURVE, auth_list)) { in extract_auth_list() 1227 if (!get_enum(record->user_auth_type, TAG_USER_AUTH_TYPE, auth_list)) { in extract_auth_list() 1277 if (!get_enum(record->origin, TAG_ORIGIN, auth_list)) { in extract_auth_list()
|