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

/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/des/
H A Dfcrypt_b.c103 D_ENCRYPT(l, r, i + 0); /* 1 */
104 D_ENCRYPT(r, l, i + 2); /* 2 */
105 D_ENCRYPT(l, r, i + 4); /* 1 */
106 D_ENCRYPT(r, l, i + 6); /* 2 */
109 D_ENCRYPT(l, r, 0); /* 1 */
110 D_ENCRYPT(r, l, 2); /* 2 */
111 D_ENCRYPT(l, r, 4); /* 3 */
112 D_ENCRYPT(r, l, 6); /* 4 */
113 D_ENCRYPT(l, r, 8); /* 5 */
114 D_ENCRYPT(
[all...]
H A Ddes_enc.c95 D_ENCRYPT(l, r, 0); /* 1 */
96 D_ENCRYPT(r, l, 2); /* 2 */
97 D_ENCRYPT(l, r, 4); /* 3 */
98 D_ENCRYPT(r, l, 6); /* 4 */
99 D_ENCRYPT(l, r, 8); /* 5 */
100 D_ENCRYPT(r, l, 10); /* 6 */
101 D_ENCRYPT(l, r, 12); /* 7 */
102 D_ENCRYPT(r, l, 14); /* 8 */
103 D_ENCRYPT(l, r, 16); /* 9 */
104 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.h222 # define D_ENCRYPT(LL,R,S) { \ macro
250 # define D_ENCRYPT(LL,R,S) { \ macro
278 # define D_ENCRYPT(LL,R,S) { \ macro
296 # define D_ENCRYPT(LL,R,S) {\ macro
325 # define D_ENCRYPT(LL,R,S) {\ macro
356 # define D_ENCRYPT(LL,R,S) {\ macro
/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Ddes686.pl97 &D_ENCRYPT($L,$R,$i*2,"ebp","DES_SPtrans","ecx","edx","eax","ebx");
101 &D_ENCRYPT($R,$L,($i+1)*2,"ebp","DES_SPtrans","ecx","edx","eax","ebx");
111 &D_ENCRYPT($L,$R,$i*2,"ebp","DES_SPtrans","ecx","edx","eax","ebx");
114 &D_ENCRYPT($R,$L,($i-1)*2,"ebp","DES_SPtrans","ecx","edx","eax","ebx");
143 sub D_ENCRYPT subroutine
H A Ddes-586.pl88 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
92 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
102 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
105 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx");
140 sub D_ENCRYPT subroutine
H A Dcrypt586.pl40 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
49 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
53 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
76 sub D_ENCRYPT subroutine

Completed in 103 milliseconds