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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrypt.h110 # define update_keys zp_update_keys macro
127 #define zencode(c,t) (t=decrypt_byte(__G), update_keys(c), t^(c))
130 #define zdecode(c) update_keys(__G__ c ^= decrypt_byte(__G))
133 int update_keys OF((__GPRO__ int c));
157 (encrypted? update_keys(__G__ getc(G.in)^decrypt_byte(__G)) : getc(G.in))
H A Dcrypt.c163 int update_keys(__G__ c)
196 update_keys(__G__ (int)*passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrypt.h110 # define update_keys zp_update_keys macro
127 #define zencode(c,t) (t=decrypt_byte(__G), update_keys(c), t^(c))
130 #define zdecode(c) update_keys(__G__ c ^= decrypt_byte(__G))
133 int update_keys OF((__GPRO__ int c));
157 (encrypted? update_keys(__G__ getc(G.in)^decrypt_byte(__G)) : getc(G.in))
H A Dcrypt.c139 int update_keys(__G__ c)
172 update_keys(__G__ (int)*passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dcrypt.h48 static int update_keys(unsigned long* pkeys,const z_crc_t* 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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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 147 milliseconds