Home
last modified time | relevance | path

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

/crypto/
A Dblowfish_common.c302 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
A Dblowfish_generic.c32 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })

Completed in 3 milliseconds