#include <string.h>
#include "gost89.h"
#include <openssl/rand.h>
#include "e_gost_err.h"
#include "gost_lcl.h"
Go to the source code of this file.
Initial value:=
{
1,
32,
8,
gost_cipher_init,
gost_cipher_do_cfb,
gost_cipher_cleanup,
gost89_set_asn1_parameters,
gost89_get_asn1_parameters,
gost_cipher_ctl,
NULL,
}
Definition at line 32 of file gost_crypt.c.
Initial value:=
{
1,
32,
8,
gost_cipher_init_cpa,
gost_cipher_do_cnt,
gost_cipher_cleanup,
gost89_set_asn1_parameters,
gost89_get_asn1_parameters,
gost_cipher_ctl,
NULL,
}
Definition at line 50 of file gost_crypt.c.
Initial value:=
{
4,
0,
gost_imit_init_cpa,
gost_imit_update,
gost_imit_final,
gost_imit_copy,
gost_imit_cleanup,
NULL,
NULL,
{0,0,0,0,0},
8,
gost_imit_ctrl
}
Definition at line 81 of file gost_crypt.c.