Home
last modified time | relevance | path

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

12

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_meth.c20 RSA_METHOD *RSA_meth_new(const char *name, int flags) in RSA_meth_new()
22 RSA_METHOD *meth = OPENSSL_zalloc(sizeof(*meth)); in RSA_meth_new()
38 void RSA_meth_free(RSA_METHOD *meth) in RSA_meth_free()
46 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth) in RSA_meth_dup()
48 RSA_METHOD *ret = OPENSSL_malloc(sizeof(*ret)); in RSA_meth_dup()
64 const char *RSA_meth_get0_name(const RSA_METHOD *meth) in RSA_meth_get0_name()
69 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name) in RSA_meth_set1_name()
84 int RSA_meth_get_flags(const RSA_METHOD *meth) in RSA_meth_get_flags()
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) in RSA_set_default_method()
59 const RSA_METHOD *RSA_get_default_method(void) in RSA_get_default_method()
64 const RSA_METHOD *RSA_PKCS1_OpenSSL(void) in RSA_PKCS1_OpenSSL()
69 const RSA_METHOD *RSA_null_method(void) in RSA_null_method()
H A Drsa_lib.c39 const RSA_METHOD *RSA_get_method(const RSA *rsa) in RSA_get_method()
44 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()
50 const RSA_METHOD *mtmp; in RSA_set_method()
H A Drsa_local.h59 const RSA_METHOD *meth;
/third_party/openssl/crypto/rsa/
H A Drsa_meth.c20 RSA_METHOD *RSA_meth_new(const char *name, int flags) in RSA_meth_new()
22 RSA_METHOD *meth = OPENSSL_zalloc(sizeof(*meth)); in RSA_meth_new()
38 void RSA_meth_free(RSA_METHOD *meth) in RSA_meth_free()
46 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth) in RSA_meth_dup()
48 RSA_METHOD *ret = OPENSSL_malloc(sizeof(*ret)); in RSA_meth_dup()
64 const char *RSA_meth_get0_name(const RSA_METHOD *meth) in RSA_meth_get0_name()
69 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name) in RSA_meth_set1_name()
84 int RSA_meth_get_flags(const RSA_METHOD *meth) in RSA_meth_get_flags()
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) in RSA_set_default_method()
59 const RSA_METHOD *RSA_get_default_method(void) in RSA_get_default_method()
64 const RSA_METHOD *RSA_PKCS1_OpenSSL(void) in RSA_PKCS1_OpenSSL()
69 const RSA_METHOD *RSA_null_method(void) in RSA_null_method()
H A Drsa_lib.c39 const RSA_METHOD *RSA_get_method(const RSA *rsa) in RSA_get_method()
44 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()
50 const RSA_METHOD *mtmp; in RSA_set_method()
H A Drsa_local.h59 const RSA_METHOD *meth;
/third_party/node/deps/openssl/openssl/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
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);
/third_party/openssl/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
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);
/third_party/openssl/ohos_lite/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
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);
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Dtb_rsa.c66 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e) in ENGINE_get_RSA()
72 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA()
H A Deng_local.h114 const RSA_METHOD *rsa_meth;
/third_party/openssl/crypto/engine/
H A Dtb_rsa.c66 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e) in ENGINE_get_RSA()
72 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA()
H A Deng_local.h114 const RSA_METHOD *rsa_meth;
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dtypes.h18 typedef struct rsa_meth_st RSA_METHOD; typedef
/third_party/openssl/include/crypto/
H A Dtypes.h18 typedef struct rsa_meth_st RSA_METHOD; typedef
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Dwpa_evp_key.c129 RSA_METHOD *rsa_method = RSA_meth_new("", 0); in wrap_rsa()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dtypes.rs212 pub meth: *const RSA_METHOD,
240 pub meth: *const RSA_METHOD,
266 pub enum RSA_METHOD {} enum

Completed in 19 milliseconds

12