Searched refs:asn1_string (Results 1 – 4 of 4) 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/security/keymint/support/ |
D | attestation_record.cpp | 275 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/ |
D | attestation_record.cpp | 259 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/ |
D | attestation_record.cpp | 274 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()
|