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

/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cryptodev.c1078 ret = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
1083 ret = (*meth->rsa_mod_exp)(r0, I, rsa, ctx);
1370 cryptodev_rsa.rsa_mod_exp = rsa_meth->rsa_mod_exp;
1378 cryptodev_rsa.rsa_mod_exp =
1381 cryptodev_rsa.rsa_mod_exp =
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
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
183 /* This flag means the private key operations will be handled by rsa_mod_exp
H A Drsa_eay.c419 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
543 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) goto err;
/barrelfish-master/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
183 /* This flag means the private key operations will be handled by rsa_mod_exp
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_capi.c414 0, /* rsa_mod_exp */
458 capi_rsa_method.rsa_mod_exp = ossl_rsa_meth->rsa_mod_exp;
H A De_aep.c186 aep_rsa_mod_exp, /*rsa_mod_exp*/
787 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);
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A Dhw_zencod.c312 /* meth_rsa->rsa_mod_exp */
758 return meth->rsa_mod_exp(r0, i, rsa);

Completed in 181 milliseconds