Searched refs:Ch (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha256.c207 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
212 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; \
337 #undef Ch macro
H A Dsha512.c430 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
459 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
472 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
494 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
603 #undef Ch macro
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha512-armv8.pl124 orr $t1,$t1,$t2 // Ch(e,f,g)
128 add $h,$h,$t1 // h+=Ch(e,f,g)
150 orr $t1,$t1,$t2 // Ch(e,f,g)
154 add $h,$h,$t1 // h+=Ch(e,f,g)
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpiexec/
H A Daetables.h425 [01Ch 0028 4] Asl Compiler ID : "INTL"
443 [03Ch 0060 4] UID : 00000000

Completed in 32 milliseconds