Home
last modified time | relevance | path

Searched refs:asn1_put_hdr (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dasn1.c580 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()
Dasn1.h79 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag,