Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dblowfish_common.c301 #define GET32_3(x) (((x) & 0xff)) macro
307 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
Dblowfish_generic.c31 #define GET32_3(x) (((x) & 0xff)) macro
37 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_blowfish.c352 #define GET32_3(x) (((x) & 0xff)) macro
358 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])