Home
last modified time | relevance | path

Searched refs:dh_blob (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dtls_wolfssl.c423 const u8 *dh_blob, size_t blob_len) in tls_connection_dh() argument
425 if (!dh_file && !dh_blob) in tls_connection_dh()
430 if (dh_blob) { in tls_connection_dh()
431 if (wolfSSL_SetTmpDH_buffer(conn->ssl, dh_blob, blob_len, in tls_connection_dh()
1285 if (tls_connection_dh(conn, params->dh_file, params->dh_blob, in tls_connection_set_params()
1424 const u8 *dh_blob, size_t blob_len) in tls_global_dh() argument
1428 if (!dh_file && !dh_blob) in tls_global_dh()
1431 if (dh_blob) { in tls_global_dh()
1432 if (wolfSSL_CTX_SetTmpDH_buffer(ctx, dh_blob, blob_len, in tls_global_dh()
1528 if (tls_global_dh(tls_ctx, params->dh_file, params->dh_blob, in tls_global_set_params()
H A Dtls_internal.c284 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_connection_set_params()
345 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, in tls_global_set_params()
H A Dtls.h201 const u8 *dh_blob; member
/netbsd/crypto/external/bsd/openssh/dist/
H A Dkexdh.c172 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, in kex_dh_dec() argument
185 if ((r = sshbuf_put_stringb(buf, dh_blob)) != 0 || in kex_dh_dec()
/netbsd/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_cred.h46 const u8 *dh_blob, size_t dh_blob_len);
H A Dtlsv1_cred.c1256 const u8 *dh_blob, size_t dh_blob_len) in tlsv1_set_dhparams() argument
1258 if (dh_blob) in tlsv1_set_dhparams()
1259 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); in tlsv1_set_dhparams()
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Deap_tls_common.c224 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()