Searched refs:m_ctx (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_blind.c130 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st
132 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
315 BN_MONT_CTX *m_ctx),
316 BN_MONT_CTX *m_ctx)
344 if (m_ctx != NULL)
345 ret->m_ctx = m_ctx;
368 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL) {
370 (ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
308 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
H A Dbn.h520 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
525 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
528 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
635 BN_MONT_CTX *m_ctx),
636 BN_MONT_CTX *m_ctx);
/freebsd-10-stable/crypto/openssl/crypto/dh/
H A Ddh_key.c69 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
251 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
259 return BN_mod_exp_mont_word(r, A, p, m, ctx, m_ctx);
261 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx);
249 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
H A Ddh.h125 BN_MONT_CTX *m_ctx);
/freebsd-10-stable/crypto/openssl/engines/
H A De_atalla.c105 BN_MONT_CTX *m_ctx);
115 BN_MONT_CTX *m_ctx);
124 BN_MONT_CTX *m_ctx);
582 BN_MONT_CTX *m_ctx)
592 BN_MONT_CTX *m_ctx)
602 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
580 atalla_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
590 atalla_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
600 atalla_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
H A De_nuron.c242 BN_MONT_CTX *m_ctx)
252 BN_MONT_CTX *m_ctx)
262 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
240 nuron_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
250 nuron_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
260 nuron_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
H A De_ubsec.c106 BN_MONT_CTX *m_ctx);
115 BN_MONT_CTX *m_ctx);
125 BN_MONT_CTX *m_ctx);
710 BN_MONT_CTX *m_ctx)
724 BN_MONT_CTX *m_ctx)
731 ret = (*meth->bn_mod_exp) (r, a, p, m, ctx, m_ctx);
744 BN_MONT_CTX *m_ctx)
708 ubsec_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
722 ubsec_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
742 ubsec_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
H A De_aep.c132 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
143 BN_MONT_CTX *m_ctx);
151 BN_MONT_CTX *m_ctx);
839 BN_MONT_CTX *m_ctx)
848 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
858 BN_MONT_CTX *m_ctx)
837 aep_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
847 aep_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
856 aep_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
H A De_cswift.c128 BN_MONT_CTX *m_ctx);
145 BN_MONT_CTX *m_ctx);
770 BN_MONT_CTX *m_ctx)
787 return def_rsa_method->bn_mod_exp(r, a, p, m, ctx, m_ctx);
1003 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
768 cswift_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
1001 cswift_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
H A De_chil.c121 BN_MONT_CTX *m_ctx);
131 BN_MONT_CTX *m_ctx);
1076 BN_MONT_CTX *m_ctx)
1100 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
1074 hwcrhk_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
1098 hwcrhk_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
H A De_sureware.c123 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
152 BN_MONT_CTX *m_ctx)
121 surewarehk_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
150 surewarehk_modexp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ossl.c117 #define DSA_BN_MOD_EXP(err_instr,dsa,r,a,p,m,ctx,m_ctx) \
122 (m), (ctx), (m_ctx)); \
124 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
H A Ddsa.h141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c110 BN_MONT_CTX *m_ctx);
117 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
128 BN_MONT_CTX *m_ctx);
1163 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
1165 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1310 BN_MONT_CTX *m_ctx)
1312 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1162 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
1308 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
/freebsd-10-stable/crypto/openssl/crypto/rsa/
H A Drsa.h99 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);

Completed in 191 milliseconds