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

/freebsd-13-stable/sys/crypto/siphash/
H A Dsiphash.h52 #define SIPHASH_DIGEST_LENGTH 8 macro
74 void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
H A Dsiphash.c170 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) argument

Completed in 44 milliseconds