Searched refs:gostcrypt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssl/engines/ccgost/
H A Dgost89.h57 void gostcrypt(gost_ctx * c, const byte * in, byte * out);
81 /* Perform one step of MAC calculation like gostcrypt */
H A Dgost89.c242 void gostcrypt(gost_ctx * c, const byte * in, byte * out) function
353 gostcrypt(c, clear, cipher);
381 gostcrypt(ctx, cur_iv, gamma);
399 gostcrypt(ctx, cur_iv, gamma);
411 gostcrypt(c, inblock, outblock);
571 gostcrypt(ctx, iv, newiv);
H A Dgost_crypt.c226 * Wrapper around gostcrypt function from gost89.c which perform key meshing
236 gostcrypt(&(c->cctx), iv, buf);
250 gostcrypt(&(c->cctx), iv, buf1);
270 gostcrypt(&(c->cctx), buf1, buf);

Completed in 42 milliseconds