Searched refs:ztemp (Results 1 – 2 of 2) sorted by relevance
122 int ztemp, t; in crypt_zip_encode() local126 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()
604 int ztemp, t; in crypt_blowfish_encode() local608 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()