Home
last modified time | relevance | path

Searched refs:RSA_METHOD (Results 1 – 25 of 25) sorted by relevance

/mirbsd/src/lib/libssl/src/doc/crypto/
DRSA_set_method.pod13 void RSA_set_default_method(const RSA_METHOD *meth);
15 RSA_METHOD *RSA_get_default_method(void);
17 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
19 RSA_METHOD *RSA_get_method(const RSA *rsa);
21 RSA_METHOD *RSA_PKCS1_SSLeay(void);
23 RSA_METHOD *RSA_null_method(void);
27 RSA *RSA_new_method(RSA_METHOD *method);
31 An B<RSA_METHOD> specifies the functions that OpenSSL uses for RSA
37 Initially, the default RSA_METHOD is the OpenSSL internal implementation,
45 RSA_METHOD. However, the meaningfulness of this result is dependant on
[all …]
Drsa.pod39 void RSA_set_default_method(const RSA_METHOD *meth);
40 const RSA_METHOD *RSA_get_default_method(void);
41 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
42 const RSA_METHOD *RSA_get_method(const RSA *rsa);
43 RSA_METHOD *RSA_PKCS1_SSLeay(void);
44 RSA_METHOD *RSA_null_method(void);
92 Note that RSA keys may use non-standard B<RSA_METHOD> implementations,
DRSA_check_key.pod53 elements directly, bypassing the RSA_METHOD table altogether (and
56 RSA_METHOD function table so that alternative implementations can also
DRAND_set_rand_method.pod61 algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a
Dengine.pod98 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
115 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
150 RSA_METHOD - for providing alternative RSA implementations
277 whose RSA_METHOD should be used. If no ENGINE should (or can) be used, it
434 RSA key, any bundled ENGINEs that implement RSA_METHOD will be passed to
DDH_set_method.pod103 algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a
DDSA_set_method.pod117 algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a
/mirbsd/src/lib/libssl/src/crypto/rsa/
Drsa.h122 } RSA_METHOD; typedef
130 const RSA_METHOD *meth;
241 void RSA_set_default_method(const RSA_METHOD *meth);
242 const RSA_METHOD *RSA_get_default_method(void);
243 const RSA_METHOD *RSA_get_method(const RSA *rsa);
244 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
250 const RSA_METHOD *RSA_PKCS1_SSLeay(void);
252 const RSA_METHOD *RSA_null_method(void);
Drsa_lib.c72 static const RSA_METHOD *default_RSA_meth=NULL;
81 void RSA_set_default_method(const RSA_METHOD *meth) in RSA_set_default_method()
86 const RSA_METHOD *RSA_get_default_method(void) in RSA_get_default_method()
104 const RSA_METHOD *RSA_get_method(const RSA *rsa) in RSA_get_method()
109 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()
113 const RSA_METHOD *mtmp; in RSA_set_method()
Drsa_null.c85 static RSA_METHOD rsa_null_meth={
99 const RSA_METHOD *RSA_null_method(void) in RSA_null_method()
Drsa_eay.c131 static RSA_METHOD rsa_pkcs1_eay_meth={
147 const RSA_METHOD *RSA_PKCS1_SSLeay(void) in RSA_PKCS1_SSLeay()
/mirbsd/src/lib/libssl/src/crypto/engine/
Dtb_rsa.c110 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e) in ENGINE_get_RSA()
116 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA()
Dengine.h90 typedef void RSA_METHOD; typedef
418 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
450 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
Dhw_nuron.c258 static RSA_METHOD nuron_rsa =
315 const RSA_METHOD *meth1; in bind_helper()
Deng_int.h146 const RSA_METHOD *rsa_meth;
Dhw_ubsec.c132 static RSA_METHOD ubsec_rsa =
191 const RSA_METHOD *meth1; in bind_helper()
610 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); in ubsec_rsa_mod_exp()
710 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); in ubsec_mod_exp_mont()
Dhw_cswift.c141 static RSA_METHOD cswift_rsa =
212 const RSA_METHOD *meth1; in bind_helper()
720 const RSA_METHOD * def_rsa_method; in cswift_rsa_mod_exp()
762 const RSA_METHOD * def_rsa_method; in cswift_mod_exp_mont()
Dhw_atalla.c124 static RSA_METHOD atalla_rsa =
183 const RSA_METHOD *meth1; in bind_helper()
Dhw_aep.c161 static RSA_METHOD aep_rsa =
248 const RSA_METHOD *meth1; in bind_aep()
766 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); in aep_rsa_mod_exp()
Dhw_cryptodev.c978 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); in cryptodev_bn_mod_exp()
1027 const RSA_METHOD *meth = RSA_PKCS1_SSLeay(); in cryptodev_rsa_mod_exp()
1035 static RSA_METHOD cryptodev_rsa = {
1309 const RSA_METHOD *rsa_meth = RSA_PKCS1_SSLeay(); in ENGINE_load_cryptodev()
DREADME76 work prior to ENGINE :-). Ie. RSA now has a "RSA_METHOD" pointer again - this
78 the RSA_METHOD would call ENGINE_get_RSA() each time on its ENGINE handle to
80 efficient, switching back to each RSA having an RSA_METHOD pointer also allows
83 have our RSA structure pointing its RSA_METHOD pointer to the software
Dhw_sureware.c113 static RSA_METHOD surewarehk_rsa =
211 const RSA_METHOD *meth1; in bind_sureware()
Dhw_ncipher.c183 static RSA_METHOD hwcrhk_rsa =
334 const RSA_METHOD *meth1; in bind_helper()
Dhw_4758_cca.c171 static RSA_METHOD ibm_4758_cca_rsa =
/mirbsd/src/usr.bin/ssh/
Dscard.c310 static RSA_METHOD *
313 static RSA_METHOD smart_rsa; in sc_get_rsa_method()
314 const RSA_METHOD *def = RSA_get_default_method(); in sc_get_rsa_method()