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

/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.h46 const u8 *dh_blob, size_t dh_blob_len);
H A Dtlsv1_cred.c1251 * @dh_blob: DH params as inlined data or %NULL if not used
1252 * @dh_blob_len: dh_blob length
1256 const u8 *dh_blob, size_t dh_blob_len)
1258 if (dh_blob)
1259 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len);
1255 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c423 const u8 *dh_blob, size_t blob_len)
425 if (!dh_file && !dh_blob)
430 if (dh_blob) {
431 if (wolfSSL_SetTmpDH_buffer(conn->ssl, dh_blob, blob_len,
1285 if (tls_connection_dh(conn, params->dh_file, params->dh_blob,
1424 const u8 *dh_blob, size_t blob_len)
1428 if (!dh_file && !dh_blob)
1431 if (dh_blob) {
1432 if (wolfSSL_CTX_SetTmpDH_buffer(ctx, dh_blob, blob_len,
1528 if (tls_global_dh(tls_ctx, params->dh_file, params->dh_blob,
422 tls_connection_dh(struct tls_connection *conn, const char *dh_file, const u8 *dh_blob, size_t blob_len) argument
1423 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-12-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c224 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,

Completed in 69 milliseconds