Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dblowfish_common.c299 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
301 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
Dblowfish_generic.c29 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
31 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
/linux-6.1.9/drivers/isdn/mISDN/
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)]) ^ \