Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dblowfish.c50 int update_offset; member
566 bfs->randbyte_offset = bfs->update_offset = 0; in bf_cfb_init()
577 bfs->cfb_buffer[bfs->update_offset] ^= (char_u)c; \
578 if (++bfs->update_offset == bfs->cfb_len) \
579 bfs->update_offset = 0; \