Home
last modified time | relevance | path

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

/crypto/
Dblowfish_common.c297 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
302 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
Dblowfish_generic.c27 #define GET32_2(x) (((x) >> (8)) & (0xff)) macro
32 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])