Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcrypt_zip.c122 int ztemp, t; in crypt_zip_encode() local
126 ztemp = from[i]; in crypt_zip_encode()
128 UPDATE_KEYS_ZIP(zs->keys, ztemp); in crypt_zip_encode()
129 to[i] = t ^ ztemp; in crypt_zip_encode()
H A Dblowfish.c604 int ztemp, t; in crypt_blowfish_encode() local
608 ztemp = from[i]; in crypt_blowfish_encode()
610 BF_CFB_UPDATE(bfs, ztemp); in crypt_blowfish_encode()
611 to[i] = t ^ ztemp; in crypt_blowfish_encode()