Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dblowfish_common.c297 #define GET32_3(x) (((x) & 0xff)) macro
303 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
Dblowfish_generic.c27 #define GET32_3(x) (((x) & 0xff)) macro
33 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
/linux-6.12.1/drivers/isdn/mISDN/
Ddsp_blowfish.c347 #define GET32_3(x) (((x) & 0xff)) macro
353 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])