GOSTR341194_CTX
.ctx_size = sizeof(EVP_MD *) + sizeof(GOSTR341194_CTX),
hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M)
GOSTR341194_Init(GOSTR341194_CTX *c, int nid)
GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const unsigned char *p,
#define HASH_CTX GOSTR341194_CTX
GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX * c)
GOSTR341194_CTX c;
int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);