Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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) in tlsv1_set_dhparams()
1258 if (dh_blob) in tlsv1_set_dhparams()
1259 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); in tlsv1_set_dhparams()
1255 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) tlsv1_set_dhparams() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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) in tlsv1_set_dhparams()
1191 if (dh_blob) in tlsv1_set_dhparams()
1192 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); in tlsv1_set_dhparams()
1188 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) tlsv1_set_dhparams() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c423 const u8 *dh_blob, size_t blob_len) in tls_connection_dh()
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()
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()
422 tls_connection_dh(struct tls_connection *conn, const char *dh_file, const u8 *dh_blob, size_t blob_len) tls_connection_dh() argument
1423 tls_global_dh(void *ssl_ctx, const char *dh_file, const u8 *dh_blob, size_t blob_len) tls_global_dh() 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
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_wolfssl.c424 const u8 *dh_blob, size_t blob_len) in tls_connection_dh()
426 if (!dh_file && !dh_blob) in tls_connection_dh()
431 if (dh_blob) { in tls_connection_dh()
432 if (wolfSSL_SetTmpDH_buffer(conn->ssl, dh_blob, blob_len, in tls_connection_dh()
1292 if (tls_connection_dh(conn, params->dh_file, params->dh_blob, in tls_connection_set_params()
1431 const u8 *dh_blob, size_t blob_len) in tls_global_dh()
1435 if (!dh_file && !dh_blob) in tls_global_dh()
1438 if (dh_blob) { in tls_global_dh()
1439 if (wolfSSL_CTX_SetTmpDH_buffer(ctx, dh_blob, blob_len, in tls_global_dh()
1535 if (tls_global_dh(tls_ctx, params->dh_file, params->dh_blob, in tls_global_set_params()
423 tls_connection_dh(struct tls_connection *conn, const char *dh_file, const u8 *dh_blob, size_t blob_len) tls_connection_dh() argument
1430 tls_global_dh(void *ssl_ctx, const char *dh_file, const u8 *dh_blob, size_t blob_len) tls_global_dh() argument
[all...]
H A Dtls.h157 * @dh_blob: dh_file as inlined data or %NULL if not used
158 * @dh_blob_len: dh_blob length
207 const u8 *dh_blob; member
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls_common.c232 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob, in eap_tls_params_from_conf()

Completed in 17 milliseconds