Searched defs:f (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | sm3_generic.c | 44 static inline u32 gg(unsigned int n, u32 e, u32 f, u32 g) in gg() 78 u32 a, b, c, d, e, f, g, h; in sm3_compress() local
|
D | xor.c | 122 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
|
D | sha512_generic.c | 101 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
|
D | md5.c | 37 #define MD5STEP(f, w, x, y, z, in, s) \ argument
|
D | rmd160.c | 43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ argument
|