Home
last modified time | relevance | path

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

/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc607 RSA_METHOD g_rsa_method; variable
802 g_rsa_method.common.is_static = 1; in init_engine_globals()
803 g_rsa_method.sign_raw = RsaMethodSignRaw; in init_engine_globals()
804 g_rsa_method.decrypt = RsaMethodDecrypt; in init_engine_globals()
805 g_rsa_method.flags = RSA_FLAG_OPAQUE; in init_engine_globals()
812 ENGINE_set_RSA_method(g_engine, &g_rsa_method, sizeof(g_rsa_method)); in init_engine_globals()