Searched refs:RSA_METHOD (Results 1 – 25 of 25) sorted by relevance
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | RSA_set_method.pod | 13 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 …]
|
| D | rsa.pod | 39 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,
|
| D | RSA_check_key.pod | 53 elements directly, bypassing the RSA_METHOD table altogether (and 56 RSA_METHOD function table so that alternative implementations can also
|
| D | RAND_set_rand_method.pod | 61 algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a
|
| D | engine.pod | 98 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
|
| D | DH_set_method.pod | 103 algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a
|
| D | DSA_set_method.pod | 117 algorithmic APIs (eg. RSA_METHOD, EVP_CIPHER, etc) in B<ENGINE> modules. If a
|
| /mirbsd/src/lib/libssl/src/crypto/rsa/ |
| D | rsa.h | 122 } 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);
|
| D | rsa_lib.c | 72 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()
|
| D | rsa_null.c | 85 static RSA_METHOD rsa_null_meth={ 99 const RSA_METHOD *RSA_null_method(void) in RSA_null_method()
|
| D | rsa_eay.c | 131 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/ |
| D | tb_rsa.c | 110 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()
|
| D | engine.h | 90 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);
|
| D | hw_nuron.c | 258 static RSA_METHOD nuron_rsa = 315 const RSA_METHOD *meth1; in bind_helper()
|
| D | eng_int.h | 146 const RSA_METHOD *rsa_meth;
|
| D | hw_ubsec.c | 132 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()
|
| D | hw_cswift.c | 141 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()
|
| D | hw_atalla.c | 124 static RSA_METHOD atalla_rsa = 183 const RSA_METHOD *meth1; in bind_helper()
|
| D | hw_aep.c | 161 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()
|
| D | hw_cryptodev.c | 978 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()
|
| D | README | 76 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
|
| D | hw_sureware.c | 113 static RSA_METHOD surewarehk_rsa = 211 const RSA_METHOD *meth1; in bind_sureware()
|
| D | hw_ncipher.c | 183 static RSA_METHOD hwcrhk_rsa = 334 const RSA_METHOD *meth1; in bind_helper()
|
| D | hw_4758_cca.c | 171 static RSA_METHOD ibm_4758_cca_rsa =
|
| /mirbsd/src/usr.bin/ssh/ |
| D | scard.c | 310 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()
|