Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsiphash.h34 uint64_t total_inlen; member
/third_party/openssl/include/crypto/
H A Dsiphash.h34 uint64_t total_inlen; member

Completed in 3 milliseconds