Home
last modified time | relevance | path

Searched refs:appl (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/tests/
Dtest-https.c76 struct wpabuf *in, *out, *appl; in https_client() local
95 appl = NULL; in https_client()
96 out = tls_connection_handshake2(tls, conn, in, &appl, in https_client()
129 if (appl) in https_client()
130 wpa_hexdump_buf(MSG_DEBUG, "Received application data", appl); in https_client()
176 wpabuf_free(appl); in https_client()
Dtest-https_server.c82 struct wpabuf *in, *out, *appl; in https_server() local
116 appl = NULL; in https_server()
117 out = tls_connection_server_handshake(tls, conn, in, &appl); in https_server()
145 if (appl) in https_server()
146 wpa_hexdump_buf(MSG_DEBUG, "Received application data", appl); in https_server()
200 wpabuf_free(appl); in https_server()
/hostap-latest/tests/fuzzing/tls-client/
Dtls-client.c63 struct wpabuf *in = NULL, *out = NULL, *appl; in LLVMFuzzerTestOneInput() local
87 appl = NULL; in LLVMFuzzerTestOneInput()
89 &appl); in LLVMFuzzerTestOneInput()
101 appl = NULL; in LLVMFuzzerTestOneInput()
/hostap-latest/tests/fuzzing/tls-server/
Dtls-server.c63 struct wpabuf *in = NULL, *out = NULL, *appl; in LLVMFuzzerTestOneInput() local
93 appl = NULL; in LLVMFuzzerTestOneInput()
100 appl = NULL; in LLVMFuzzerTestOneInput()
102 out, &appl); in LLVMFuzzerTestOneInput()
/hostap-latest/src/radius/
Dradius_client.c980 struct wpabuf *in, *out = NULL, *appl; in radius_client_process_tls_handshake() local
998 appl = NULL; in radius_client_process_tls_handshake()
999 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl); in radius_client_process_tls_handshake()
1319 struct wpabuf *in, *out = NULL, *appl; in radius_client_write_ready() local
1376 appl = NULL; in radius_client_write_ready()
1377 out = tls_connection_handshake(radius->tls_ctx, conn, in, &appl); in radius_client_write_ready()