Searched defs:D_ENCRYPT (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/des/asm/
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
H A Ddes-586.pl51 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
53 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
67 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
69 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
88 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
90 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
104 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
106 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
203 sub D_ENCRYPT subroutine
/external/chromium_org/third_party/boringssl/src/crypto/des/
H A Dinternal.h190 #define D_ENCRYPT(LL, R, S) \ macro
/external/openssl/crypto/des/
H A Ddes_locl.h214 #define D_ENCRYPT(LL,R,S) { \ macro
242 #define D_ENCRYPT(LL,R,S) { \ macro
270 #define D_ENCRYPT(LL,R,S) { \ macro
288 #define D_ENCRYPT(LL,R,S) {\ macro
317 #define D_ENCRYPT(LL,R,S) {\ macro
348 #define D_ENCRYPT(LL,R,S) {\ macro
H A Ddes_opts.c124 #undef D_ENCRYPT macro
136 #undef D_ENCRYPT macro
152 #undef D_ENCRYPT macro
172 #undef D_ENCRYPT macro
188 #undef D_ENCRYPT macro
204 #undef D_ENCRYPT macro
224 #undef D_ENCRYPT macro
240 #undef D_ENCRYPT macro
256 #undef D_ENCRYPT macro
276 #undef D_ENCRYPT macro
292 #undef D_ENCRYPT macro
308 #undef D_ENCRYPT macro
[all...]

Completed in 178 milliseconds