Searched refs:asn1_string (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | attestation_record.cpp | 215 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/ |
D | attestation_record.cpp | 230 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()
|
/hardware/interfaces/keymaster/4.1/support/ |
D | attestation_record.cpp | 247 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument 249 if (!asn1_string) return; in copyAuthTag() 251 buf.setToExternal(asn1_string->data, asn1_string->length); in copyAuthTag()
|