Searched refs:SHA384_R (Results 1 – 1 of 1) sorted by relevance
417 #define SHA384_R(t) \ macro517 temp[0] = SHA384_R(i * 8); in sha384_process()518 temp[1] = SHA384_R(i * 8 + 1); in sha384_process()519 temp[2] = SHA384_R(i * 8 + 2); in sha384_process()520 temp[3] = SHA384_R(i * 8 + 3); in sha384_process()521 temp[4] = SHA384_R(i * 8 + 4); in sha384_process()522 temp[5] = SHA384_R(i * 8 + 5); in sha384_process()523 temp[6] = SHA384_R(i * 8 + 6); in sha384_process()524 temp[7] = SHA384_R(i * 8 + 7); in sha384_process()