Home
last modified time | relevance | path

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

/openssl/crypto/siphash/
H A Dsiphash.c126 ctx->total_inlen = 0; in SipHash_Init()
150 ctx->total_inlen += inlen; in SipHash_Update()
201 uint64_t b = ctx->total_inlen << 56; in SipHash_Final()
/openssl/include/crypto/
H A Dsiphash.h34 uint64_t total_inlen; member

Completed in 5 milliseconds