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

  /hardware/interfaces/keymaster/3.0/vts/functional/
attestation_record.cpp 73 ASN1_INTEGER* user_auth_type; member in struct:android::hardware::keymaster::V3_0::km_auth_list
103 ASN1_EXP_OPT(KM_AUTH_LIST, user_auth_type, ASN1_INTEGER, TAG_USER_AUTH_TYPE.maskedTag()),
246 copyAuthTag(record->user_auth_type, TAG_USER_AUTH_TYPE, auth_list);
  /system/keymaster/
attestation_record.cpp 74 ASN1_INTEGER* user_auth_type; member in struct:keymaster::km_auth_list
112 ASN1_EXP_OPT(KM_AUTH_LIST, user_auth_type, ASN1_INTEGER, TAG_USER_AUTH_TYPE.masked_tag()),
279 integer_ptr = &record->user_auth_type;
684 if (!get_enum(record->user_auth_type, TAG_USER_AUTH_TYPE, auth_list))
    [all...]

Completed in 144 milliseconds