Searched defs:e1 (Results 1 – 2 of 2) sorted by relevance
| /lib/crypto/ | ||
| A D | sha256.c | 52 #define e1(x) (ror32((x), 6) ^ ror32((x), 11) ^ ror32((x), 25)) macro |
| A D | sha512.c | 68 #define e1(x) (ror64((x), 14) ^ ror64((x), 18) ^ ror64((x), 41)) macro |
Completed in 6 milliseconds