Lines Matching refs:RSA_METHOD
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_OpenSSL(void);
29 An B<RSA_METHOD> specifies the functions that OpenSSL uses for RSA
35 Initially, the default RSA_METHOD is the OpenSSL internal implementation,
46 RSA_METHOD. However, the meaningfulness of this result is dependent on
51 B<rsa>. This will replace the RSA_METHOD used by the RSA key and if the
54 work with certain RSA_METHOD implementations (e.g. from an ENGINE module
56 attempting to change the RSA_METHOD for the key can have unexpected
59 RSA_get_method() returns a pointer to the RSA_METHOD being used by B<rsa>.
66 RSA_METHOD. See the BUGS section.
71 the RSA_METHOD controlled by RSA_set_default_method() is used.
79 =head1 THE RSA_METHOD STRUCTURE
135 } RSA_METHOD;
144 RSA_set_method() returns a pointer to the old RSA_METHOD implementation
161 itself, not by the B<flags> value in the RSA_METHOD attached to the RSA key