Searched refs:update_keys (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h48 static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32_tab,int c) function
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dcrypt.h48 static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32_tab,int c) function
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
77 (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab)))
80 (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), t^(c))

Completed in 21 milliseconds