Home
last modified time | relevance | path

Searched defs: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
/external/cronet/tot/net/dns/
Dmdns_client_impl.cc278 std::map<MDnsCache::Key, MDnsCache::UpdateType> update_keys; in HandlePacket() local
/external/cronet/stable/net/dns/
Dmdns_client_impl.cc278 std::map<MDnsCache::Key, MDnsCache::UpdateType> update_keys; in HandlePacket() local
/external/python/cpython3/Lib/zipfile/
D__init__.py654 def update_keys(c): function
/external/python/bumble/bumble/
Ddevice.py3907 async def update_keys(self, address: str, keys: PairingKeys) -> None: member in Device