Home
last modified time | relevance | path

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

/hostap-3.6.0/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-3.6.0/tests/fuzzing/tls-client/
Dtls-client.c63 struct wpabuf *in = NULL, *out = NULL, *appl; in LLVMFuzzerTestOneInput() local
88 appl = NULL; in LLVMFuzzerTestOneInput()
90 &appl); in LLVMFuzzerTestOneInput()
102 appl = NULL; in LLVMFuzzerTestOneInput()
/hostap-3.6.0/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()