/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_cred.h | 46 const u8 *dh_blob, size_t dh_blob_len);
|
H A D | tlsv1_cred.c | 1251 * @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 D | tlsv1_cred.h | 46 const u8 *dh_blob, size_t dh_blob_len);
|
H A D | tlsv1_cred.c | 1184 * @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 D | tls_wolfssl.c | 423 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 D | tls.h | 151 * @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 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 424 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 D | tls.h | 157 * @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 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_tls_common.c | 224 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_standard/src/eap_peer/ |
H A D | eap_tls_common.c | 232 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, in eap_tls_params_from_conf()
|