Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dblowfish_common.c303 #define GET32_1(x) (((x) >> (16)) & (0xff)) macro
306 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
Dblowfish_generic.c33 #define GET32_1(x) (((x) >> (16)) & (0xff)) macro
36 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
/linux-4.19.296/drivers/isdn/mISDN/
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)]) ^ \