Home
last modified time | relevance | path

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

12

/third_party/openssl/crypto/rsa/
Drsa_meth.c14 RSA_METHOD *RSA_meth_new(const char *name, int flags) in RSA_meth_new()
16 RSA_METHOD *meth = OPENSSL_zalloc(sizeof(*meth)); in RSA_meth_new()
32 void RSA_meth_free(RSA_METHOD *meth) in RSA_meth_free()
40 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth) in RSA_meth_dup()
42 RSA_METHOD *ret = OPENSSL_malloc(sizeof(*ret)); in RSA_meth_dup()
58 const char *RSA_meth_get0_name(const RSA_METHOD *meth) in RSA_meth_get0_name()
63 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name) in RSA_meth_set1_name()
78 int RSA_meth_get_flags(const RSA_METHOD *meth) in RSA_meth_get_flags()
83 int RSA_meth_set_flags(RSA_METHOD *meth, int flags) in RSA_meth_set_flags()
89 void *RSA_meth_get0_app_data(const RSA_METHOD *meth) in RSA_meth_get0_app_data()
[all …]
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) in RSA_set_default_method()
53 const RSA_METHOD *RSA_get_default_method(void) in RSA_get_default_method()
58 const RSA_METHOD *RSA_PKCS1_OpenSSL(void) in RSA_PKCS1_OpenSSL()
63 const RSA_METHOD *RSA_null_method(void) in RSA_null_method()
Drsa_lib.c25 const RSA_METHOD *RSA_get_method(const RSA *rsa) in RSA_get_method()
30 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()
36 const RSA_METHOD *mtmp; in RSA_set_method()
Drsa_local.h35 const RSA_METHOD *meth;
/third_party/openssl/doc/man3/
DRSA_meth_new.pod23 RSA_METHOD *RSA_meth_new(const char *name, int flags);
24 void RSA_meth_free(RSA_METHOD *meth);
26 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth);
28 const char *RSA_meth_get0_name(const RSA_METHOD *meth);
29 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name);
31 int RSA_meth_get_flags(const RSA_METHOD *meth);
32 int RSA_meth_set_flags(RSA_METHOD *meth, int flags);
34 void *RSA_meth_get0_app_data(const RSA_METHOD *meth);
35 int RSA_meth_set0_app_data(RSA_METHOD *meth, void *app_data);
37 int (*RSA_meth_get_pub_enc(const RSA_METHOD *meth))(int flen, const unsigned char *from,
[all …]
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_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
[all …]
DRSA_check_key.pod60 elements directly, bypassing the RSA_METHOD table altogether (and
63 RSA_METHOD function table so that alternative implementations can also
DENGINE_add.pod118 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
135 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
174 RSA_METHOD - for providing alternative RSA implementations
390 RSA key, any bundled ENGINEs that implement RSA_METHOD will be passed to
/third_party/openssl/include/openssl/
Drsa.h269 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_dup(const RSA_METHOD *meth);
425 const char *RSA_meth_get0_name(const RSA_METHOD *meth);
[all …]
Dengine.h470 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
513 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
Dossl_typ.h111 typedef struct rsa_meth_st RSA_METHOD; typedef
/third_party/boringssl/src/crypto/engine/
Dengine.c30 RSA_METHOD *rsa_method;
66 int ENGINE_set_RSA_method(ENGINE *engine, const RSA_METHOD *method, in ENGINE_set_RSA_method()
69 sizeof(RSA_METHOD)); in ENGINE_set_RSA_method()
72 RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine) { in ENGINE_get_RSA_method()
/third_party/boringssl/src/include/openssl/
Dengine.h57 const RSA_METHOD *method,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
Dbase.h409 typedef struct rsa_meth_st RSA_METHOD; typedef
Drsa.h666 RSA_METHOD *meth;
/third_party/openssl/crypto/engine/
Dtb_rsa.c62 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e) in ENGINE_get_RSA()
68 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA()
Deng_local.h128 const RSA_METHOD *rsa_meth;
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
/third_party/boringssl/src/crypto/fipsmodule/rsa/
Dinternal.h72 const RSA_METHOD *RSA_default_method(void);
Drsa_impl.c1329 DEFINE_METHOD_FUNCTION(RSA_METHOD, RSA_default_method) { in DEFINE_METHOD_FUNCTION() argument
1333 OPENSSL_memset(out, 0, sizeof(RSA_METHOD)); in DEFINE_METHOD_FUNCTION()
Drsa.c101 rsa->meth = (RSA_METHOD *) RSA_default_method(); in RSA_new_method()
/third_party/openssl/engines/
De_dasync.c111 static RSA_METHOD *dasync_rsa_method = NULL;
De_capi.c395 static RSA_METHOD *capi_rsa_method = NULL;
409 const RSA_METHOD *ossl_rsa_meth; in capi_init()
/third_party/openssl/util/
Dindent.pro364 -T RSA_METHOD
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1119 RSA_METHOD = rsa_meth_st variable
1123 ('meth', POINTER(RSA_METHOD)),

12