Searched refs:crypto_mod_exp (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | dh_groups.c | 1223 if (crypto_mod_exp(dh->generator, dh->generator_len, in dh_init() 1259 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public), in dh_derive_shared()
|
D | crypto_internal-modexp.c | 16 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto_nss.c | 170 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto.h | 432 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
D | crypto_gnutls.c | 154 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto_libtomcrypt.c | 696 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto_cryptoapi.c | 776 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto_openssl.c | 316 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_eke_common.c | 195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len, in eap_eke_dh_init() 432 if (crypto_mod_exp(peer_pub, dh->prime_len, dhpriv, dh->prime_len, in eap_eke_shared_secret()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_write.c | 254 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len, in tlsv1_key_x_dh() 295 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len, in tlsv1_key_x_dh()
|
D | tlsv1_server_write.c | 324 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange()
|
D | tlsv1_server_read.c | 661 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret, in tls_process_client_key_exchange_dh()
|