Home
last modified time | relevance | path

Searched refs:GET32_1 (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dblowfish_common.c298 #define GET32_1(x) (((x) >> (16)) & (0xff)) macro
301 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
Dblowfish_generic.c28 #define GET32_1(x) (((x) >> (16)) & (0xff)) macro
31 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \