Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c21 int _Py_HashSecret_Initialized = 0; variable
23 static int _Py_HashSecret_Initialized = 0; variable
380 if (_Py_HashSecret_Initialized) in _PyRandom_Init()
382 _Py_HashSecret_Initialized = 1; in _PyRandom_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h527 PyAPI_DATA(int) _Py_HashSecret_Initialized;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c1270 assert(_Py_HashSecret_Initialized); in string_hash()
Dunicodeobject.c6642 assert(_Py_HashSecret_Initialized); in unicode_hash()