Home
last modified time | relevance | path

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

/openssl/crypto/sha/
H A Dsha256.c174 # define Ch(x,y,z) ({ MD32_REG_T ret; \ macro
204 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c507 # define Ch(x,y,z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro
528 # define Ch(x,y,z) ({ SHA_LONG64 ret; \ macro
589 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro

Completed in 9 milliseconds