Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dpyhash.h77 } _Py_HashSecret_t; typedef
78 PyAPI_DATA(_Py_HashSecret_t) _Py_HashSecret;
/third_party/python/Python/
H A Dbootstrap_hash.c551 Py_ssize_t secret_size = sizeof(_Py_HashSecret_t); in _Py_HashRandomization_Init()
H A Dpyhash.c20 _Py_HashSecret_t _Py_HashSecret = {{0}};
H A Dinitconfig.c1561 static_assert(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc), in config_init_hash_seed()
1562 "_Py_HashSecret_t has wrong size"); in config_init_hash_seed()

Completed in 6 milliseconds