Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dblowfish_common.c298 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
303 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
A Dblowfish_generic.c28 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
33 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
/linux-6.3-rc2/drivers/isdn/mISDN/
A Ddsp_blowfish.c353 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
358 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])

Completed in 5 milliseconds