Home
last modified time | relevance | path

Searched refs:_Py_HashSecret_t (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dpyhash.h76 } _Py_HashSecret_t; typedef
77 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
/external/python/cpython3/Python/
Dbootstrap_hash.c555 Py_BUILD_ASSERT(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc)); in _Py_ReadHashSeed()
584 Py_ssize_t secret_size = sizeof(_Py_HashSecret_t); in _Py_HashRandomization_Init()
Dpyhash.c20 _Py_HashSecret_t _Py_HashSecret = {{0}};
/external/python/cpython2/Include/
Dobject.h523 } _Py_HashSecret_t; typedef
524 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
/external/python/cpython2/Python/
Drandom.c366 Py_ssize_t secret_size = sizeof(_Py_HashSecret_t); in _PyRandom_Init()
/external/python/cpython2/Objects/
Dobject.c1107 _Py_HashSecret_t _Py_HashSecret;