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

/external/chromium_org/third_party/zlib/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))
/external/zlib/src/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))
/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc228 std::map<MDnsCache::Key, MDnsCache::UpdateType> update_keys; local
271 update_keys.insert(std::make_pair(update_key, update));
275 update_keys.begin(); i != update_keys.end(); i++) {

Completed in 244 milliseconds