Searched refs:F (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | md4.c | 48 static inline u32 F(u32 x, u32 y, u32 z) in F() function 63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s))
|
D | Kconfig | 496 Support for key wrapping (NIST SP800-38F / RFC3394) without
|