Searched refs:dh_ys (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server_write.c | 372 u8 *dh_ys; in tls_write_server_key_exchange() local 439 dh_ys = os_malloc(dh_ys_len); in tls_write_server_key_exchange() 440 if (dh_ys == NULL) { in tls_write_server_key_exchange() 449 dh_p, dh_p_len, dh_ys, &dh_ys_len)) { in tls_write_server_key_exchange() 452 os_free(dh_ys); in tls_write_server_key_exchange() 457 dh_ys, dh_ys_len); in tls_write_server_key_exchange() 502 os_free(dh_ys); in tls_write_server_key_exchange() 516 os_free(dh_ys); in tls_write_server_key_exchange() 530 os_free(dh_ys); in tls_write_server_key_exchange() 535 os_memcpy(pos, dh_ys, dh_ys_len); in tls_write_server_key_exchange() [all …]
|
D | tlsv1_client_i.h | 61 u8 *dh_ys; member
|
D | tlsv1_client_read.c | 720 conn->dh_ys = os_malloc(conn->dh_ys_len); in tlsv1_process_diffie_hellman() 721 if (conn->dh_ys == NULL) in tlsv1_process_diffie_hellman() 723 os_memcpy(conn->dh_ys, pos, conn->dh_ys_len); in tlsv1_process_diffie_hellman() 726 conn->dh_ys, conn->dh_ys_len); in tlsv1_process_diffie_hellman()
|
D | tlsv1_client.c | 36 os_free(conn->dh_ys); in tlsv1_client_free_dh() 37 conn->dh_p = conn->dh_g = conn->dh_ys = NULL; in tlsv1_client_free_dh()
|
D | tlsv1_client_write.c | 439 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len, in tlsv1_key_x_dh()
|