HomeSort by relevance Sort by last modified time
    Searched refs:attestation_id_serial (Results 1 - 2 of 2) sorted by null

  /system/keymaster/include/keymaster/
attestation_record.h 87 ASN1_OCTET_STRING* attestation_id_serial; member in struct:keymaster::km_auth_list
134 ASN1_EXP_OPT(KM_AUTH_LIST, attestation_id_serial, ASN1_OCTET_STRING,
  /system/keymaster/km_openssl/
attestation_record.cpp 250 string_ptr = &record->attestation_id_serial;
673 if (record->attestation_id_serial &&
674 !auth_list->push_back(TAG_ATTESTATION_ID_SERIAL, record->attestation_id_serial->data,
675 record->attestation_id_serial->length))

Completed in 96 milliseconds