Searched refs:dh_blob (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | kexdh.c | 174 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, in kex_dh_dec() argument 187 if ((r = sshbuf_put_stringb(buf, dh_blob)) != 0 || in kex_dh_dec()
|
/external/wpa_supplicant_8/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()
|
/external/wpa_supplicant_8/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
|
/external/wpa_supplicant_8/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()
|