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

/external/boringssl/include/openssl/
H A Dengine.h57 const RSA_METHOD *method,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
H A Dbase.h229 typedef struct rsa_meth_st RSA_METHOD; typedef in typeref:struct:rsa_meth_st
H A Drsa.h398 /* RSA_FLAG_OPAQUE specifies that this RSA_METHOD does not expose its key
548 RSA_METHOD *meth;
/external/boringssl/src/include/openssl/
H A Dengine.h57 const RSA_METHOD *method,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
H A Dbase.h229 typedef struct rsa_meth_st RSA_METHOD; typedef in typeref:struct:rsa_meth_st
H A Drsa.h398 /* RSA_FLAG_OPAQUE specifies that this RSA_METHOD does not expose its key
548 RSA_METHOD *meth;
/external/boringssl/src/crypto/engine/
H A Dengine.c28 RSA_METHOD *rsa_method;
63 int ENGINE_set_RSA_method(ENGINE *engine, const RSA_METHOD *method,
66 sizeof(RSA_METHOD));
69 RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine) {
/external/boringssl/src/crypto/rsa/
H A Dinternal.h70 extern const RSA_METHOD RSA_default_method;
H A Drsa.c92 rsa->meth = (RSA_METHOD*) &RSA_default_method;
H A Drsa_impl.c1107 const RSA_METHOD RSA_default_method = {
/external/openssh/
H A Dssh-pkcs11-client.c146 static RSA_METHOD helper_rsa;
H A Dssh-pkcs11.c70 RSA_METHOD rsa_method;
317 const RSA_METHOD *def = RSA_get_default_method();
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c478 RSA_METHOD *rsa_meth;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c478 RSA_METHOD *rsa_meth;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c478 RSA_METHOD *rsa_meth;
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1548 // Custom RSA_METHOD that uses the platform APIs.
1551 // See <openssl/rsa.h> for exact declaration of RSA_METHOD.
1693 const RSA_METHOD android_rsa_method = {
2040 const RSA_METHOD android_rsa_method = {

Completed in 331 milliseconds