Searched refs:OP (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | seed.c | 311 #define OP(X1, X2, X3, X4, rbase) \ macro 377 OP(x1, x2, x3, x4, 0); in seed_encrypt() 378 OP(x3, x4, x1, x2, 2); in seed_encrypt() 379 OP(x1, x2, x3, x4, 4); in seed_encrypt() 380 OP(x3, x4, x1, x2, 6); in seed_encrypt() 381 OP(x1, x2, x3, x4, 8); in seed_encrypt() 382 OP(x3, x4, x1, x2, 10); in seed_encrypt() 383 OP(x1, x2, x3, x4, 12); in seed_encrypt() 384 OP(x3, x4, x1, x2, 14); in seed_encrypt() 385 OP(x1, x2, x3, x4, 16); in seed_encrypt() [all …]
|