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

/openwrt/tools/wrt350nv2-builder/src/
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 31 milliseconds