Home
last modified time | relevance | path

Searched defs:SipHash48_Init (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/include/
H A Dsiphash.h77 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k)) macro
/openbsd-src/sys/crypto/
H A Dsiphash.h81 #define SipHash48_Init(_c, _k) SipHash_Init((_c), (_k)) macro