GOST2814789IMIT_CTX
.ctx_size = sizeof(EVP_MD *) + sizeof(GOST2814789IMIT_CTX),
GOST2814789IMIT_CTX *gctx = ctx->md_data;
GOST2814789IMIT_Init(GOST2814789IMIT_CTX *c, int nid)
GOST2814789IMIT_block_data_order(GOST2814789IMIT_CTX *ctx,
#define HASH_CTX GOST2814789IMIT_CTX
GOST2814789IMIT_Final(unsigned char *md, GOST2814789IMIT_CTX *c)
GOST2814789IMIT_CTX c;
int GOST2814789IMIT_Init(GOST2814789IMIT_CTX *c, int nid);
int GOST2814789IMIT_Update(GOST2814789IMIT_CTX *c, const void *data, size_t len);
int GOST2814789IMIT_Final(unsigned char *md, GOST2814789IMIT_CTX *c);
void GOST2814789IMIT_Transform(GOST2814789IMIT_CTX *c, const unsigned char *data);