Home
last modified time | relevance | path

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

/crypto/
A Dseed.c341 t1 = x2 + KC[i] - x4; in seed_set_key()
354 x4 = (x4 << 8) ^ (t0 >> 24); in seed_set_key()
374 OP(x1, x2, x3, x4, 0); in seed_encrypt()
375 OP(x3, x4, x1, x2, 2); in seed_encrypt()
376 OP(x1, x2, x3, x4, 4); in seed_encrypt()
377 OP(x3, x4, x1, x2, 6); in seed_encrypt()
378 OP(x1, x2, x3, x4, 8); in seed_encrypt()
421 OP(x3, x4, x1, x2, 8); in seed_decrypt()
422 OP(x1, x2, x3, x4, 6); in seed_decrypt()
423 OP(x3, x4, x1, x2, 4); in seed_decrypt()
[all …]
A Dserpent_generic.c65 x3 |= x0; x0 ^= x4; x4 ^= x2; \
66 x4 = ~x4; x3 ^= x1; x1 &= x0; \
78 x1 |= x4; x4 ^= x2; x2 &= x0; \
97 x2 ^= x3; x0 |= x4; x4 ^= x3; \
109 x1 ^= x4; x4 &= x2; x2 ^= x3; \
117 x0 ^= x2; x1 &= x4; x4 |= x3; \
127 x0 &= x3; x1 |= x3; x4 = ~x4; \
129 x3 ^= x4; x4 ^= x0; x2 &= x0; \
137 x1 ^= x3; x3 |= x4; x4 ^= x2; \
139 x2 &= x0; x0 ^= x4; x4 ^= x3; \
[all …]

Completed in 7 milliseconds