Home
last modified time | relevance | path

Searched refs:y (Results 1 – 4 of 4) sorted by relevance

/libcrypt/
A Dsha256.c111 #define _Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
112 #define _Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
A Dsha512.c142 #define _Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
143 #define _Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
A Dmd5.c145 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
146 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
147 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
148 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
A DMakefile.in24 ifeq ($(DOPIC),y)

Completed in 9 milliseconds