#include <gost_lcl.h>
Public Attributes | |
gost_ctx | cctx |
unsigned char | buffer [8] |
unsigned char | partial_block [8] |
off_t | count |
int | key_meshing |
int | bytes_left |
int | key_set |
Definition at line 150 of file gost_lcl.h.
unsigned char ossl_gost_imit_ctx::buffer[8] |
Definition at line 152 of file gost_lcl.h.
int ossl_gost_imit_ctx::bytes_left |
Definition at line 156 of file gost_lcl.h.
gost_ctx ossl_gost_imit_ctx::cctx |
Definition at line 151 of file gost_lcl.h.
off_t ossl_gost_imit_ctx::count |
Definition at line 154 of file gost_lcl.h.
int ossl_gost_imit_ctx::key_meshing |
Definition at line 155 of file gost_lcl.h.
int ossl_gost_imit_ctx::key_set |
Definition at line 157 of file gost_lcl.h.
unsigned char ossl_gost_imit_ctx::partial_block[8] |
Definition at line 153 of file gost_lcl.h.