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