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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c105 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a,
752 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
802 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
871 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1015 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1135 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;

Completed in 105 milliseconds