Searched refs:SHA384_R (Results 1 – 1 of 1) sorted by relevance
42 #define SHA384_R(t) \ macro334 temp[0] = SHA384_R(i * 8); in sha384_process()335 temp[1] = SHA384_R(i * 8 + 1); in sha384_process()336 temp[2] = SHA384_R(i * 8 + 2); in sha384_process()337 temp[3] = SHA384_R(i * 8 + 3); in sha384_process()338 temp[4] = SHA384_R(i * 8 + 4); in sha384_process()339 temp[5] = SHA384_R(i * 8 + 5); in sha384_process()340 temp[6] = SHA384_R(i * 8 + 6); in sha384_process()341 temp[7] = SHA384_R(i * 8 + 7); in sha384_process()