crypt.h | 48 static int update_keys(unsigned long* pkeys, const z_crc_t* pcrc_32_tab, int c) { function in typeref:typename:int 69 update_keys(pkeys,pcrc_32_tab,(int)*passwd); 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))
|