Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/siphash/
H A Dsiphash.c131 ctx->total_inlen = 0; in SipHash_Init()
155 ctx->total_inlen += inlen; in SipHash_Update()
206 uint64_t b = ctx->total_inlen << 56; in SipHash_Final()
H A Dsiphash_local.h13 uint64_t total_inlen; member
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dsiphash.h34 uint64_t total_inlen; member