Searched refs:dh_ys (Results 1 – 5 of 5) sorted by relevance
250 u8 *dh_ys; in tls_write_server_key_exchange() local315 dh_ys = os_malloc(dh_ys_len); in tls_write_server_key_exchange()316 if (dh_ys == NULL) { in tls_write_server_key_exchange()326 dh_ys, &dh_ys_len)) { in tls_write_server_key_exchange()329 os_free(dh_ys); in tls_write_server_key_exchange()334 dh_ys, dh_ys_len); in tls_write_server_key_exchange()378 os_free(dh_ys); in tls_write_server_key_exchange()392 os_free(dh_ys); in tls_write_server_key_exchange()406 os_free(dh_ys); in tls_write_server_key_exchange()411 os_memcpy(pos, dh_ys, dh_ys_len); in tls_write_server_key_exchange()[all …]
58 u8 *dh_ys; member
461 conn->dh_ys = os_malloc(conn->dh_ys_len); in tlsv1_process_diffie_hellman()462 if (conn->dh_ys == NULL) in tlsv1_process_diffie_hellman()464 os_memcpy(conn->dh_ys, pos, conn->dh_ys_len); in tlsv1_process_diffie_hellman()467 conn->dh_ys, conn->dh_ys_len); in tlsv1_process_diffie_hellman()
35 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()
295 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len, in tlsv1_key_x_anon_dh()