Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/tls-client/
Dtls-client.c26 static struct wpabuf * read_msg(struct context *ctx) in read_msg() function
102 in = read_msg(&ctx); in LLVMFuzzerTestOneInput()
129 out = read_msg(&ctx); in LLVMFuzzerTestOneInput()
/hostap-latest/tests/fuzzing/tls-server/
Dtls-server.c26 static struct wpabuf * read_msg(struct context *ctx) in read_msg() function
94 out = read_msg(&ctx); in LLVMFuzzerTestOneInput()
121 out = read_msg(&ctx); in LLVMFuzzerTestOneInput()
/hostap-latest/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c51 static u8 * read_msg(struct wpa *wpa, size_t *ret_len) in read_msg() function
120 wpa->supp_eapol = read_msg(wpa, &wpa->supp_eapol_len); in auth_read_msg()
/hostap-latest/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c41 static u8 * read_msg(struct wpa *wpa, size_t *ret_len) in read_msg() function
101 wpa->auth_eapol = read_msg(wpa, &wpa->auth_eapol_len); in supp_read_msg()