Searched defs:m_ctx (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_blind.c131 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st
134 BN_MONT_CTX *m_ctx);
309 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
310 BN_MONT_CTX *m_ctx)
339 if (m_ctx != NULL)
340 ret->m_ctx = m_ctx;
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))
306 BN_BLINDING_create_param(BN_BLINDING *b, const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), BN_MONT_CTX *m_ctx) argument
/external/openssl/crypto/dh/
H A Ddh_key.c70 BN_MONT_CTX *m_ctx);
266 BN_MONT_CTX *m_ctx)
274 return BN_mod_exp_mont_word(r,A,p,m,ctx,m_ctx);
277 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
263 dh_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/external/openssl/crypto/engine/
H A Deng_cryptodev.c112 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
117 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
127 BN_MONT_CTX *m_ctx);
1141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
1143 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1282 BN_MONT_CTX *m_ctx)
1284 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1140 cryptodev_dsa_bn_mod_exp(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
1280 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument

Completed in 364 milliseconds