Home
last modified time | relevance | path

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

/lib/crypto/x86/
A Dsha1-ni-asm.S73 .macro do_4rounds i, m0, m1, m2, m3, e0, e1
79 paddd \m0, \e0
81 sha1nexte \m0, \e0
87 sha1rnds4 $\i / 20, \e0, ABCD
/lib/crypto/
A Dsha512.c67 #define e0(x) (ror64((x), 28) ^ ror64((x), 34) ^ ror64((x), 39)) macro
98 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha512_block_generic()
100 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha512_block_generic()
102 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha512_block_generic()
104 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha512_block_generic()
106 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha512_block_generic()
108 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha512_block_generic()
110 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha512_block_generic()
112 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha512_block_generic()
A Dsha256.c51 #define e0(x) (ror32((x), 2) ^ ror32((x), 13) ^ ror32((x), 22)) macro
70 t2 = e0(a) + Maj(a, b, c); \

Completed in 9 milliseconds