OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 28 02:10:10 GMT 2025