/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 423 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()
|
D | tls_internal.c | 284 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()
|
D | tls.h | 201 const u8 *dh_blob; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_wolfssl.c | 424 const u8 *dh_blob, size_t blob_len) in tls_connection_dh() argument 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() argument 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()
|
D | tls_internal.c | 284 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()
|
D | tls.h | 201 const u8 *dh_blob; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_cred.h | 46 const u8 *dh_blob, size_t dh_blob_len);
|
D | tlsv1_cred.c | 1189 const u8 *dh_blob, size_t dh_blob_len) in tlsv1_set_dhparams() argument 1191 if (dh_blob) in tlsv1_set_dhparams() 1192 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); in tlsv1_set_dhparams()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_cred.h | 46 const u8 *dh_blob, size_t dh_blob_len);
|
D | tlsv1_cred.c | 1256 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_tls_common.c | 232 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_tls_common.c | 224 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|