Searched refs:PyHash_FuncDef (Results 1 – 3 of 3) sorted by relevance
23 extern PyHash_FuncDef PyHash_Func;25 static PyHash_FuncDef PyHash_Func;212 PyHash_FuncDef *281 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T,430 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128};
974 PyHash_FuncDef *hashfunc; in get_hash_info()
92 } PyHash_FuncDef; typedef94 PyAPI_FUNC(PyHash_FuncDef*) PyHash_GetFuncDef(void);