Home
last modified time | relevance | path

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

/freebsd/sys/crypto/siphash/
H A Dsiphash.h50 #define SIPHASH_DIGEST_LENGTH 8 macro
72 void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
H A Dsiphash.c172 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) in SipHash_Final()
167 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH],SIPHASH_CTX * ctx) SipHash_Final() argument