Home
last modified time | relevance | path

Searched refs:asn1_string (Results 1 – 4 of 4) 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/security/keymint/support/
Dattestation_record.cpp275 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
277 if (!asn1_string) return; in copyAuthTag()
278 vector<uint8_t> buf(asn1_string->data, asn1_string->data + asn1_string->length); in copyAuthTag()
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp259 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
261 if (!asn1_string) return; in copyAuthTag()
263 buf.setToExternal(asn1_string->data, asn1_string->length); in copyAuthTag()
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp274 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
276 if (!asn1_string) return; in copyAuthTag()
278 buf.setToExternal(asn1_string->data, asn1_string->length); in copyAuthTag()