Searched refs:update_keys (Results 1 – 3 of 3) sorted by relevance
/external/zlib/contrib/minizip/ |
D | crypt.h | 48 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))
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | crypt.h | 48 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))
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 567 def update_keys(c): function 575 update_keys(p) 584 update_keys(c)
|