Searched refs:S1 (Results 1 – 5 of 5) sorted by relevance
22 S1: 0 1 0 1 1 1
168 #define S1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x, 6)) in sha512_process() macro188 W[i] = S1(W[i - 2]) + W[i - 7] + in sha512_process()
111 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) in sha256_process_one() macro121 W[t] = S1(W[t - 2]) + W[t - 7] + \ in sha256_process_one()
183 JP15 PWR ON when AC pwr use S1 for on/off205 S1 Pwr toggle n/a n/a
361 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) in sha256_process() macro371 W[t] = S1(W[t - 2]) + W[t - 7] + \ in sha256_process()471 #undef S1