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

/linux-4.1.27/crypto/
H A Dblowfish_generic.c34 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
36 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
H A Dblowfish_common.c304 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
306 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_blowfish.c355 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \

Completed in 110 milliseconds