Home
last modified time | relevance | path

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

/openssl/crypto/siphash/
H A Dsiphash.c158 memcpy(&ctx->leavings[ctx->len], in, inlen); in SipHash_Update()
164 memcpy(&ctx->leavings[ctx->len], in, available); in SipHash_Update()
169 m = U8TO64_LE(ctx->leavings); in SipHash_Update()
188 memcpy(ctx->leavings, end, left); in SipHash_Update()
212 b |= ((uint64_t)ctx->leavings[6]) << 48; in SipHash_Final()
215 b |= ((uint64_t)ctx->leavings[5]) << 40; in SipHash_Final()
218 b |= ((uint64_t)ctx->leavings[4]) << 32; in SipHash_Final()
221 b |= ((uint64_t)ctx->leavings[3]) << 24; in SipHash_Final()
224 b |= ((uint64_t)ctx->leavings[2]) << 16; in SipHash_Final()
227 b |= ((uint64_t)ctx->leavings[1]) << 8; in SipHash_Final()
[all …]
/openssl/include/crypto/
H A Dsiphash.h43 unsigned char leavings[SIPHASH_BLOCK_SIZE]; member

Completed in 11 milliseconds