Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_functoolsmodule.c1088 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local
1125 oldkey = link->key; in bounded_lru_cache_wrapper()
1143 Py_DECREF(oldkey); in bounded_lru_cache_wrapper()
1150 Py_DECREF(oldkey); in bounded_lru_cache_wrapper()
/third_party/python/Lib/
Dfunctools.py604 oldkey = root[KEY]
608 del cache[oldkey]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c1047 u8 oldkey[16]; in rkh_derive_key() local
1054 if (hexstr2bin(pos, oldkey, sizeof(oldkey))) in rkh_derive_key()
1057 ret = hmac_sha256_kdf(oldkey, sizeof(oldkey), "FT OLDKEY", NULL, 0, in rkh_derive_key()
1059 os_memset(oldkey, 0, sizeof(oldkey)); in rkh_derive_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c959 u8 oldkey[16]; in rkh_derive_key() local
966 if (hexstr2bin(pos, oldkey, sizeof(oldkey))) in rkh_derive_key()
969 ret = hmac_sha256_kdf(oldkey, sizeof(oldkey), "FT OLDKEY", NULL, 0, in rkh_derive_key()
971 os_memset(oldkey, 0, sizeof(oldkey)); in rkh_derive_key()
/third_party/python/Objects/
Ddictobject.c3962 PyObject *oldkey = PyTuple_GET_ITEM(result, 0); in dictiter_iternextitem() local
3967 Py_DECREF(oldkey); in dictiter_iternextitem()
4082 PyObject *oldkey = PyTuple_GET_ITEM(result, 0); in dictreviter_iternext() local
4087 Py_DECREF(oldkey); in dictreviter_iternext()