Home
last modified time | relevance | path

Searched refs:bf_F (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dblowfish_common.c301 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
304 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
Dblowfish_generic.c31 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
34 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })