Home
last modified time | relevance | path

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

/crypto/
Dblowfish.c311 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \ macro
314 #define ROUND(a, b, n) b ^= P[n]; a ^= bf_F (b)