Searched refs:update_keys (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/common/dist/zlib/contrib/minizip/ |
| D | crypt.h | 48 static int update_keys(unsigned long* pkeys, const z_crc_t* pcrc_32_tab, int c) { in update_keys() function 69 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys() 75 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab))) 78 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), (Byte)t^(c))
|