Home
last modified time | relevance | path

Searched defs:bf_F (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/crypto/
Dblowfish_common.c306 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
Dblowfish_generic.c36 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_blowfish.c357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro