Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyhash.h77 } _Py_HashSecret_t; typedef
78 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
/third_party/python/Python/
Dbootstrap_hash.c576 Py_ssize_t secret_size = sizeof(_Py_HashSecret_t); in _Py_HashRandomization_Init()
Dpyhash.c20 _Py_HashSecret_t _Py_HashSecret = {{0}};
Dinitconfig.c1615 Py_BUILD_ASSERT(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc)); in config_init_hash_seed()