Home
last modified time | relevance | path

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

/openssl/crypto/siphash/
H A Dsiphash.c78 static size_t siphash_adjust_hash_size(size_t hash_size) in siphash_adjust_hash_size() function
87 hash_size = siphash_adjust_hash_size(hash_size); in SipHash_set_hash_size()
98 ctx->hash_size = siphash_adjust_hash_size(ctx->hash_size); in SipHash_set_hash_size()
115 ctx->hash_size = siphash_adjust_hash_size(ctx->hash_size); in SipHash_Init()

Completed in 6 milliseconds