Home
last modified time | relevance | path

Searched refs:_Py_HashSecret (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Python/
Dpyhash.c20 _Py_HashSecret_t _Py_HashSecret; variable
181 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()
Drandom.c540 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()
/external/python/cpython3/Include/
Dpyhash.h77 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
/external/python/cpython2/Python/
Drandom.c358 void *secret = &_Py_HashSecret; in _PyRandom_Init()
/external/python/cpython2/Objects/
Dbufferobject.c345 x = _Py_HashSecret.prefix; in buffer_hash()
350 x ^= _Py_HashSecret.suffix; in buffer_hash()
Dobject.c1102 _Py_HashSecret_t _Py_HashSecret; variable
Dstringobject.c1284 x = _Py_HashSecret.prefix; in string_hash()
1289 x ^= _Py_HashSecret.suffix; in string_hash()
Dunicodeobject.c6669 x = _Py_HashSecret.prefix; in unicode_hash()
6674 x ^= _Py_HashSecret.suffix; in unicode_hash()
/external/python/cpython2/Include/
Dobject.h524 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
/external/python/cpython3/Modules/
Dpyexpat.c1199 (unsigned long)_Py_HashSecret.expat.hashsalt); in newxmlparseobject()
/external/python/cpython2/Modules/
Dpyexpat.c1320 (unsigned long)_Py_HashSecret.prefix); in newxmlparseobject()