Home
last modified time | relevance | path

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

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