HomeSort by relevance Sort by last modified time
    Searched defs:D_ENCRYPT (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/des/asm/
crypt586.pl 40 &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
des-586.pl 88 &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
des686.pl 97 &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
  /external/openssl/crypto/des/
des_locl.h 214 #define D_ENCRYPT(LL,R,S) { \
242 #define D_ENCRYPT(LL,R,S) { \
270 #define D_ENCRYPT(LL,R,S) { \
288 #define D_ENCRYPT(LL,R,S) {\
317 #define D_ENCRYPT(LL,R,S) {\
348 #define D_ENCRYPT(LL,R,S) {\
des_opts.c 124 #undef D_ENCRYPT
136 #undef D_ENCRYPT
152 #undef D_ENCRYPT
172 #undef D_ENCRYPT
188 #undef D_ENCRYPT
204 #undef D_ENCRYPT
224 #undef D_ENCRYPT
240 #undef D_ENCRYPT
256 #undef D_ENCRYPT
276 #undef D_ENCRYPT
    [all...]

Completed in 56 milliseconds