Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds