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

/netbsd-current/sys/crypto/blowfish/
H A Dblowfish.h75 #define BF_ROUNDS 16 macro
79 BF_LONG P[BF_ROUNDS+2];
H A Dbf_skey.c86 if (len > ((BF_ROUNDS + 2) * 4))
87 len = (BF_ROUNDS + 2) * 4;
91 for (i = 0; i < BF_ROUNDS + 2; i++) {
112 for (i = 0; i < BF_ROUNDS + 2; i += 2) {
H A Dbf_enc.c73 #if (BF_ROUNDS != 16) && (BF_ROUNDS != 20)
74 If you set BF_ROUNDS to some value other than 16 or 20, you will have
107 #if BF_ROUNDS == 20
113 r ^= p[BF_ROUNDS + 1];
131 l ^= p[BF_ROUNDS + 1];
132 #if BF_ROUNDS == 20
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bf/
H A Dbf_skey.c25 if (len > ((BF_ROUNDS + 2) * 4))
26 len = (BF_ROUNDS + 2) * 4;
30 for (i = 0; i < (BF_ROUNDS + 2); i++) {
55 for (i = 0; i < (BF_ROUNDS + 2); i += 2) {
H A Dbf_enc.c19 #if (BF_ROUNDS != 16) && (BF_ROUNDS != 20)
20 # error If you set BF_ROUNDS to some value other than 16 or 20, you will have \
51 # if BF_ROUNDS == 20
57 r ^= p[BF_ROUNDS + 1];
73 l ^= p[BF_ROUNDS + 1];
74 # if BF_ROUNDS == 20
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_skey.c31 if (len > ((BF_ROUNDS + 2) * 4))
32 len = (BF_ROUNDS + 2) * 4;
36 for (i = 0; i < (BF_ROUNDS + 2); i++) {
61 for (i = 0; i < (BF_ROUNDS + 2); i += 2) {
H A Dbf_enc.c25 #if (BF_ROUNDS != 16) && (BF_ROUNDS != 20)
26 # error If you set BF_ROUNDS to some value other than 16 or 20, you will have \
57 # if BF_ROUNDS == 20
63 r ^= p[BF_ROUNDS + 1];
79 l ^= p[BF_ROUNDS + 1];
80 # if BF_ROUNDS == 20
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dblowfish.h31 # define BF_ROUNDS 16 macro
35 BF_LONG P[BF_ROUNDS + 2];
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bf/asm/
H A Dbf-586.pl20 $BF_ROUNDS=16;
21 $BF_OFF=($BF_ROUNDS+2)*4;
66 for ($i=0; $i<$BF_ROUNDS; $i+=2)
77 &mov($tmp4,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
81 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
85 for ($i=$BF_ROUNDS; $i>0; $i-=2)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bf/asm/
H A Dbf-586.pl19 $BF_ROUNDS=16;
20 $BF_OFF=($BF_ROUNDS+2)*4;
65 for ($i=0; $i<$BF_ROUNDS; $i+=2)
76 &mov($tmp4,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
80 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
84 for ($i=$BF_ROUNDS; $i>0; $i-=2)
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dblowfish.h41 # define BF_ROUNDS 16 macro
44 BF_LONG P[BF_ROUNDS + 2];

Completed in 188 milliseconds