Home
last modified time | relevance | path

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

/crypto/
A Dseed.c374 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()
379 OP(x3, x4, x1, x2, 10); 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()
424 OP(x1, x2, x3, x4, 2); in seed_decrypt()
[all …]

Completed in 4 milliseconds