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

/freebsd-10.0-release/crypto/openssl/engines/
H A De_nuron.c331 const RSA_METHOD *meth1; local
365 meth1=RSA_PKCS1_SSLeay();
366 nuron_rsa.rsa_pub_enc=meth1->rsa_pub_enc;
367 nuron_rsa.rsa_pub_dec=meth1->rsa_pub_dec;
368 nuron_rsa.rsa_priv_enc=meth1->rsa_priv_enc;
369 nuron_rsa.rsa_priv_dec=meth1->rsa_priv_dec;
H A De_gmp.c156 const RSA_METHOD *meth1; local
171 meth1 = RSA_PKCS1_SSLeay();
172 e_gmp_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
173 e_gmp_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
174 e_gmp_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
175 e_gmp_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
176 e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp;
H A De_atalla.c198 const RSA_METHOD *meth1; local
232 meth1 = RSA_PKCS1_SSLeay();
233 atalla_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
234 atalla_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
235 atalla_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
236 atalla_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_aep.c269 const RSA_METHOD *meth1; local
307 meth1 = RSA_PKCS1_SSLeay();
308 aep_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
309 aep_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
310 aep_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
311 aep_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_chil.c338 const RSA_METHOD *meth1; local
369 meth1 = RSA_PKCS1_SSLeay();
370 hwcrhk_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
371 hwcrhk_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
372 hwcrhk_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
373 hwcrhk_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_cswift.c234 const RSA_METHOD *meth1; local
266 meth1 = RSA_PKCS1_SSLeay();
267 cswift_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
268 cswift_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
269 cswift_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
270 cswift_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_ubsec.c206 const RSA_METHOD *meth1; local
239 meth1 = RSA_PKCS1_SSLeay();
240 ubsec_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
241 ubsec_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
242 ubsec_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
243 ubsec_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_sureware.c226 const RSA_METHOD *meth1; local
263 meth1 = RSA_PKCS1_SSLeay();
264 if (meth1)
266 surewarehk_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
267 surewarehk_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_rsax.c145 const RSA_METHOD *meth1; local
160 meth1 = RSA_PKCS1_SSLeay();
161 e_rsax_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
162 e_rsax_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
163 e_rsax_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
164 e_rsax_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
165 e_rsax_rsa.bn_mod_exp = meth1->bn_mod_exp;

Completed in 93 milliseconds