Searched refs:y (Results 1 – 4 of 4) sorted by relevance
/libcrypt/ |
A D | sha256.c | 111 #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 D | sha512.c | 142 #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 D | md5.c | 145 #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 D | Makefile.in | 24 ifeq ($(DOPIC),y)
|
Completed in 9 milliseconds