HomeSort by relevance Sort by last modified time
    Searched refs:update_keys (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/contrib/minizip/
crypt.h 48 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/chromium_org/net/dns/
mdns_client_impl.cc 228 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 242 milliseconds