Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/engines/ccgost/
HDgost89.c242 void gostcrypt(gost_ctx * c, const byte * in, byte * out) in gostcrypt() function
353 gostcrypt(c, clear, cipher); in gost_enc()
381 gostcrypt(ctx, cur_iv, gamma); in gost_enc_cfb()
399 gostcrypt(ctx, cur_iv, gamma); in gost_dec_cfb()
411 gostcrypt(c, inblock, outblock); in gost_enc_with_key()
574 gostcrypt(ctx, iv, newiv); in cryptopro_key_meshing()
HDgost_crypt.c236 gostcrypt(&(c->cctx), iv, buf); in gost_crypt_mesh()
250 gostcrypt(&(c->cctx), iv, buf1); in gost_cnt_next()
270 gostcrypt(&(c->cctx), buf1, buf); in gost_cnt_next()
HDgost89.h57 void gostcrypt(gost_ctx * c, const byte * in, byte * out);