last4 is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

last4 variable

Syntax

static const uint64_t last4[16] = { 0x0000, 0x1c20, 0x3840, 0x2460, 0x7080, 0x6ca0, 0x48c0, 0x54e0, 0xe100, 0xfd20, 0xd940, 0xc560, 0x9180, 0x8da0, 0xa9c0, 0xb5e0 };

References

LocationReferrerText
gcm.c:208
static const uint64_t last4[16] =
gcm.c:256gcm_mult()
zh ^= (uint64_t) last4[rem] << 48;
gcm.c:265gcm_mult()
zh ^= (uint64_t) last4[rem] << 48;

Data Use

Functions reading last4
last4
all items filtered out
Type of last4
last4
uint64_t
all items filtered out