Searched refs:_Py_HashSecret (Results 1 – 7 of 7) sorted by relevance
20 _Py_HashSecret_t _Py_HashSecret = {{0}}; variable193 hash ^= (Py_uhash_t) _Py_HashSecret.djbx33a.suffix; in _Py_HashBytes()271 x = (Py_uhash_t) _Py_HashSecret.fnv.prefix; in fnv()282 x ^= (Py_uhash_t) _Py_HashSecret.fnv.suffix; in fnv()434 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1), in pysiphash()
575 void *secret = &_Py_HashSecret; in _Py_HashRandomization_Init()
1615 Py_BUILD_ASSERT(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc)); in config_init_hash_seed()
78 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
1165 (unsigned long)_Py_HashSecret.expat.hashsalt); in newxmlparseobject()
3669 (unsigned long)_Py_HashSecret.expat.hashsalt); in _elementtree_XMLParser___init___impl()
54 randomization salt from _Py_HashSecret instead of libexpat's default CSPRNG.