HomeSort by: relevance | last modified time | path
    Searched defs:D_ENCRYPT (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/des/asm/
crypt586.pl 48 &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
des-586.pl 61 &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
  /src/crypto/external/bsd/openssl/dist/crypto/des/asm/
crypt586.pl 48 &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
des-586.pl 61 &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
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
crypt586.pl 49 &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
des-586.pl 62 &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
  /src/crypto/external/apache2/openssl/dist/crypto/des/
des_local.h 171 #define D_ENCRYPT(LL, R, S) \
  /src/crypto/external/apache2/openssl/lib/libdes/
des_locl.h 167 #define D_ENCRYPT(LL,R,S) { \
195 #define D_ENCRYPT(LL,R,S) { \
223 #define D_ENCRYPT(LL,R,S) { \
241 #define D_ENCRYPT(LL,R,S) {\
270 #define D_ENCRYPT(LL,R,S) {\
301 #define D_ENCRYPT(LL,R,S) {\
  /src/crypto/external/bsd/openssl/dist/crypto/des/
des_local.h 146 # define D_ENCRYPT(LL,R,S) { \
  /src/crypto/external/bsd/openssl/lib/libdes/
des_locl.h 167 #define D_ENCRYPT(LL,R,S) { \
195 #define D_ENCRYPT(LL,R,S) { \
223 #define D_ENCRYPT(LL,R,S) { \
241 #define D_ENCRYPT(LL,R,S) {\
270 #define D_ENCRYPT(LL,R,S) {\
301 #define D_ENCRYPT(LL,R,S) {\
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
des_local.h 146 # define D_ENCRYPT(LL,R,S) { \
  /src/crypto/external/bsd/openssl.old/lib/libdes/
des_locl.h 167 #define D_ENCRYPT(LL,R,S) { \
195 #define D_ENCRYPT(LL,R,S) { \
223 #define D_ENCRYPT(LL,R,S) { \
241 #define D_ENCRYPT(LL,R,S) {\
270 #define D_ENCRYPT(LL,R,S) {\
301 #define D_ENCRYPT(LL,R,S) {\
  /src/sys/crypto/des/
des_locl.h 145 #define D_ENCRYPT(LL,R,S) { \
173 #define D_ENCRYPT(LL,R,S) { \
212 #define D_ENCRYPT(LL,R,S) { \
229 #define D_ENCRYPT(LL,R,S) {\
258 #define D_ENCRYPT(LL,R,S) {\
289 #define D_ENCRYPT(LL,R,S) {\
  /src/external/bsd/ppp/dist/pppd/
ppp-des.c 180 #define D_ENCRYPT(LL,R,S) { \
531 D_ENCRYPT(l, r, 0); /* 1 */
532 D_ENCRYPT(r, l, 2); /* 2 */
533 D_ENCRYPT(l, r, 4); /* 3 */
534 D_ENCRYPT(r, l, 6); /* 4 */
535 D_ENCRYPT(l, r, 8); /* 5 */
536 D_ENCRYPT(r, l, 10); /* 6 */
537 D_ENCRYPT(l, r, 12); /* 7 */
538 D_ENCRYPT(r, l, 14); /* 8 */
539 D_ENCRYPT(l, r, 16); /* 9 *
    [all...]

Completed in 87 milliseconds