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

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_meth.c14 RSA_METHOD *RSA_meth_new(const char *name, int flags)
16 RSA_METHOD *meth = OPENSSL_zalloc(sizeof(*meth));
32 void RSA_meth_free(RSA_METHOD *meth)
40 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth)
42 RSA_METHOD *ret = OPENSSL_malloc(sizeof(*ret));
58 const char *RSA_meth_get0_name(const RSA_METHOD *meth)
63 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name)
78 int RSA_meth_get_flags(const RSA_METHOD *meth)
83 int RSA_meth_set_flags(RSA_METHOD *met
[all...]
H A Drsa_local.h35 const RSA_METHOD *meth;
H A Drsa_lib.c25 const RSA_METHOD *RSA_get_method(const RSA *rsa)
30 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth)
36 const RSA_METHOD *mtmp;
H A Drsa_ossl.c27 static RSA_METHOD rsa_pkcs1_ossl_meth = {
46 static const RSA_METHOD *default_RSA_meth = &rsa_pkcs1_ossl_meth;
48 void RSA_set_default_method(const RSA_METHOD *meth)
53 const RSA_METHOD *RSA_get_default_method(void)
58 const RSA_METHOD *RSA_PKCS1_OpenSSL(void)
63 const RSA_METHOD *RSA_null_method(void)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_meth.c20 RSA_METHOD *RSA_meth_new(const char *name, int flags)
22 RSA_METHOD *meth = OPENSSL_zalloc(sizeof(*meth));
38 void RSA_meth_free(RSA_METHOD *meth)
46 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth)
48 RSA_METHOD *ret = OPENSSL_malloc(sizeof(*ret));
64 const char *RSA_meth_get0_name(const RSA_METHOD *meth)
69 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name)
84 int RSA_meth_get_flags(const RSA_METHOD *meth)
89 int RSA_meth_set_flags(RSA_METHOD *met
[all...]
H A Drsa_ossl.c33 static RSA_METHOD rsa_pkcs1_ossl_meth = {
52 static const RSA_METHOD *default_RSA_meth = &rsa_pkcs1_ossl_meth;
54 void RSA_set_default_method(const RSA_METHOD *meth)
59 const RSA_METHOD *RSA_get_default_method(void)
64 const RSA_METHOD *RSA_PKCS1_OpenSSL(void)
69 const RSA_METHOD *RSA_null_method(void)
H A Drsa_local.h59 const RSA_METHOD *meth;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa.h73 #define RSA_METHOD hc_RSA_METHOD macro
80 typedef struct RSA_METHOD RSA_METHOD; typedef in typeref:struct:RSA_METHOD
85 struct RSA_METHOD { struct
107 const RSA_METHOD *meth;
142 const RSA_METHOD *RSA_null_method(void);
143 const RSA_METHOD *RSA_gmp_method(void);
144 const RSA_METHOD *RSA_tfm_method(void);
145 const RSA_METHOD *RSA_ltm_method(void);
156 void RSA_set_default_method(const RSA_METHOD *);
[all...]
H A Dengine.h106 int ENGINE_set_RSA(ENGINE *, const RSA_METHOD *);
112 const RSA_METHOD * ENGINE_get_RSA(const ENGINE *);
H A Drsa.c188 * Return the RSA_METHOD used for this RSA object.
197 const RSA_METHOD *
215 RSA_set_method(RSA *rsa, const RSA_METHOD *method)
457 * A NULL RSA_METHOD that returns failure for all operations. This is
496 static const RSA_METHOD rsa_null_method = {
513 const RSA_METHOD *
519 extern const RSA_METHOD hc_rsa_gmp_method;
520 extern const RSA_METHOD hc_rsa_tfm_method;
521 extern const RSA_METHOD hc_rsa_ltm_method;
522 static const RSA_METHOD *default_rsa_metho
[all...]
H A Dengine.c53 const RSA_METHOD *rsa;
122 ENGINE_set_RSA(ENGINE *engine, const RSA_METHOD *method)
154 const RSA_METHOD *
H A Dundef.h49 #undef RSA_METHOD macro
H A Drsa-gmp.c555 const RSA_METHOD hc_rsa_gmp_method = {
578 const RSA_METHOD *
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dtypes.h18 typedef struct rsa_meth_st RSA_METHOD; typedef in typeref:struct:rsa_meth_st
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drsa.h28 /* The types RSA and RSA_METHOD are defined in ossl_typ.h */
269 void RSA_set_default_method(const RSA_METHOD *meth);
270 const RSA_METHOD *RSA_get_default_method(void);
271 const RSA_METHOD *RSA_null_method(void);
272 const RSA_METHOD *RSA_get_method(const RSA *rsa);
273 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
276 const RSA_METHOD *RSA_PKCS1_OpenSSL(void);
422 RSA_METHOD *RSA_meth_new(const char *name, int flags);
423 void RSA_meth_free(RSA_METHOD *meth);
424 RSA_METHOD *RSA_meth_du
[all...]
H A Dossl_typ.h111 typedef struct rsa_meth_st RSA_METHOD; typedef in typeref:struct:rsa_meth_st
H A Dengine.h470 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
513 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drsa.h43 /* The types RSA and RSA_METHOD are defined in ossl_typ.h */
298 OSSL_DEPRECATEDIN_3_0 void RSA_set_default_method(const RSA_METHOD *meth);
299 OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_default_method(void);
300 OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_null_method(void);
301 OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_method(const RSA *rsa);
302 OSSL_DEPRECATEDIN_3_0 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
305 OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_PKCS1_OpenSSL(void);
473 OSSL_DEPRECATEDIN_3_0 RSA_METHOD *RSA_meth_new(const char *name, int flags);
474 OSSL_DEPRECATEDIN_3_0 void RSA_meth_free(RSA_METHOD *meth);
475 OSSL_DEPRECATEDIN_3_0 RSA_METHOD *RSA_meth_du
[all...]
H A Dtypes.h144 typedef struct rsa_meth_st RSA_METHOD; typedef in typeref:struct:rsa_meth_st
H A Dengine.h497 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
554 OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Dtb_rsa.c62 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e)
68 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
H A Deng_local.h133 const RSA_METHOD *rsa_meth;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Dtb_rsa.c66 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e)
72 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
H A Deng_local.h114 const RSA_METHOD *rsa_meth;
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-pkcs11-client.c57 RSA_METHOD *rsa_meth;
85 const RSA_METHOD *meth;
476 RSA_METHOD *rsa_meth;

Completed in 374 milliseconds

12