HomeSort by: relevance | last modified time | path
    Searched defs:K256 (Results 1 - 1 of 1) sorted by relevancy

  /src/common/lib/libc/hash/sha2/
sha2.c 133 static const uint32_t K256[64] = {
291 K256[j] + W256[j]; \
301 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
391 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
413 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +

Completed in 11 milliseconds