Searched refs:get_ulong (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 549 static bool get_ulong(const ASN1_INTEGER* asn1_int, keymaster_tag_t tag, in get_ulong() function 594 if (!get_ulong(record->min_mac_length, TAG_MIN_MAC_LENGTH, auth_list)) in extract_auth_list() 602 if (!get_ulong(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list)) in extract_auth_list() 606 if (!get_ulong(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list)) in extract_auth_list() 610 if (!get_ulong(record->origination_expire_date_time, TAG_ORIGINATION_EXPIRE_DATETIME, in extract_auth_list() 615 if (!get_ulong(record->usage_expire_date_time, TAG_USAGE_EXPIRE_DATETIME, auth_list)) in extract_auth_list() 653 if (!get_ulong(record->creation_date_time, TAG_CREATION_DATETIME, auth_list)) in extract_auth_list()
|