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

/linux-master/crypto/
H A Dblowfish_generic.c29 #define GET32_1(x) (((x) >> (16)) & (0xff)) macro
32 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
H A Dblowfish_common.c299 #define GET32_1(x) (((x) >> (16)) & (0xff)) macro
302 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
/linux-master/drivers/isdn/mISDN/
H A Ddsp_blowfish.c354 #define GET32_1(x) (((x) >> (16)) & (0xff)) macro
357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \

Completed in 97 milliseconds