Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dblowfish_common.c302 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
H A Dblowfish_generic.c32 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_blowfish.c357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro