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

/freebsd-11-stable/sys/crypto/des/
H A Ddes_enc.c102 D_ENCRYPT(l,r, 0); /* 1 */
103 D_ENCRYPT(r,l, 2); /* 2 */
104 D_ENCRYPT(l,r, 4); /* 3 */
105 D_ENCRYPT(r,l, 6); /* 4 */
106 D_ENCRYPT(l,r, 8); /* 5 */
107 D_ENCRYPT(r,l,10); /* 6 */
108 D_ENCRYPT(l,r,12); /* 7 */
109 D_ENCRYPT(r,l,14); /* 8 */
110 D_ENCRYPT(l,r,16); /* 9 */
111 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
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes_enc.c96 D_ENCRYPT(l, r, 0); /* 1 */
97 D_ENCRYPT(r, l, 2); /* 2 */
98 D_ENCRYPT(l, r, 4); /* 3 */
99 D_ENCRYPT(r, l, 6); /* 4 */
100 D_ENCRYPT(l, r, 8); /* 5 */
101 D_ENCRYPT(r, l, 10); /* 6 */
102 D_ENCRYPT(l, r, 12); /* 7 */
103 D_ENCRYPT(r, l, 14); /* 8 */
104 D_ENCRYPT(l, r, 16); /* 9 */
105 D_ENCRYPT(
[all...]
H A Dfcrypt_b.c103 D_ENCRYPT(l, r, i + 0); /* 1 */
104 D_ENCRYPT(r, l, i + 2); /* 2 */
107 D_ENCRYPT(l, r, 0); /* 1 */
108 D_ENCRYPT(r, l, 2); /* 2 */
109 D_ENCRYPT(l, r, 4); /* 3 */
110 D_ENCRYPT(r, l, 6); /* 4 */
111 D_ENCRYPT(l, r, 8); /* 5 */
112 D_ENCRYPT(r, l, 10); /* 6 */
113 D_ENCRYPT(l, r, 12); /* 7 */
114 D_ENCRYPT(
[all...]
H A Ddes_opts.c127 # undef D_ENCRYPT macro
139 # undef D_ENCRYPT macro
155 # undef D_ENCRYPT macro
175 # undef D_ENCRYPT macro
191 # undef D_ENCRYPT macro
207 # undef D_ENCRYPT macro
227 # undef D_ENCRYPT macro
243 # undef D_ENCRYPT macro
259 # undef D_ENCRYPT macro
279 # undef D_ENCRYPT macro
295 # undef D_ENCRYPT macro
311 # undef D_ENCRYPT macro
[all...]
H A Ddes_locl.h224 # define D_ENCRYPT(LL,R,S) { \ macro
252 # define D_ENCRYPT(LL,R,S) { \ macro
280 # define D_ENCRYPT(LL,R,S) { \ macro
298 # define D_ENCRYPT(LL,R,S) {\ macro
327 # define D_ENCRYPT(LL,R,S) {\ macro
358 # define D_ENCRYPT(LL,R,S) {\ macro
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddes-586.pl52 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
54 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
68 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
70 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
89 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
91 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
105 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
107 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
204 sub D_ENCRYPT subroutine
H A Dcrypt586.pl41 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
50 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
54 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
77 sub D_ENCRYPT subroutine

Completed in 166 milliseconds