Home
last modified time | relevance | path

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

/external/zlib/contrib/minizip/
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))
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
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))
/external/tflite-support/third_party/zlib/contrib/minizip/
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))
/external/cronet/net/dns/
Dmdns_client_impl.cc241 std::map<MDnsCache::Key, MDnsCache::UpdateType> update_keys; in HandlePacket() local
284 update_keys.insert(std::make_pair(update_key, update)); in HandlePacket()
287 for (const auto& update_key : update_keys) { in HandlePacket()
/external/python/cpython3/Lib/
Dzipfile.py568 def update_keys(c): function
576 update_keys(p)
585 update_keys(c)