Searched refs:rsa_mod_exp (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c800 ret = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
1084 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1092 cryptodev_rsa.rsa_mod_exp =
1095 cryptodev_rsa.rsa_mod_exp =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c1193 ret = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
1198 ret = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
1489 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1497 cryptodev_rsa.rsa_mod_exp = cryptodev_rsa_mod_exp;
1499 cryptodev_rsa.rsa_mod_exp = cryptodev_rsa_nocrt_mod_exp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c1193 ret = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
1198 ret = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
1489 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1497 cryptodev_rsa.rsa_mod_exp = cryptodev_rsa_mod_exp;
1499 cryptodev_rsa.rsa_mod_exp = cryptodev_rsa_nocrt_mod_exp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_eay.c425 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
547 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
H A Drsa.h100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */ member in struct:rsa_meth_st
182 /* This flag means the private key operations will be handled by rsa_mod_exp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drsa.h100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */ member in struct:rsa_meth_st
182 /* This flag means the private key operations will be handled by rsa_mod_exp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa.h96 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); member in struct:rsa_meth_st
191 * This flag means the private key operations will be handled by rsa_mod_exp
H A Drsa_eay.c425 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx))
554 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa.h96 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); member in struct:rsa_meth_st
191 * This flag means the private key operations will be handled by rsa_mod_exp
H A Drsa_eay.c425 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx))
554 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c431 0, /* rsa_mod_exp */
474 capi_rsa_method.rsa_mod_exp = ossl_rsa_meth->rsa_mod_exp;
H A De_aep.c185 aep_rsa_mod_exp, /* rsa_mod_exp */
790 to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
H A De_cswift.c758 return def_rsa_method->rsa_mod_exp(r0, I, rsa, ctx);
H A De_ubsec.c629 to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c431 0, /* rsa_mod_exp */
474 capi_rsa_method.rsa_mod_exp = ossl_rsa_meth->rsa_mod_exp;
H A De_aep.c185 aep_rsa_mod_exp, /* rsa_mod_exp */
790 to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
H A De_cswift.c758 return def_rsa_method->rsa_mod_exp(r0, I, rsa, ctx);
H A De_ubsec.c629 to_return = (*meth->rsa_mod_exp) (r0, I, rsa, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c179 aep_rsa_mod_exp, /*rsa_mod_exp*/
780 to_return = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
H A De_cswift.c770 return def_rsa_method->rsa_mod_exp(r0, I, rsa, ctx);
H A De_ubsec.c622 to_return = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c325 /* meth_rsa->rsa_mod_exp */
800 return meth->rsa_mod_exp(r0, i, rsa);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c312 /* meth_rsa->rsa_mod_exp */
758 return meth->rsa_mod_exp(r0, i, rsa);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c325 /* meth_rsa->rsa_mod_exp */
800 return meth->rsa_mod_exp(r0, i, rsa);

Completed in 222 milliseconds