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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c128 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st
131 BN_MONT_CTX *m_ctx);
283 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
284 BN_MONT_CTX *m_ctx)
313 if (m_ctx != NULL)
314 ret->m_ctx = m_ctx;
339 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
341 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
280 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_key.c70 BN_MONT_CTX *m_ctx);
237 BN_MONT_CTX *m_ctx)
245 return BN_mod_exp_mont_word(r,A,p,m,ctx,m_ctx);
248 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
234 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_key.c69 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
265 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
273 return BN_mod_exp_mont_word(r, A, p, m, ctx, m_ctx);
275 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_key.c69 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
265 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
273 return BN_mod_exp_mont_word(r, A, p, m, ctx, m_ctx);
275 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c90 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
119 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
127 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
553 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
561 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
569 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
551 cluster_labs_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
559 cluster_labs_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
567 cluster_labs_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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c89 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
114 BN_MONT_CTX *m_ctx);
121 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
572 BN_MONT_CTX *m_ctx)
579 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
587 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
570 cluster_labs_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
578 cluster_labs_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
586 cluster_labs_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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_atalla.c102 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
112 BN_MONT_CTX *m_ctx);
120 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
566 BN_MONT_CTX *m_ctx)
575 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
585 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
564 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
574 atalla_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
583 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.c244 BN_MONT_CTX *m_ctx)
253 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
263 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
242 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
252 nuron_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
261 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.c105 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
113 BN_MONT_CTX *m_ctx);
122 BN_MONT_CTX *m_ctx);
700 BN_MONT_CTX *m_ctx)
711 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
720 ret = (*meth->bn_mod_exp)(r, a, p, m, ctx, m_ctx);
735 BN_MONT_CTX *m_ctx)
698 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
710 ubsec_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
733 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c90 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
119 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
127 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
553 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
561 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
569 BN_CTX *ctx, BN_MONT_CTX *m_ctx)
551 cluster_labs_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
559 cluster_labs_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
567 cluster_labs_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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dhw_ibmca.c109 BN_MONT_CTX *m_ctx);
118 BN_MONT_CTX *m_ctx);
126 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
832 BN_MONT_CTX *m_ctx)
841 BN_MONT_CTX *m_ctx)
850 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
830 ibmca_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
839 ibmca_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
848 ibmca_mod_exp_dh(DH const *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c106 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
115 BN_MONT_CTX *m_ctx);
123 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
851 BN_MONT_CTX *m_ctx)
859 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
868 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
849 ibmca_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
858 ibmca_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
866 ibmca_mod_exp_dh(DH const *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c109 BN_MONT_CTX *m_ctx);
118 BN_MONT_CTX *m_ctx);
126 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
832 BN_MONT_CTX *m_ctx)
841 BN_MONT_CTX *m_ctx)
850 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
830 ibmca_mod_exp_dsa(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
839 ibmca_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
848 ibmca_mod_exp_dh(DH const *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_ossl.c114 #define DSA_BN_MOD_EXP(err_instr,dsa,r,a,p,m,ctx,m_ctx) \
119 (m), (ctx), (m_ctx)); \
121 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c101 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
106 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
116 BN_MONT_CTX *m_ctx);
825 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
827 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
965 BN_MONT_CTX *m_ctx)
967 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
824 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
963 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 326 milliseconds

123