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

12

/external/chromium_org/third_party/openssl/openssl/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
308 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
337 if (bn_mod_exp != NULL)
338 ret->bn_mod_exp = bn_mod_exp;
365 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
367 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
H A Dbn.h606 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/external/openssl/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
308 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
337 if (bn_mod_exp != NULL)
338 ret->bn_mod_exp = bn_mod_exp;
365 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
367 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_cryptodev.c1054 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1059 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1160 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
1164 if (!dsa->meth->bn_mod_exp(dsa,&t2,dsa->pub_key,u2,dsa->p,ctx,mont))
1400 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1407 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1424 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
1436 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
[all...]
/external/openssl/crypto/engine/
H A Deng_cryptodev.c1054 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1059 ret = meth->bn_mod_exp(r, a, p, m, ctx, in_mont);
1160 if (!dsa->meth->bn_mod_exp(dsa,t1,dsa->g,u1,dsa->p,ctx,mont))
1164 if (!dsa->meth->bn_mod_exp(dsa,&t2,dsa->pub_key,u2,dsa->p,ctx,mont))
1400 cryptodev_rsa.bn_mod_exp = rsa_meth->bn_mod_exp;
1407 cryptodev_rsa.bn_mod_exp = cryptodev_bn_mod_exp;
1424 cryptodev_dsa.bn_mod_exp = cryptodev_dsa_bn_mod_exp;
1436 cryptodev_dh.bn_mod_exp = dh_meth->bn_mod_exp;
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
H A Ddh_key.c187 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) goto err;
247 if (!dh->meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key,dh->p,ctx,mont))
H A Ddh.h118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_eay.c230 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
451 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
583 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
696 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
805 if (!rsa->meth->bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
828 if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
863 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
888 if (!rsa->meth->bn_mod_exp(r0,I,d,rsa->n,ctx,
H A Drsa_crpt.c242 rsa->meth->bn_mod_exp, rsa->_method_mod_n);
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
/external/openssl/crypto/dh/
H A Ddh_key.c187 if (!dh->meth->bn_mod_exp(dh, pub_key, dh->g, prk, dh->p, ctx, mont)) goto err;
247 if (!dh->meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key,dh->p,ctx,mont))
H A Ddh.h118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
/external/openssl/crypto/rsa/
H A Drsa_eay.c230 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
451 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
583 if (!rsa->meth->bn_mod_exp(ret,f,d,rsa->n,ctx,
696 if (!rsa->meth->bn_mod_exp(ret,f,rsa->e,rsa->n,ctx,
805 if (!rsa->meth->bn_mod_exp(m1,r1,dmq1,rsa->q,ctx,
828 if (!rsa->meth->bn_mod_exp(r0,r1,dmp1,rsa->p,ctx,
863 if (!rsa->meth->bn_mod_exp(vrfy,r0,rsa->e,rsa->n,ctx,rsa->_method_mod_n)) goto err;
888 if (!rsa->meth->bn_mod_exp(r0,I,d,rsa->n,ctx,
H A Drsa_crpt.c242 rsa->meth->bn_mod_exp, rsa->_method_mod_n);
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
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Ddh.h118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
H A Ddsa.h140 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
/external/openssl/include/openssl/
H A Ddh.h118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a, member in struct:dh_method
H A Ddsa.h140 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
/external/chromium_org/third_party/openssl/openssl/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.h140 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method
/external/openssl/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.h140 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, member in struct:dsa_method

Completed in 393 milliseconds

12