OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ch
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/
hash_sha256_cp.c
74
#define
Ch
(x, y, z) ((x & (y ^ z)) ^ z)
84
h += S1(e) +
Ch
(e, f, g) + k; \
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/
hash_sha512_cp.c
90
#define
Ch
(x, y, z) ((x & (y ^ z)) ^ z)
100
h += S1(e) +
Ch
(e, f, g) + k; \
/src/common/lib/libc/hash/sha2/
sha2.c
108
#define
Ch
(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
290
T1 = (h) + Sigma1_256(e) +
Ch
((e), (f), (g)) + \
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] +
636
T1 = (h) + Sigma1_512(e) +
Ch
((e), (f), (g)) + \
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] +
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp
125
char
Ch
= Str[i];
126
if (
Ch
< '0' ||
Ch
> '9')
128
Res = Res * 10 + (
Ch
- '0');
Completed in 39 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025