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

/freebsd-10.1-release/crypto/openssl/engines/
H A De_nuron.c329 const RSA_METHOD *meth1; local
364 meth1 = RSA_PKCS1_SSLeay();
365 nuron_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
366 nuron_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
367 nuron_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
368 nuron_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_gmp.c164 const RSA_METHOD *meth1; local
179 meth1 = RSA_PKCS1_SSLeay();
180 e_gmp_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
181 e_gmp_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
182 e_gmp_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
183 e_gmp_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
184 e_gmp_rsa.bn_mod_exp = meth1->bn_mod_exp;
H A De_atalla.c201 const RSA_METHOD *meth1; local
236 meth1 = RSA_PKCS1_SSLeay();
237 atalla_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
238 atalla_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
239 atalla_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
240 atalla_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_aep.c273 const RSA_METHOD *meth1; local
312 meth1 = RSA_PKCS1_SSLeay();
313 aep_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
314 aep_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
315 aep_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
316 aep_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_chil.c354 const RSA_METHOD *meth1; local
386 meth1 = RSA_PKCS1_SSLeay();
387 hwcrhk_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
388 hwcrhk_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
389 hwcrhk_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
390 hwcrhk_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_ubsec.c209 const RSA_METHOD *meth1; local
243 meth1 = RSA_PKCS1_SSLeay();
244 ubsec_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
245 ubsec_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
246 ubsec_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
247 ubsec_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_cswift.c236 const RSA_METHOD *meth1; local
269 meth1 = RSA_PKCS1_SSLeay();
270 cswift_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
271 cswift_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
272 cswift_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
273 cswift_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
H A De_sureware.c235 const RSA_METHOD *meth1; local
273 meth1 = RSA_PKCS1_SSLeay();
274 if (meth1) {
275 surewarehk_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
276 surewarehk_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_rsax.c146 const RSA_METHOD *meth1; local
161 meth1 = RSA_PKCS1_SSLeay();
162 e_rsax_rsa.rsa_pub_enc = meth1->rsa_pub_enc;
163 e_rsax_rsa.rsa_pub_dec = meth1->rsa_pub_dec;
164 e_rsax_rsa.rsa_priv_enc = meth1->rsa_priv_enc;
165 e_rsax_rsa.rsa_priv_dec = meth1->rsa_priv_dec;
166 e_rsax_rsa.bn_mod_exp = meth1->bn_mod_exp;

Completed in 149 milliseconds