Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dblowfish_common.c300 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
302 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
Dblowfish_generic.c30 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
32 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
/linux-6.12.1/drivers/isdn/mISDN/
Ddsp_blowfish.c350 #define GET32_0(x) (((x) >> (24)) & (0xff)) macro
352 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \