Searched refs:bn_mod_exp (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c129 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:bn_blinding_st
282 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
311 if (bn_mod_exp != NULL)
312 ret->bn_mod_exp = bn_mod_exp;
339 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
341 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_blind.c131 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:bn_blinding_st
310 int (*bn_mod_exp) (BIGNUM *r,
342 if (bn_mod_exp != NULL)
343 ret->bn_mod_exp = bn_mod_exp;
368 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL) {
369 if (!ret->bn_mod_exp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_blind.c131 int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:bn_blinding_st
310 int (*bn_mod_exp) (BIGNUM *r,
342 if (bn_mod_exp != NULL)
343 ret->bn_mod_exp = bn_mod_exp;
368 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL) {
369 if (!ret->bn_mod_exp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_eay.c238 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
443 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
563 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
674 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
739 if (!rsa->meth->bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
750 if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
775 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
800 if (!rsa->meth->bn_mod_exp(r0,I,d,rsa->n,ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c751 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
844 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
848 if (!dsa->meth->bn_mod_exp(dsa,&t2,dsa->pub_key,u2,dsa->p,ctx,mont))
1083 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1090 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1107 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
1119 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
1121 cryptodev_dh.bn_mod_exp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c1137 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1142 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1244 if (!dsa->meth->bn_mod_exp(dsa, t1, dsa->g, u1, dsa->p, ctx, mont))
1248 if (!dsa->meth->bn_mod_exp(dsa, &t2, dsa->pub_key, u2, dsa->p, ctx, mont))
1488 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1495 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1510 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
1522 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c1137 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1142 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1244 if (!dsa->meth->bn_mod_exp(dsa, t1, dsa->g, u1, dsa->p, ctx, mont))
1248 if (!dsa->meth->bn_mod_exp(dsa, &t2, dsa->pub_key, u2, dsa->p, ctx, mont))
1488 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1495 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1510 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
1522 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_eay.c230 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
443 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
570 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
679 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
784 if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx, rsa->_method_mod_q))
804 if (!rsa->meth->bn_mod_exp(r0, r1, dmp1, rsa->p, ctx, rsa->_method_mod_p))
845 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
876 if (!rsa->meth->bn_mod_exp(r0, I, d, rsa->n, ctx,
H A Drsa_crpt.c233 rsa->meth->bn_mod_exp, rsa->_method_mod_n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_eay.c230 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
443 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
570 if (!rsa->meth->bn_mod_exp(ret, f, d, rsa->n, ctx,
679 if (!rsa->meth->bn_mod_exp(ret, f, rsa->e, rsa->n, ctx,
784 if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx, rsa->_method_mod_q))
804 if (!rsa->meth->bn_mod_exp(r0, r1, dmp1, rsa->p, ctx, rsa->_method_mod_p))
845 if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
876 if (!rsa->meth->bn_mod_exp(r0, I, d, rsa->n, ctx,
H A Drsa_crpt.c233 rsa->meth->bn_mod_exp, rsa->_method_mod_n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_key.c158 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) goto err;
218 if (!dh->meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key,dh->p,ctx,mont))
H A Ddh.h103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_key.c189 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont))
249 meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key, dh->p, ctx, mont)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_key.c189 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont))
249 meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key, dh->p, ctx, mont)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddh.h103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
H A Ddsa.h125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_gmp.c172 e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_ossl.c91 * bn_mod_exp() handlers in the DSA_METHOD structure. We avoid the problem of
94 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
117 if((dsa)->meth->bn_mod_exp) \
118 _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
H A Ddsa.h125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c94 * bn_mod_exp() handlers in the DSA_METHOD structure. We avoid the problem of
97 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
120 if ((dsa)->meth->bn_mod_exp) \
121 _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
H A Ddsa.h140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_ossl.c94 * bn_mod_exp() handlers in the DSA_METHOD structure. We avoid the problem of
97 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
120 if ((dsa)->meth->bn_mod_exp) \
121 _tmp_res53 = (dsa)->meth->bn_mod_exp((dsa), (r), (a), (p), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_gmp.c184 e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_gmp.c184 e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp;

Completed in 184 milliseconds

123