Searched defs:Ch (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha512.c430 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
603 #undef Ch macro
H A Dsha256.c207 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro
337 #undef Ch macro

Completed in 22 milliseconds