Searched defs:e0 (Results 1 – 2 of 2) sorted by relevance
| /lib/crypto/ | ||
| A D | sha256.c | 51 #define e0(x) (ror32((x), 2) ^ ror32((x), 13) ^ ror32((x), 22)) macro |
| A D | sha512.c | 67 #define e0(x) (ror64((x), 28) ^ ror64((x), 34) ^ ror64((x), 39)) macro |
Completed in 6 milliseconds