Home
last modified time | relevance | path

Searched defs:bf_F (Results 1 - 6 of 6) sorted by relevance

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

Completed in 4 milliseconds