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