Searched refs:BF_ROUNDS (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcrypto/bf/
H A Dblowfish.h84 #define BF_ROUNDS 16 macro
88 BF_LONG P[BF_ROUNDS + 2];
H A Dblowfish.c71 #if (BF_ROUNDS != 16) && (BF_ROUNDS != 20)
72 #error If you set BF_ROUNDS to some value other than 16 or 20, you will have \
372 #if BF_ROUNDS == 20
378 r ^= p[BF_ROUNDS + 1];
398 l ^= p[BF_ROUNDS + 1];
399 #if BF_ROUNDS == 20
652 if (len > ((BF_ROUNDS + 2)*4))
653 len = (BF_ROUNDS + 2)*4;
657 for (i = 0; i < (BF_ROUNDS
[all...]

Completed in 79 milliseconds