Searched refs:g_rsa_method (Results 1 – 1 of 1) sorted by relevance
542 RSA_METHOD g_rsa_method; variable769 g_rsa_method.common.is_static = 1; in init_engine_globals()770 g_rsa_method.size = RsaMethodSize; in init_engine_globals()771 g_rsa_method.sign_raw = RsaMethodSignRaw; in init_engine_globals()772 g_rsa_method.decrypt = RsaMethodDecrypt; in init_engine_globals()773 g_rsa_method.flags = RSA_FLAG_OPAQUE; in init_engine_globals()780 ENGINE_set_RSA_method(g_engine, &g_rsa_method, sizeof(g_rsa_method)); in init_engine_globals()