Searched refs:DIGEST (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/x86/crypto/ |
| D | sha512-ssse3-asm.S | 87 # MSG, DIGEST, K_t, W_t are arrays 94 #define DIGEST(i) 8*i(digest) macro 299 mov DIGEST(0), a_64 300 mov DIGEST(1), b_64 301 mov DIGEST(2), c_64 302 mov DIGEST(3), d_64 303 mov DIGEST(4), e_64 304 mov DIGEST(5), f_64 305 mov DIGEST(6), g_64 306 mov DIGEST(7), h_64 [all …]
|
| D | sha512-avx-asm.S | 90 # MSG, DIGEST, K_t, W_t are arrays 97 #define DIGEST(i) 8*i(digest) macro 300 mov DIGEST(0), a_64 301 mov DIGEST(1), b_64 302 mov DIGEST(2), c_64 303 mov DIGEST(3), d_64 304 mov DIGEST(4), e_64 305 mov DIGEST(5), f_64 306 mov DIGEST(6), g_64 307 mov DIGEST(7), h_64 [all …]
|