Searched refs:sigma_1 (Results 1 – 1 of 1) sorted by relevance
35 #define sigma_1(x) (rotr(x, 6) ^ rotr(x, 11) ^ rotr(x, 25)) macro152 t1 = regs[7] + sigma_1(regs[4]) + ch(regs[4], regs[5], regs[6]) + const_key[t] + w[t]; in sha256_block_calc()