Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp215 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
217 if (!asn1_string) return; in copyAuthTag()
219 buf.setToExternal(asn1_string->data, asn1_string->length); in copyAuthTag()
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp230 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
232 if (!asn1_string) return; in copyAuthTag()
234 buf.setToExternal(asn1_string->data, asn1_string->length); in copyAuthTag()