Searched refs:crypto_rsa_exptmod (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/tls/
H A Drsa.c256 * crypto_rsa_exptmod - RSA modular exponentiation
265 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, function
H A Dpkcs1.c93 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
104 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
142 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.h22 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,

Completed in 80 milliseconds