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

/netgear-R7000-V1.0.7.12_1.2.5/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c108 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a,
1107 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
1157 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
1227 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1374 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1495 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c108 static int cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a,
1107 cryptodev_bn_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function
1157 r = cryptodev_bn_mod_exp(r0, I, rsa->d, rsa->n, ctx, NULL);
1227 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1374 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1495 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;

Completed in 140 milliseconds