Searched refs:_Py_HashSecret (Results 1 – 11 of 11) sorted by relevance
20 _Py_HashSecret_t _Py_HashSecret; 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()369 uint64_t k0 = _le64toh(_Py_HashSecret.siphash.k0); in siphash24()370 uint64_t k1 = _le64toh(_Py_HashSecret.siphash.k1); in siphash24()
540 unsigned char *secret = (unsigned char *)&_Py_HashSecret.uc; in _PyRandom_Init()542 Py_BUILD_ASSERT(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc)); in _PyRandom_Init()
77 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
358 void *secret = &_Py_HashSecret; in _PyRandom_Init()
345 x = _Py_HashSecret.prefix; in buffer_hash()350 x ^= _Py_HashSecret.suffix; in buffer_hash()
1102 _Py_HashSecret_t _Py_HashSecret; variable
1284 x = _Py_HashSecret.prefix; in string_hash()1289 x ^= _Py_HashSecret.suffix; in string_hash()
6669 x = _Py_HashSecret.prefix; in unicode_hash()6674 x ^= _Py_HashSecret.suffix; in unicode_hash()
524 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
1199 (unsigned long)_Py_HashSecret.expat.hashsalt); in newxmlparseobject()
1320 (unsigned long)_Py_HashSecret.prefix); in newxmlparseobject()