HomeSort by relevance Sort by last modified time
    Searched refs:RSA_METHOD (Results 1 - 19 of 19) sorted by null

  /external/boringssl/src/include/openssl/
engine.h 57 const RSA_METHOD *method,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
base.h 311 typedef struct rsa_meth_st RSA_METHOD;
rsa.h 465 /* RSA_FLAG_OPAQUE specifies that this RSA_METHOD does not expose its key
617 RSA_METHOD *meth;
  /external/boringssl/src/crypto/engine/
engine.c 30 RSA_METHOD *rsa_method; member in struct:engine_st
65 int ENGINE_set_RSA_method(ENGINE *engine, const RSA_METHOD *method,
67 return set_method((void **)&engine->rsa_method, method, method_size,
68 sizeof(RSA_METHOD));
71 RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine) {
72 return engine->rsa_method;
  /system/keymaster/
keymaster1_engine.h 90 RSA_METHOD BuildRsaMethod();
115 const RSA_METHOD rsa_method_;
keymaster0_engine.h 95 RSA_METHOD rsa_method_;
keymaster1_engine.cpp 386 RSA_METHOD Keymaster1Engine::BuildRsaMethod() {
387 RSA_METHOD method = {};
  /external/boringssl/src/crypto/fipsmodule/rsa/
internal.h 72 const RSA_METHOD *RSA_default_method(void);
rsa_impl.c 1062 DEFINE_METHOD_FUNCTION(RSA_METHOD, RSA_default_method) {
1066 OPENSSL_memset(out, 0, sizeof(RSA_METHOD));
rsa.c 97 rsa->meth = (RSA_METHOD *) RSA_default_method();
  /external/openssh/
ssh-pkcs11-client.c 146 static RSA_METHOD helper_rsa;
ssh-pkcs11.c 70 RSA_METHOD rsa_method; member in struct:pkcs11_key
317 const RSA_METHOD *def = RSA_get_default_method();
330 memcpy(&k11->rsa_method, def, sizeof(k11->rsa_method));
331 k11->rsa_method.name = "pkcs11";
332 k11->rsa_method.rsa_priv_enc = pkcs11_rsa_private_encrypt;
333 k11->rsa_method.rsa_priv_dec = pkcs11_rsa_private_decrypt;
334 k11->rsa_method.finish = pkcs11_rsa_finish;
335 RSA_set_method(rsa, &k11->rsa_method);
    [all...]
  /system/security/keystore-engine/
android_engine.cpp 51 extern const RSA_METHOD keystore_rsa_method;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 490 RSA_METHOD *rsa_meth;
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 542 RSA_METHOD g_rsa_method;
    [all...]

Completed in 389 milliseconds