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

/external/openssl/crypto/bn/
H A Dbn_blind.c128 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st
131 BN_MONT_CTX *m_ctx);
289 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
290 BN_MONT_CTX *m_ctx)
319 if (m_ctx != NULL)
320 ret->m_ctx = m_ctx;
345 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
347 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
286 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.c72 BN_MONT_CTX *m_ctx);
239 BN_MONT_CTX *m_ctx)
247 return BN_mod_exp_mont_word(r,A,p,m,ctx,m_ctx);
250 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
236 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.c105 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
110 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
120 BN_MONT_CTX *m_ctx);
831 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
833 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
971 BN_MONT_CTX *m_ctx)
973 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
830 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
969 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 48 milliseconds