Home
last modified time | relevance | path

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

/hostap-latest/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,
/hostap-latest/src/common/
Ddpp_backup.c193 asn1_put_hdr(key, ASN1_CLASS_CONTEXT_SPECIFIC, 1, 0, wpabuf_len(attr)); in dpp_build_key_pkg()
327 asn1_put_hdr(pwri, ASN1_CLASS_CONTEXT_SPECIFIC, 1, 0, in dpp_build_pw_recipient_info()
424 asn1_put_hdr(enc_cont_info, ASN1_CLASS_CONTEXT_SPECIFIC, 0, 0, in dpp_build_enc_cont_info()