Searched refs:g_rsa_method (Results 1 – 1 of 1) sorted by relevance
607 RSA_METHOD g_rsa_method; variable802 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()