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