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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha512.c431 #define Maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
604 #undef Maj macro
H A Dsha256.c208 #define Maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
338 #undef Maj macro

Completed in 77 milliseconds