Searched defs:asn1_int (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dattestation_record.cpp549 static bool get_enum(const ASN1_INTEGER* asn1_int, TypedEnumTag<Type, Tag, KeymasterEnum> tag, argument
551 if (!asn1_int)
553 return auth_list->push_back(tag, static_cast<KeymasterEnum>(ASN1_INTEGER_get(asn1_int)));
557 static bool get_ulong(const ASN1_INTEGER* asn1_int, keymaster_tag_t tag, argument
559 if (!asn1_int)
561 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr));

Completed in 32 milliseconds