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

/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_cred.h46 const u8 *dh_blob, size_t dh_blob_len);
H A Dtlsv1_cred.c1184 * @dh_blob: DH params as inlined data or %NULL if not used
1185 * @dh_blob_len: dh_blob length
1189 const u8 *dh_blob, size_t dh_blob_len)
1191 if (dh_blob)
1192 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len);
1188 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
/freebsd-current/crypto/openssh/
H A Dkexdh.c175 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, argument
188 if ((r = sshbuf_put_stringb(buf, dh_blob)) != 0 ||
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c424 const u8 *dh_blob, size_t blob_len)
426 if (!dh_file && !dh_blob)
431 if (dh_blob) {
432 if (wolfSSL_SetTmpDH_buffer(conn->ssl, dh_blob, blob_len,
1292 if (tls_connection_dh(conn, params->dh_file, params->dh_blob,
1431 const u8 *dh_blob, size_t blob_len)
1435 if (!dh_file && !dh_blob)
1438 if (dh_blob) {
1439 if (wolfSSL_CTX_SetTmpDH_buffer(ctx, dh_blob, blob_len,
1535 if (tls_global_dh(tls_ctx, params->dh_file, params->dh_blob,
423 tls_connection_dh(struct tls_connection *conn, const char *dh_file, const u8 *dh_blob, size_t blob_len) argument
1430 tls_global_dh(void *ssl_ctx, const char *dh_file, const u8 *dh_blob, size_t blob_len) argument
[all...]
H A Dtls.h151 * @dh_blob: dh_file as inlined data or %NULL if not used
152 * @dh_blob_len: dh_blob length
201 const u8 *dh_blob; member in struct:tls_connection_params
H A Dtls_internal.c284 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
345 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c232 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,

Completed in 95 milliseconds