Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dblowfish_common.c298 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
H A Dblowfish_generic.c28 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_blowfish.c353 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro