Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc659 RSA_METHOD g_rsa_method; variable
863 g_rsa_method.common.is_static = 1; in init_engine_globals()
864 g_rsa_method.size = RsaMethodSize; in init_engine_globals()
865 g_rsa_method.sign_raw = RsaMethodSignRaw; in init_engine_globals()
866 g_rsa_method.decrypt = RsaMethodDecrypt; in init_engine_globals()
867 g_rsa_method.flags = RSA_FLAG_OPAQUE; in init_engine_globals()
874 ENGINE_set_RSA_method(g_engine, &g_rsa_method, sizeof(g_rsa_method)); in init_engine_globals()