Searched refs:D_ENCRYPT (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/crypto/des/
H A Ddes_enc.c99 D_ENCRYPT(l,r, 0); /* 1 */
100 D_ENCRYPT(r,l, 2); /* 2 */
101 D_ENCRYPT(l,r, 4); /* 3 */
102 D_ENCRYPT(r,l, 6); /* 4 */
103 D_ENCRYPT(l,r, 8); /* 5 */
104 D_ENCRYPT(r,l,10); /* 6 */
105 D_ENCRYPT(l,r,12); /* 7 */
106 D_ENCRYPT(r,l,14); /* 8 */
107 D_ENCRYPT(l,r,16); /* 9 */
108 D_ENCRYPT(
[all...]
H A Ddes_locl.h145 #define D_ENCRYPT(LL,R,S) { \ macro
173 #define D_ENCRYPT(LL,R,S) { \ macro
212 #define D_ENCRYPT(LL,R,S) { \ macro
229 #define D_ENCRYPT(LL,R,S) {\ macro
258 #define D_ENCRYPT(LL,R,S) {\ macro
289 #define D_ENCRYPT(LL,R,S) {\ macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Ddes_enc.c40 D_ENCRYPT(l, r, 0); /* 1 */
41 D_ENCRYPT(r, l, 2); /* 2 */
42 D_ENCRYPT(l, r, 4); /* 3 */
43 D_ENCRYPT(r, l, 6); /* 4 */
44 D_ENCRYPT(l, r, 8); /* 5 */
45 D_ENCRYPT(r, l, 10); /* 6 */
46 D_ENCRYPT(l, r, 12); /* 7 */
47 D_ENCRYPT(r, l, 14); /* 8 */
48 D_ENCRYPT(l, r, 16); /* 9 */
49 D_ENCRYPT(
[all...]
H A Dfcrypt_b.c41 D_ENCRYPT(l, r, 0); /* 1 */
42 D_ENCRYPT(r, l, 2); /* 2 */
43 D_ENCRYPT(l, r, 4); /* 3 */
44 D_ENCRYPT(r, l, 6); /* 4 */
45 D_ENCRYPT(l, r, 8); /* 5 */
46 D_ENCRYPT(r, l, 10); /* 6 */
47 D_ENCRYPT(l, r, 12); /* 7 */
48 D_ENCRYPT(r, l, 14); /* 8 */
49 D_ENCRYPT(l, r, 16); /* 9 */
50 D_ENCRYPT(
[all...]
H A Ddes_local.h146 # define D_ENCRYPT(LL,R,S) { \ macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes_enc.c46 D_ENCRYPT(l, r, 0); /* 1 */
47 D_ENCRYPT(r, l, 2); /* 2 */
48 D_ENCRYPT(l, r, 4); /* 3 */
49 D_ENCRYPT(r, l, 6); /* 4 */
50 D_ENCRYPT(l, r, 8); /* 5 */
51 D_ENCRYPT(r, l, 10); /* 6 */
52 D_ENCRYPT(l, r, 12); /* 7 */
53 D_ENCRYPT(r, l, 14); /* 8 */
54 D_ENCRYPT(l, r, 16); /* 9 */
55 D_ENCRYPT(
[all...]
H A Dfcrypt_b.c47 D_ENCRYPT(l, r, 0); /* 1 */
48 D_ENCRYPT(r, l, 2); /* 2 */
49 D_ENCRYPT(l, r, 4); /* 3 */
50 D_ENCRYPT(r, l, 6); /* 4 */
51 D_ENCRYPT(l, r, 8); /* 5 */
52 D_ENCRYPT(r, l, 10); /* 6 */
53 D_ENCRYPT(l, r, 12); /* 7 */
54 D_ENCRYPT(r, l, 14); /* 8 */
55 D_ENCRYPT(l, r, 16); /* 9 */
56 D_ENCRYPT(
[all...]
H A Ddes_local.h146 # define D_ENCRYPT(LL,R,S) { \ macro
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Dodes_enc.c93 D_ENCRYPT(l,r, 0); /* 1 */
94 D_ENCRYPT(r,l, 2); /* 2 */
95 D_ENCRYPT(l,r, 4); /* 3 */
96 D_ENCRYPT(r,l, 6); /* 4 */
97 D_ENCRYPT(l,r, 8); /* 5 */
98 D_ENCRYPT(r,l,10); /* 6 */
99 D_ENCRYPT(l,r,12); /* 7 */
100 D_ENCRYPT(r,l,14); /* 8 */
101 D_ENCRYPT(l,r,16); /* 9 */
102 D_ENCRYPT(
[all...]
H A Dofcrypt_b.c105 D_ENCRYPT(l,r,i+0); /* 1 */
106 D_ENCRYPT(r,l,i+2); /* 2 */
107 D_ENCRYPT(l,r,i+4); /* 1 */
108 D_ENCRYPT(r,l,i+6); /* 2 */
111 D_ENCRYPT(l,r, 0); /* 1 */
112 D_ENCRYPT(r,l, 2); /* 2 */
113 D_ENCRYPT(l,r, 4); /* 3 */
114 D_ENCRYPT(r,l, 6); /* 4 */
115 D_ENCRYPT(l,r, 8); /* 5 */
116 D_ENCRYPT(
[all...]
H A Ddes_locl.h167 #define D_ENCRYPT(LL,R,S) { \ macro
195 #define D_ENCRYPT(LL,R,S) { \ macro
223 #define D_ENCRYPT(LL,R,S) { \ macro
241 #define D_ENCRYPT(LL,R,S) {\ macro
270 #define D_ENCRYPT(LL,R,S) {\ macro
301 #define D_ENCRYPT(LL,R,S) {\ macro
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Dodes_enc.c93 D_ENCRYPT(l,r, 0); /* 1 */
94 D_ENCRYPT(r,l, 2); /* 2 */
95 D_ENCRYPT(l,r, 4); /* 3 */
96 D_ENCRYPT(r,l, 6); /* 4 */
97 D_ENCRYPT(l,r, 8); /* 5 */
98 D_ENCRYPT(r,l,10); /* 6 */
99 D_ENCRYPT(l,r,12); /* 7 */
100 D_ENCRYPT(r,l,14); /* 8 */
101 D_ENCRYPT(l,r,16); /* 9 */
102 D_ENCRYPT(
[all...]
H A Dofcrypt_b.c105 D_ENCRYPT(l,r,i+0); /* 1 */
106 D_ENCRYPT(r,l,i+2); /* 2 */
107 D_ENCRYPT(l,r,i+4); /* 1 */
108 D_ENCRYPT(r,l,i+6); /* 2 */
111 D_ENCRYPT(l,r, 0); /* 1 */
112 D_ENCRYPT(r,l, 2); /* 2 */
113 D_ENCRYPT(l,r, 4); /* 3 */
114 D_ENCRYPT(r,l, 6); /* 4 */
115 D_ENCRYPT(l,r, 8); /* 5 */
116 D_ENCRYPT(
[all...]
H A Ddes_locl.h167 #define D_ENCRYPT(LL,R,S) { \ macro
195 #define D_ENCRYPT(LL,R,S) { \ macro
223 #define D_ENCRYPT(LL,R,S) { \ macro
241 #define D_ENCRYPT(LL,R,S) {\ macro
270 #define D_ENCRYPT(LL,R,S) {\ macro
301 #define D_ENCRYPT(LL,R,S) {\ macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
H A Ddes-586.pl62 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
64 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
78 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
80 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
99 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
101 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
115 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
117 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
214 sub D_ENCRYPT subroutine
H A Dcrypt586.pl49 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
58 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
62 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
85 sub D_ENCRYPT subroutine
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Ddes-586.pl61 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
63 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
77 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
79 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
98 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
100 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
114 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
116 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
213 sub D_ENCRYPT subroutine
H A Dcrypt586.pl48 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
57 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
61 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
84 sub D_ENCRYPT subroutine

Completed in 226 milliseconds