Searched refs:leavings (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/siphash/ |
H A D | siphash.c | 153 /* deal with leavings */ in SipHash_Update() 156 /* not enough to fill leavings */ in SipHash_Update() 158 memcpy(&ctx->leavings[ctx->len], in, inlen); in SipHash_Update() 163 /* copy data into leavings and reduce input */ in SipHash_Update() 164 memcpy(&ctx->leavings[ctx->len], in, available); in SipHash_Update() 168 /* process leavings */ in SipHash_Update() 169 m = U8TO64_LE(ctx->leavings); in SipHash_Update() 175 left = inlen & (SIPHASH_BLOCK_SIZE-1); /* gets put into leavings */ in SipHash_Update() 186 /* save leavings and other ctx */ in SipHash_Update() 188 memcpy(ctx->leavings, en in SipHash_Update() [all...] |
/third_party/openssl/crypto/siphash/ |
H A D | siphash.c | 153 /* deal with leavings */ in SipHash_Update() 156 /* not enough to fill leavings */ in SipHash_Update() 158 memcpy(&ctx->leavings[ctx->len], in, inlen); in SipHash_Update() 163 /* copy data into leavings and reduce input */ in SipHash_Update() 164 memcpy(&ctx->leavings[ctx->len], in, available); in SipHash_Update() 168 /* process leavings */ in SipHash_Update() 169 m = U8TO64_LE(ctx->leavings); in SipHash_Update() 175 left = inlen & (SIPHASH_BLOCK_SIZE-1); /* gets put into leavings */ in SipHash_Update() 186 /* save leavings and other ctx */ in SipHash_Update() 188 memcpy(ctx->leavings, en in SipHash_Update() [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | siphash.h | 43 unsigned char leavings[SIPHASH_BLOCK_SIZE]; member
|
/third_party/openssl/include/crypto/ |
H A D | siphash.h | 43 unsigned char leavings[SIPHASH_BLOCK_SIZE]; member
|
Completed in 2 milliseconds