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