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

/external/openssl/crypto/engine/
H A Dtb_rsa.c108 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e)
114 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
H A Deng_int.h159 const RSA_METHOD *rsa_meth;
H A Deng_cryptodev.c1052 const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
1057 const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
1107 const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
1112 const RSA_METHOD *meth = RSA_PKCS1_SSLeay();
1123 static RSA_METHOD cryptodev_rsa = {
1398 const RSA_METHOD *rsa_meth = RSA_PKCS1_SSLeay();
H A Dengine.h477 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
516 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
/external/openssl/crypto/rsa/
H A Drsa_null.c85 static RSA_METHOD rsa_null_meth={
102 const RSA_METHOD *RSA_null_method(void)
H A Drsa_lib.c76 static const RSA_METHOD *default_RSA_meth=NULL;
85 void RSA_set_default_method(const RSA_METHOD *meth)
90 const RSA_METHOD *RSA_get_default_method(void)
111 const RSA_METHOD *RSA_get_method(const RSA *rsa)
116 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth)
120 const RSA_METHOD *mtmp;
H A Drsa.h83 /* typedef struct rsa_meth_st RSA_METHOD; */
135 const RSA_METHOD *meth;
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
310 void RSA_set_default_method(const RSA_METHOD *meth);
311 const RSA_METHOD *RSA_get_default_method(void);
312 const RSA_METHOD *RSA_get_method(const RSA *rsa);
313 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
319 const RSA_METHOD *RSA_PKCS1_SSLeay(void);
321 const RSA_METHOD *RSA_null_method(void);
H A Drsa_eay.c131 static RSA_METHOD rsa_pkcs1_eay_meth={
148 const RSA_METHOD *RSA_PKCS1_SSLeay(void)
/external/openssl/include/openssl/
H A Drsa.h83 /* typedef struct rsa_meth_st RSA_METHOD; */
135 const RSA_METHOD *meth;
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
310 void RSA_set_default_method(const RSA_METHOD *meth);
311 const RSA_METHOD *RSA_get_default_method(void);
312 const RSA_METHOD *RSA_get_method(const RSA *rsa);
313 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
319 const RSA_METHOD *RSA_PKCS1_SSLeay(void);
321 const RSA_METHOD *RSA_null_method(void);
H A Dossl_typ.h141 typedef struct rsa_meth_st RSA_METHOD; typedef in typeref:struct:rsa_meth_st
H A Dengine.h477 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
516 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
/external/openssh/openbsd-compat/
H A Dopenssl-compat.c128 RSA_METHOD *
H A Dopenssl-compat.h82 RSA_METHOD *RSA_get_default_method(void);
/external/openssl/crypto/
H A Dossl_typ.h141 typedef struct rsa_meth_st RSA_METHOD; typedef in typeref:struct:rsa_meth_st
/external/openssh/
H A Dssh-pkcs11-client.c142 static RSA_METHOD helper_rsa;
H A Dssh-pkcs11.c68 RSA_METHOD rsa_method;
309 const RSA_METHOD *def = RSA_get_default_method();
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_openssl.c324 RSA_METHOD *rsa_meth;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c328 RSA_METHOD *rsa_meth;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c328 RSA_METHOD *rsa_meth;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c328 RSA_METHOD *rsa_meth;

Completed in 539 milliseconds