Lines Matching refs:wpabuf
504 void asn1_put_integer(struct wpabuf *buf, int val) in asn1_put_integer()
519 static void asn1_put_len(struct wpabuf *buf, size_t len) in asn1_put_len()
539 void asn1_put_octet_string(struct wpabuf *buf, const struct wpabuf *val) in asn1_put_octet_string()
547 void asn1_put_oid(struct wpabuf *buf, const struct asn1_oid *oid) in asn1_put_oid()
580 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, in asn1_put_hdr()
588 void asn1_put_sequence(struct wpabuf *buf, const struct wpabuf *payload) in asn1_put_sequence()
596 void asn1_put_set(struct wpabuf *buf, const struct wpabuf *payload) in asn1_put_set()
604 void asn1_put_utf8string(struct wpabuf *buf, const char *val) in asn1_put_utf8string()
612 struct wpabuf * asn1_build_alg_id(const struct asn1_oid *oid, in asn1_build_alg_id()
613 const struct wpabuf *params) in asn1_build_alg_id()
615 struct wpabuf *buf; in asn1_build_alg_id()
637 struct wpabuf * asn1_encaps(struct wpabuf *buf, u8 class, u8 tag) in asn1_encaps()
639 struct wpabuf *res; in asn1_encaps()