Searched refs:asn1_string (Results 1 – 2 of 2) sorted by relevance
215 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument217 if (!asn1_string) return; in copyAuthTag()219 buf.setToExternal(asn1_string->data, asn1_string->length); in copyAuthTag()
230 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument232 if (!asn1_string) return; in copyAuthTag()234 buf.setToExternal(asn1_string->data, asn1_string->length); in copyAuthTag()