Home
last modified time | relevance | path

Searched refs:identity_credential_key (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.1/support/
H A Dattestation_record.cpp113 ASN1_NULL* identity_credential_key; member
173 ASN1_EXP_OPT(KM_AUTH_LIST, identity_credential_key, ASN1_NULL,
323 copyAuthTag(record->identity_credential_key, TAG_IDENTITY_CREDENTIAL_KEY, auth_list); in extract_auth_list()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h123 ASN1_NULL* identity_credential_key; member
192 ASN1_EXP_OPT(KM_AUTH_LIST, identity_credential_key, ASN1_NULL,
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp657 bool_ptr = &record->identity_credential_key; in build_auth_list()
1386 if (record->identity_credential_key && !auth_list->push_back(TAG_IDENTITY_CREDENTIAL_KEY)) { in extract_auth_list()