Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp141 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() function
151 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() function
159 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::UINT, tag> ttag, in copyAuthTag() function
190 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ULONG, tag> ttag, in copyAuthTag() function
198 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::DATE, tag> ttag, in copyAuthTag() function
206 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() function
213 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() function
225 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list()
226 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list()
227 copyAuthTag(record->application_id, TAG_APPLICATION_ID, auth_list); in extract_auth_list()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp143 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() function
153 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() function
161 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::UINT, tag> ttag, in copyAuthTag() function
192 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ULONG, tag> ttag, in copyAuthTag() function
200 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::DATE, tag> ttag, in copyAuthTag() function
208 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() function
215 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() function
227 copyAuthTag(record->active_date_time, TAG_ACTIVE_DATETIME, auth_list); in extract_auth_list()
228 copyAuthTag(record->algorithm, TAG_ALGORITHM, auth_list); in extract_auth_list()
229 copyAuthTag(record->all_applications, TAG_ALL_APPLICATIONS, auth_list); in extract_auth_list()
[all …]