Searched refs:g_ecdsa_method (Results 1 – 1 of 1) sorted by relevance
656 ECDSA_METHOD g_ecdsa_method; variable865 g_ecdsa_method.common.is_static = 1; in init_engine_globals()866 g_ecdsa_method.sign = EcdsaMethodSign; in init_engine_globals()867 g_ecdsa_method.flags = ECDSA_FLAG_OPAQUE; in init_engine_globals()871 ENGINE_set_ECDSA_method(g_engine, &g_ecdsa_method, sizeof(g_ecdsa_method)); in init_engine_globals()