Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dopenssl-compat.h191 void RSA_meth_free(RSA_METHOD *meth);
195 RSA_METHOD *RSA_meth_dup(const RSA_METHOD *meth);
199 int RSA_meth_set1_name(RSA_METHOD *meth, const char *name);
203 int (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa);
207 int RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(int flen,
212 int RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec)(int flen,
217 int RSA_meth_set_finish(RSA_METHOD *meth, int (*finish)(RSA *rsa));
Dlibressl-api-compat.c531 RSA_meth_free(RSA_METHOD *meth) in RSA_meth_free()
541 RSA_METHOD *
542 RSA_meth_dup(const RSA_METHOD *meth) in RSA_meth_dup()
544 RSA_METHOD *copy; in RSA_meth_dup()
560 RSA_meth_set1_name(RSA_METHOD *meth, const char *name) in RSA_meth_set1_name()
574 (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa) in RSA_meth_get_finish()
582 RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(int flen, in RSA_meth_set_priv_enc()
592 RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec)(int flen, in RSA_meth_set_priv_dec()
602 RSA_meth_set_finish(RSA_METHOD *meth, int (*finish)(RSA *rsa)) in RSA_meth_set_finish()
/external/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()
/external/rust/crates/quiche/deps/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()
/external/rust/crates/quiche/deps/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.h696 RSA_METHOD *meth;
/external/boringssl/src/include/openssl/
Dengine.h57 const RSA_METHOD *method,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
Dbase.h417 typedef struct rsa_meth_st RSA_METHOD; typedef
Drsa.h696 RSA_METHOD *meth;
/external/boringssl/src/crypto/fipsmodule/rsa/
Dinternal.h72 const RSA_METHOD *RSA_default_method(void);
Drsa_impl.c1405 DEFINE_METHOD_FUNCTION(RSA_METHOD, RSA_default_method) { in DEFINE_METHOD_FUNCTION() argument
1409 OPENSSL_memset(out, 0, sizeof(RSA_METHOD)); in DEFINE_METHOD_FUNCTION()
Drsa.c101 rsa->meth = (RSA_METHOD *) RSA_default_method(); in RSA_new_method()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/
Dinternal.h72 const RSA_METHOD *RSA_default_method(void);
Drsa_impl.c1352 DEFINE_METHOD_FUNCTION(RSA_METHOD, RSA_default_method) { in DEFINE_METHOD_FUNCTION() argument
1356 OPENSSL_memset(out, 0, sizeof(RSA_METHOD)); in DEFINE_METHOD_FUNCTION()
Drsa.c101 rsa->meth = (RSA_METHOD *) RSA_default_method(); in RSA_new_method()
/external/openssh/
Dssh-pkcs11-client.c225 static RSA_METHOD *helper_rsa;
Dssh-pkcs11.c191 static RSA_METHOD *rsa_method;
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1119 RSA_METHOD = rsa_meth_st variable
1123 ('meth', POINTER(RSA_METHOD)),
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1119 RSA_METHOD = rsa_meth_st variable
1123 ('meth', POINTER(RSA_METHOD)),
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c586 RSA_METHOD *rsa_meth; in tls_cryptoapi_cert()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc659 RSA_METHOD g_rsa_method;