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

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_blind.c132 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:bn_blinding_st
299 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
328 if (bn_mod_exp != NULL)
329 ret->bn_mod_exp = bn_mod_exp;
356 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
358 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
H A Dbn.h577 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cryptodev.c1023 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1028 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1129 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
1133 if (!dsa->meth->bn_mod_exp(dsa,&t2,dsa->pub_key,u2,dsa->p,ctx,mont))
1369 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1376 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1393 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
1405 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
[all...]
/barrelfish-master/lib/openssl-1.0.0d/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
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_eay.c230 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
439 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
561 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,
783 if (!rsa->meth->bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
806 if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
841 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
866 if (!rsa->meth->bn_mod_exp(r0,I,d,rsa->n,ctx,
H A Drsa.h101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:rsa_meth_st
185 * for example a key stored in external hardware. Without this flag bn_mod_exp
H A Drsa_lib.c423 rsa->meth->bn_mod_exp, rsa->_method_mod_n);
/barrelfish-master/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
H A Drsa.h101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, member in struct:rsa_meth_st
185 * for example a key stored in external hardware. Without this flag bn_mod_exp
H A Dbn.h577 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/barrelfish-master/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_ossl.c92 * bn_mod_exp() handlers in the DSA_METHOD structure. We avoid the problem of
95 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
118 if((dsa)->meth->bn_mod_exp) \
119 _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
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_gmp.c176 e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp;
H A De_capi.c415 0, /* bn_mod_exp */
431 0, /* bn_mod_exp */
459 capi_rsa_method.bn_mod_exp = ossl_rsa_meth->bn_mod_exp;
466 capi_dsa_method.bn_mod_exp = ossl_dsa_meth->bn_mod_exp;
H A De_aep.c187 aep_mod_exp_mont, /*bn_mod_exp*/
207 aep_mod_exp_dsa, /* bn_mod_exp */
326 aep_dsa.bn_mod_exp = aep_mod_exp_dsa;
334 aep_dh.bn_mod_exp = meth3->bn_mod_exp;
H A De_cswift.c187 NULL, /* bn_mod_exp */
800 return def_rsa_method->bn_mod_exp(r, a, p, m, ctx, m_ctx);
H A De_ubsec.c171 NULL, /* ubsec_mod_exp_dsa */ /* bn_mod_exp */
719 ret = (*meth->bn_mod_exp)(r, a, p, m, ctx, m_ctx);
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A Dhw_zencod.c313 /* meth_rsa->bn_mod_exp */
327 /* zencod_dsa.bn_mod_exp = meth_dsa->bn_mod_exp ; */
339 /* zencod_dh.bn_mod_exp = meth_dh->bn_mod_exp ; */
805 return meth->bn_mod_exp(r, a, p, m, ctx, m_ctx);

Completed in 201 milliseconds