Searched refs:asn1_put_hdr (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | asn1.c | 580 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, in asn1_put_hdr() function 590 asn1_put_hdr(buf, ASN1_CLASS_UNIVERSAL, 1, ASN1_TAG_SEQUENCE, in asn1_put_sequence() 598 asn1_put_hdr(buf, ASN1_CLASS_UNIVERSAL, 1, ASN1_TAG_SET, in asn1_put_set() 606 asn1_put_hdr(buf, ASN1_CLASS_UNIVERSAL, 0, ASN1_TAG_UTF8STRING, in asn1_put_utf8string() 645 asn1_put_hdr(res, class, 1, tag, wpabuf_len(buf)); in asn1_encaps()
|
D | asn1.h | 79 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag,
|