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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/blowfish/
H A Dblowfish.h75 #define BF_ROUNDS 16 macro
79 BF_LONG P[BF_ROUNDS+2];
H A Dbf_skey.c82 if (len > ((BF_ROUNDS + 2) * 4))
83 len = (BF_ROUNDS + 2) * 4;
87 for (i = 0; i < BF_ROUNDS + 2; i++) {
108 for (i = 0; i < BF_ROUNDS + 2; i += 2) {
H A Dbf_enc.c71 #if (BF_ROUNDS != 16) && (BF_ROUNDS != 20)
72 If you set BF_ROUNDS to some value other than 16 or 20, you will have
104 #if BF_ROUNDS == 20
110 r ^= p[BF_ROUNDS + 1];
127 l ^= p[BF_ROUNDS + 1];
128 #if BF_ROUNDS == 20

Completed in 23 milliseconds