Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dcrypt.h48 static int update_keys(unsigned long* pkeys,const z_crc_t* pcrc_32_tab,int c) in update_keys() function
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd); in init_keys()
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))
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dcrypt.h48 static int update_keys(unsigned long* pkeys, const unsigned long* pcrc_32_tab, int c) in update_keys() function
70 update_keys(pkeys, pcrc_32_tab, (int)*passwd); in init_keys()
76 (update_keys(pkeys, pcrc_32_tab, c ^= decrypt_byte(pkeys, pcrc_32_tab)))
79 (t = decrypt_byte(pkeys, pcrc_32_tab), update_keys(pkeys, pcrc_32_tab, c), t ^ (c))

Completed in 3 milliseconds