Home
last modified time | relevance | path

Searched refs:rsa_public_exponent (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dattestation_record.h70 ASN1_INTEGER* rsa_public_exponent; member
114 ASN1_EXP_OPT(KM_AUTH_LIST, rsa_public_exponent, ASN1_INTEGER,
/system/keymaster/km_openssl/
Dattestation_record.cpp199 integer_ptr = &record->rsa_public_exponent; in build_auth_list()
602 if (!get_ulong(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list)) in extract_auth_list()