Home
last modified time | relevance | path

Searched refs:wpabuf_alloc_ext_data (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dtls_internal.c495 out = wpabuf_alloc_ext_data(res, res_len); in tls_connection_handshake2()
503 *appl_data = wpabuf_alloc_ext_data(ad, ad_len); in tls_connection_handshake2()
540 out = wpabuf_alloc_ext_data(res, res_len); in tls_connection_server_handshake()
/freebsd/contrib/wpa/src/wps/
H A Dupnp_xml.c245 buf = wpabuf_alloc_ext_data(decoded, len); in xml_get_base64_item()
/freebsd/contrib/wpa/src/utils/
H A Dwpabuf.h31 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len);
H A Djson.c523 ret = wpabuf_alloc_ext_data(buf, buflen); in json_get_member_base64url()
545 ret = wpabuf_alloc_ext_data(buf, buflen); in json_get_member_base64()
H A Dwpabuf.c135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data() function
H A Dutils_module_tests.c523 buf = wpabuf_alloc_ext_data(ptr, 100); in wpabuf_tests()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c889 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, in _wpa_dbus_dict_entry_get_binarray()