Searched refs:dh_g_len (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/wpa/src/tls/ |
| HD | tlsv1_server_write.c | 324 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange() 388 if (pos + 2 + conn->cred->dh_g_len > end) { in tls_write_server_key_exchange() 396 WPA_PUT_BE16(pos, conn->cred->dh_g_len); in tls_write_server_key_exchange() 398 os_memcpy(pos, conn->cred->dh_g, conn->cred->dh_g_len); in tls_write_server_key_exchange() 399 pos += conn->cred->dh_g_len; in tls_write_server_key_exchange()
|
| HD | tlsv1_client_read.c | 482 conn->dh_g_len = val; in tlsv1_process_diffie_hellman() 483 conn->dh_g = os_malloc(conn->dh_g_len); in tlsv1_process_diffie_hellman() 486 os_memcpy(conn->dh_g, pos, conn->dh_g_len); in tlsv1_process_diffie_hellman() 487 pos += conn->dh_g_len; in tlsv1_process_diffie_hellman() 489 conn->dh_g, conn->dh_g_len); in tlsv1_process_diffie_hellman() 490 if (conn->dh_g_len == 1 && conn->dh_g[0] < 2) in tlsv1_process_diffie_hellman()
|
| HD | tlsv1_cred.h | 21 size_t dh_g_len; member
|
| HD | tlsv1_client_i.h | 56 size_t dh_g_len; member
|
| HD | tlsv1_cred.c | 420 cred->dh_g_len = hdr.length; in tlsv1_set_dhparams_der()
|
| HD | tlsv1_client_write.c | 254 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len, in tlsv1_key_x_dh()
|