Searched refs:gostcrypt (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/openssl/engines/ccgost/ |
| HD | gost89.c | 242 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()
|
| HD | gost_crypt.c | 236 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()
|
| HD | gost89.h | 57 void gostcrypt(gost_ctx * c, const byte * in, byte * out);
|