Searched refs:PyHash_Func (Results 1 – 1 of 1) sorted by relevance
23 extern PyHash_FuncDef PyHash_Func;25 static PyHash_FuncDef PyHash_Func; variable198 x = PyHash_Func.hash(src, len); in _Py_HashBytes()223 return &PyHash_Func; in PyHash_GetFuncDef()289 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T, variable438 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128}; variable