Home
last modified time | relevance | path

Searched refs:cnt_buf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost2814789.c354 GOST2814789_KEY *key, unsigned char *ivec, unsigned char *cnt_buf, int *num) in Gost2814789_cnt_encrypt() argument
364 *(out++) = *(in++) ^ cnt_buf[n]; in Gost2814789_cnt_encrypt()
375 Gost2814789_cnt_next(ivec, cnt_buf, key); in Gost2814789_cnt_encrypt()
378 *(size_t *)(cnt_buf + n); in Gost2814789_cnt_encrypt()
385 Gost2814789_cnt_next(ivec, cnt_buf, key); in Gost2814789_cnt_encrypt()
387 out[n] = in[n] ^ cnt_buf[n]; in Gost2814789_cnt_encrypt()
398 Gost2814789_cnt_next(ivec, cnt_buf, key); in Gost2814789_cnt_encrypt()
399 out[l] = in[l] ^ cnt_buf[n]; in Gost2814789_cnt_encrypt()
/dragonfly/crypto/libressl/include/openssl/
H A Dgost.h85 unsigned char *ivec, unsigned char *cnt_buf, int *num);