Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mul_by_x
lib/crypto/aes.c
223
u32 y = mul_by_x(x) ^ ror32(x, 16);
lib/crypto/aes.c
267
for (i = 0, rc = 1; i < 10; i++, rc = mul_by_x(rc)) {