Searched refs:ossl_gost_imit_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/crypto/openssl/engines/ccgost/
H A Dgost_crypt.c101 sizeof(struct ossl_gost_imit_ctx),
506 struct ossl_gost_imit_ctx *c = ctx->md_data;
516 static void mac_block_mesh(struct ossl_gost_imit_ctx *c,
535 struct ossl_gost_imit_ctx *c = ctx->md_data;
567 struct ossl_gost_imit_ctx *c = ctx->md_data;
601 gost_key(&(((struct ossl_gost_imit_ctx *)(ctx->md_data))->cctx),
603 ((struct ossl_gost_imit_ctx *)(ctx->md_data))->key_set = 1;
614 memcpy(to->md_data, from->md_data, sizeof(struct ossl_gost_imit_ctx));
621 memset(ctx->md_data, 0, sizeof(struct ossl_gost_imit_ctx));
H A Dgost_lcl.h151 struct ossl_gost_imit_ctx { struct

Completed in 101 milliseconds