Searched refs:_Py_HashSecret (Results 1 – 14 of 14) sorted by relevance
20 _Py_HashSecret_t _Py_HashSecret = {{0}}; variable181 hash ^= (Py_uhash_t) _Py_HashSecret.djbx33a.suffix; in _Py_HashBytes()263 x = (Py_uhash_t) _Py_HashSecret.fnv.prefix; in fnv()274 x ^= (Py_uhash_t) _Py_HashSecret.fnv.suffix; in fnv()418 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1), in pysiphash()
555 Py_BUILD_ASSERT(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc)); in _Py_ReadHashSeed()583 void *secret = &_Py_HashSecret; in _Py_HashRandomization_Init()
77 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
365 void *secret = &_Py_HashSecret; in _PyRandom_Init()
345 x = _Py_HashSecret.prefix; in buffer_hash()350 x ^= _Py_HashSecret.suffix; in buffer_hash()
1107 _Py_HashSecret_t _Py_HashSecret; variable
1290 x = _Py_HashSecret.prefix; in string_hash()1295 x ^= _Py_HashSecret.suffix; in string_hash()
6664 x = _Py_HashSecret.prefix; in unicode_hash()6669 x ^= _Py_HashSecret.suffix; in unicode_hash()
373 _Py_HashSecret
524 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
1198 (unsigned long)_Py_HashSecret.expat.hashsalt); in newxmlparseobject()
3354 (unsigned long)_Py_HashSecret.expat.hashsalt); in _elementtree_XMLParser___init___impl()
1324 (unsigned long)_Py_HashSecret.prefix); in newxmlparseobject()
19 randomization salt from _Py_HashSecret instead of libexpat's default CSPRNG.