Exemplo n.º 1
0
static int gost_engine_destroy (ENGINE * e)
{
    gost_param_free ();

    pmeth_GostR3410_94 = NULL;
    pmeth_GostR3410_2001 = NULL;
    pmeth_Gost28147_MAC = NULL;
    ameth_GostR3410_94 = NULL;
    ameth_GostR3410_2001 = NULL;
    ameth_Gost28147_MAC = NULL;
    return 1;
}
Exemplo n.º 2
0
static int gost_engine_destroy(ENGINE *e)
{
    digest_gost_destroy();
    imit_gost_cpa_destroy();

    gost_param_free();

    pmeth_GostR3410_2001 = NULL;
    pmeth_Gost28147_MAC = NULL;
    ameth_GostR3410_2001 = NULL;
    ameth_Gost28147_MAC = NULL;
    return 1;
}
Exemplo n.º 3
0
static int gost_engine_destroy(ENGINE *e)
{
    gost_param_free();
    return 1;
}