Searched refs:update_keys (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/zlib/contrib/minizip/ |
D | crypt.h | 48 static int update_keys(unsigned long* pkeys,const unsigned long* 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/zlib/src/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/chromium_org/net/dns/ |
D | mdns_client_impl.cc | 228 std::map<MDnsCache::Key, MDnsCache::UpdateType> update_keys; in HandlePacket() local 271 update_keys.insert(std::make_pair(update_key, update)); in HandlePacket() 275 update_keys.begin(); i != update_keys.end(); i++) { in HandlePacket()
|