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

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_internal-modexp.c22 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto.h429 * crypto_mod_exp - Modular exponentiation of large integers
448 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_nss.c176 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_gnutls.c160 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_cryptoapi.c782 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 Dcrypto_openssl.c262 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");
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_client_write.c256 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len,
297 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len,
H A Dtlsv1_server_write.c325 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len,
H A Dtlsv1_server_read.c637 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret,

Completed in 80 milliseconds