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

  /system/keymaster/include/keymaster/
attestation_record.h 69 ASN1_INTEGER* usage_expire_date_time; member in struct:keymaster::km_auth_list
110 ASN1_EXP_OPT(KM_AUTH_LIST, usage_expire_date_time, ASN1_INTEGER,
  /hardware/interfaces/keymaster/3.0/vts/functional/
attestation_record.cpp 71 ASN1_INTEGER* usage_expire_date_time; member in struct:android::hardware::keymaster::V3_0::km_auth_list
100 ASN1_EXP_OPT(KM_AUTH_LIST, usage_expire_date_time, ASN1_INTEGER,
245 copyAuthTag(record->usage_expire_date_time, TAG_USAGE_EXPIRE_DATETIME, auth_list);
  /hardware/interfaces/keymaster/4.0/support/
attestation_record.cpp 71 ASN1_INTEGER* usage_expire_date_time; member in struct:android::hardware::keymaster::V4_0::km_auth_list
99 ASN1_EXP_OPT(KM_AUTH_LIST, usage_expire_date_time, ASN1_INTEGER,
242 copyAuthTag(record->usage_expire_date_time, TAG_USAGE_EXPIRE_DATETIME, auth_list);
  /system/keymaster/km_openssl/
attestation_record.cpp 207 integer_ptr = &record->usage_expire_date_time;
597 if (!get_ulong(record->usage_expire_date_time, TAG_USAGE_EXPIRE_DATETIME, auth_list))

Completed in 1506 milliseconds