Searched refs:crypto_mod_exp (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant/
H A Dcrypto.h389 * crypto_mod_exp - Modular exponentiation of large integers
408 int crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_internal.c630 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_libtomcrypt.c702 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dtlsv1_client.c1266 crypto_mod_exp(conn->dh_g, conn->dh_g_len,
1301 crypto_mod_exp(conn->dh_ys, conn->dh_ys_len,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto.h407 * crypto_mod_exp - Modular exponentiation of large integers
426 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_gnutls.c166 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_openssl.c212 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_libtomcrypt.c702 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Ddh_groups.c583 if (crypto_mod_exp(dh->generator, dh->generator_len,
588 wpa_printf(MSG_INFO, "DH: crypto_mod_exp failed");
619 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public),
624 wpa_printf(MSG_INFO, "DH: crypto_mod_exp failed");
H A Dcrypto_internal.c798 int crypto_mod_exp(const u8 *base, size_t base_len, function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_client_write.c257 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len,
298 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len,
H A Dtlsv1_server_write.c328 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len,
H A Dtlsv1_server_read.c638 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret,

Completed in 44 milliseconds