Searched refs:crypto_rsa_exptmod (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/tls/
H A Drsa.h19 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dpkcs1.c91 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
102 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
135 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.c233 * crypto_rsa_exptmod - RSA modular exponentiation
242 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, function

Completed in 75 milliseconds