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

  /src/common/lib/libc/hash/sha2/
sha2.c 177 static const uint64_t K512[80] = {
637 K512[j] + W512[j]; \
647 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
732 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
754 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +

Completed in 15 milliseconds