Searched refs:RSA_METHOD (Results 1 – 14 of 14) sorted by relevance
26 RSA_METHOD *29 RSA_METHOD *meth; in RSA_meth_new()44 RSA_meth_free(RSA_METHOD *meth) in RSA_meth_free()54 RSA_METHOD *55 RSA_meth_dup(const RSA_METHOD *meth) in RSA_meth_dup()57 RSA_METHOD *copy; in RSA_meth_dup()72 RSA_meth_set1_name(RSA_METHOD *meth, const char *name) in RSA_meth_set1_name()85 (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa) in RSA_meth_get_finish()92 RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(int flen, in RSA_meth_set_priv_enc()101 RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec)(int flen, in RSA_meth_set_priv_dec()[all …]
265 void RSA_set_default_method(const RSA_METHOD *meth);266 const RSA_METHOD *RSA_get_default_method(void);267 const RSA_METHOD *RSA_get_method(const RSA *rsa);268 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);270 const RSA_METHOD *RSA_PKCS1_OpenSSL(void);271 const RSA_METHOD *RSA_PKCS1_SSLeay(void);409 RSA_METHOD *RSA_meth_new(const char *name, int flags);410 void RSA_meth_free(RSA_METHOD *meth);411 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth);412 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name);[all …]
74 static const RSA_METHOD *default_RSA_meth = NULL;86 RSA_set_default_method(const RSA_METHOD *meth) in RSA_set_default_method()92 const RSA_METHOD *102 const RSA_METHOD *110 RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()116 const RSA_METHOD *mtmp; in RSA_set_method()
100 const RSA_METHOD *meth;
825 static const RSA_METHOD rsa_pkcs1_meth = {837 const RSA_METHOD *844 const RSA_METHOD *
174 const RSA_METHOD *method = RSA_get_method(rsa); in rsa_method_app_data_sign()197 RSA_METHOD *sign_verify_method = NULL; in sign_and_verify_test()
377 RSA_METHOD *380 static RSA_METHOD *rsa_method = NULL; in tls_signer_rsa_method()
304 RSA_METHOD *tls_signer_rsa_method(void);
404 RSA_METHOD *rsa_method; in tls_keypair_setup_pkey()
122 typedef struct rsa_meth_st RSA_METHOD; typedef
53 RSA_METHOD *rsa_meth;81 const RSA_METHOD *meth; in helper_by_rsa()511 RSA_METHOD *rsa_meth; in pkcs11_start_helper_methods()
184 static RSA_METHOD *rsa_method;
292 static const RSA_METHOD *rsa_default;293 static RSA_METHOD *rsae_method;
289 const RSA_METHOD *rsa_default = NULL;291 static RSA_METHOD *rsae_method = NULL;