Searched refs:bf_F (Results 1 - 3 of 3) sorted by relevance

/linux-master/crypto/
H A Dblowfish_generic.c32 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
H A Dblowfish_common.c302 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
/linux-master/drivers/isdn/mISDN/
H A Ddsp_blowfish.c357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
360 #define EROUND(a, b, n) do { b ^= P[n]; a ^= bf_F(b); } while (0)
361 #define DROUND(a, b, n) do { a ^= bf_F(b); b ^= P[n]; } while (0)

Completed in 221 milliseconds