Searched refs:wpabuf_concat (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_teap.c | 551 return wpabuf_concat(msg, tlv); in eap_teap_add_identity_type() 1325 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted() 1368 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted() 1376 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted() 1383 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted() 1413 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted() 1439 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted() 1445 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted() 1449 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted() 1456 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted() [all …]
|
H A D | eap_fast.c | 1223 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1229 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1236 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1246 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1259 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1264 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted() 1267 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | wpabuf.h | 37 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
|
H A D | wpabuf.c | 237 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) in wpabuf_concat() function
|
H A D | utils_module_tests.c | 547 buf2 = wpabuf_concat(buf, NULL); in wpabuf_tests()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_teap.c | 593 return wpabuf_concat(req, id_tlv); in eap_teap_build_phase2_req() 613 return wpabuf_concat(eap_teap_tlv_eap_payload(req), id_tlv); in eap_teap_build_phase2_req() 974 req = wpabuf_concat(req, eap); in eap_teap_buildReq() 985 req = wpabuf_concat( in eap_teap_buildReq()
|
H A D | eap_server_fast.c | 899 req = wpabuf_concat(req, eap); in eap_fast_buildReq()
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_group.c | 468 ie = wpabuf_concat(extra, ie); in p2p_group_build_probe_resp_ie() 474 ie = wpabuf_concat(wfd, ie); in p2p_group_build_probe_resp_ie()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_module_tests.c | 2342 enc_ct = wpabuf_concat(enc, ct); in run_hpke_test()
|
H A D | tls_wolfssl.c | 175 data->out_data = wpabuf_concat(data->out_data, tmp); in wolfssl_send_cb()
|