Searched refs:sha512_round (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libcrypto/sha/ |
| D | sha512.c | 166 sha512_round(SHA_LONG64 *a, SHA_LONG64 *b, SHA_LONG64 *c, SHA_LONG64 *d, in sha512_round() function 244 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[0], X[0]); in sha512_block_data_order() 245 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[1], X[1]); in sha512_block_data_order() 246 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[2], X[2]); in sha512_block_data_order() 247 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[3], X[3]); in sha512_block_data_order() 248 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[4], X[4]); in sha512_block_data_order() 249 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[5], X[5]); in sha512_block_data_order() 250 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[6], X[6]); in sha512_block_data_order() 251 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[7], X[7]); in sha512_block_data_order() 252 sha512_round(&a, &b, &c, &d, &e, &f, &g, &h, K512[8], X[8]); in sha512_block_data_order() [all …]
|
| D | sha512_amd64_generic.S | 101 #define sha512_round(idx, a, b, c, d, e, f, g, h, k, w, wt) \ macro 141 sha512_round(idx, a, b, c, d, e, f, g, h, k512, %rsp, tmp0) 145 sha512_round(idx, a, b, c, d, e, f, g, h, k512, %rsp, tmp0)
|