Home
last modified time | relevance | path

Searched refs:oldkey (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.cpp207 void CPDF_Dictionary::ReplaceKey(const ByteString& oldkey, in ReplaceKey() argument
209 auto old_it = m_Map.find(oldkey); in ReplaceKey()
Dcpdf_dictionary.h95 void ReplaceKey(const ByteString& oldkey, const ByteString& newkey);
/external/autotest/client/cros/
Dcryptohome.py696 def migrate(self, user, oldkey, newkey, async=True): argument
700 user, oldkey, newkey)['return_status']
701 return self.__call(self.iface.MigrateKey, user, oldkey, newkey)
/external/python/cpython3/Modules/
D_functoolsmodule.c869 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local
901 oldkey = link->key; in bounded_lru_cache_wrapper()
910 Py_DECREF(oldkey); in bounded_lru_cache_wrapper()
916 Py_DECREF(oldkey); in bounded_lru_cache_wrapper()
/external/python/cpython3/Lib/
Dfunctools.py563 oldkey = root[KEY]
567 del cache[oldkey]
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1012 u8 oldkey[16]; in rkh_derive_key() local
1019 if (hexstr2bin(pos, oldkey, sizeof(oldkey))) in rkh_derive_key()
1022 ret = hmac_sha256_kdf(oldkey, sizeof(oldkey), "FT OLDKEY", NULL, 0, in rkh_derive_key()
1024 os_memset(oldkey, 0, sizeof(oldkey)); in rkh_derive_key()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c2894 TDB_DATA tdb_nextkey(struct tdb_context *tdb, TDB_DATA oldkey) in tdb_nextkey() argument
2908 || memcmp(k, oldkey.dptr, oldkey.dsize) != 0) { in tdb_nextkey()
2926 …tdb->travlocks.off = tdb_find_lock_hash(tdb, oldkey, tdb->hash_fn(&oldkey), tdb->travlocks.lock_rw… in tdb_nextkey()