Searched refs:wpabuf_alloc_ext_data (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_internal.c | 495 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 D | upnp_xml.c | 245 buf = wpabuf_alloc_ext_data(decoded, len); in xml_get_base64_item()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | wpabuf.h | 31 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len);
|
H A D | json.c | 523 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 D | wpabuf.c | 135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data() function
|
H A D | utils_module_tests.c | 523 buf = wpabuf_alloc_ext_data(ptr, 100); in wpabuf_tests()
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 889 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, in _wpa_dbus_dict_entry_get_binarray()
|