Home
last modified time | relevance | path

Searched refs:pysiphash (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dpyhash.c432 pysiphash(const void *src, Py_ssize_t src_sz) { in pysiphash() function
438 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128};
/third_party/python/Lib/test/
Dtest_hash.py25 def pysiphash(uint64): function