Home
last modified time | relevance | path

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

/openbsd/src/sys/isofs/cd9660/
Dcd9660_node.c63 u_long isohash; variable
78 isohashtbl = hashinit(initialvnodes, M_ISOFSMNT, M_WAITOK, &isohash); in cd9660_init()
91 return (SipHash24_End(&ctx) & isohash); in cd9660_isohash()