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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_cryptodev.c98 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a,
725 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
767 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
829 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
969 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1092 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c100 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a,
723 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
765 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
827 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
967 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1090 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;

Completed in 91 milliseconds