Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_server_write.c251 u8 *dh_ys; in tls_write_server_key_exchange() local
316 dh_ys = os_malloc(dh_ys_len); in tls_write_server_key_exchange()
317 if (dh_ys == NULL) { in tls_write_server_key_exchange()
327 dh_ys, &dh_ys_len)) { in tls_write_server_key_exchange()
330 os_free(dh_ys); in tls_write_server_key_exchange()
336 dh_ys, dh_ys_len); in tls_write_server_key_exchange()
380 os_free(dh_ys); in tls_write_server_key_exchange()
394 os_free(dh_ys); in tls_write_server_key_exchange()
408 os_free(dh_ys); in tls_write_server_key_exchange()
413 os_memcpy(pos, dh_ys, dh_ys_len); in tls_write_server_key_exchange()
[all …]
Dtlsv1_client_i.h58 u8 *dh_ys; member
Dtlsv1_client_read.c463 conn->dh_ys = os_malloc(conn->dh_ys_len); in tlsv1_process_diffie_hellman()
464 if (conn->dh_ys == NULL) in tlsv1_process_diffie_hellman()
466 os_memcpy(conn->dh_ys, pos, conn->dh_ys_len); in tlsv1_process_diffie_hellman()
469 conn->dh_ys, conn->dh_ys_len); in tlsv1_process_diffie_hellman()
Dtlsv1_client.c35 os_free(conn->dh_ys); in tlsv1_client_free_dh()
36 conn->dh_p = conn->dh_g = conn->dh_ys = NULL; in tlsv1_client_free_dh()
Dtlsv1_client_write.c327 if(crypto_mod_exp(conn->dh_ys, conn->dh_ys_len, in tlsv1_key_x_anon_dh()