Home
last modified time | relevance | path

Searched defs:y (Results 1 – 15 of 15) sorted by relevance

/crypto/
Dmd5.c32 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
33 #define F2(x, y, z) F1(z, x, y) argument
34 #define F3(x, y, z) (x ^ y ^ z) argument
35 #define F4(x, y, z) (y ^ (x | ~z)) argument
37 #define MD5STEP(f, w, x, y, z, in, s) \ argument
Dtea.c59 u32 y, z, n, sum = 0; in tea_encrypt() local
87 u32 y, z, n, sum; in tea_decrypt() local
132 u32 y, z, sum = 0; in xtea_encrypt() local
153 u32 y, z, sum; in xtea_decrypt() local
176 u32 y, z, sum = 0; in xeta_encrypt() local
197 u32 y, z, sum; in xeta_decrypt() local
Drmd160.c37 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
38 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
39 #define F3(x, y, z) ((x | ~y) ^ z) argument
40 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
41 #define F5(x, y, z) (x ^ (y | ~z)) argument
Drmd320.c37 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
38 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
39 #define F3(x, y, z) ((x | ~y) ^ z) argument
40 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
41 #define F5(x, y, z) (x ^ (y | ~z)) argument
Drmd256.c35 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
36 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
37 #define F3(x, y, z) ((x | ~y) ^ z) argument
38 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
Drmd128.c35 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
36 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
37 #define F3(x, y, z) ((x | ~y) ^ z) argument
38 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
Decc.h45 u64 *y; member
49 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits } argument
Dstreebog_generic.c852 const struct streebog_uint512 *y, in streebog_xor()
866 const struct streebog_uint512 *y, in streebog_xlps()
934 const struct streebog_uint512 *y, in streebog_add512()
Dmd4.c48 static inline u32 F(u32 x, u32 y, u32 z) in F()
53 static inline u32 G(u32 x, u32 y, u32 z) in G()
58 static inline u32 H(u32 x, u32 y, u32 z) in H()
Dtwofish_generic.c105 u32 x, y; in twofish_encrypt() local
142 u32 x, y; in twofish_decrypt() local
Dsha512_generic.c43 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch()
48 static inline u64 Maj(u64 x, u64 y, u64 z) in Maj()
Dsm2.c67 MPI x, y; in sm2_ec_ctx_init() local
138 MPI x, y; in sm2_ecc_os2ec() local
245 MPI x, y; in sm2_z_digest_update_point() local
Dtwofish_common.c468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
575 u32 x, y; in __twofish_setkey() local
Ddh.c110 static int dh_is_pubkey_valid(struct dh_ctx *ctx, MPI y) in dh_is_pubkey_valid()
Dadiantum.c189 u64 y = le64_to_cpu(v2->b); in le128_add() local
200 u64 y = le64_to_cpu(v2->b); in le128_sub() local