Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dsiphash.h24 size_t SipHash_hash_size(SIPHASH *ctx);
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dsiphash_prov.c92 return SipHash_hash_size(&ctx->siphash); in siphash_size()
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c73 size_t SipHash_hash_size(SIPHASH *ctx) in SipHash_hash_size() function