Searched refs:j (Results 1 – 1 of 1) sorted by relevance
130 int j = 0; in sha256_transf() local135 for (j = 0; j < 16; j++) { in sha256_transf()136 PACK32(&sub_block[j << 2], &w[j]); in sha256_transf()139 for (j = 16; j < 64; j++) { in sha256_transf()140 SHA256_SCR(j); in sha256_transf()143 for (j = 0; j < 8; j++) { in sha256_transf()144 wv[j] = ctx->h[j]; in sha256_transf()147 for (j = 0; j < 64; j++) { in sha256_transf()149 + sha256_k[j] + w[j]; in sha256_transf()161 for (j = 0; j < 8; j++) { in sha256_transf()[all …]
Completed in 2 milliseconds