Searched refs:_Py_HashSecret_t (Results 1 – 4 of 4) sorted by relevance
77 } _Py_HashSecret_t; typedef78 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
576 Py_ssize_t secret_size = sizeof(_Py_HashSecret_t); in _Py_HashRandomization_Init()
20 _Py_HashSecret_t _Py_HashSecret = {{0}};
1615 Py_BUILD_ASSERT(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc)); in config_init_hash_seed()