Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dblowfish_common.c302 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
307 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
Dblowfish_generic.c32 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
37 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_blowfish.c353 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
358 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])