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

/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddes_enc.c94 D_ENCRYPT(l,r, 0); /* 1 */
95 D_ENCRYPT(r,l, 2); /* 2 */
96 D_ENCRYPT(l,r, 4); /* 3 */
97 D_ENCRYPT(r,l, 6); /* 4 */
98 D_ENCRYPT(l,r, 8); /* 5 */
99 D_ENCRYPT(r,l,10); /* 6 */
100 D_ENCRYPT(l,r,12); /* 7 */
101 D_ENCRYPT(r,l,14); /* 8 */
102 D_ENCRYPT(l,r,16); /* 9 */
103 D_ENCRYPT(
[all...]
H A Dfcrypt_b.c105 D_ENCRYPT(l,r,i+0); /* 1 */
106 D_ENCRYPT(r,l,i+2); /* 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(r,l,10); /* 6 */
115 D_ENCRYPT(l,r,12); /* 7 */
116 D_ENCRYPT(
[all...]
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...]
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
/external/openssl/crypto/des/
H A Ddes_enc.c94 D_ENCRYPT(l,r, 0); /* 1 */
95 D_ENCRYPT(r,l, 2); /* 2 */
96 D_ENCRYPT(l,r, 4); /* 3 */
97 D_ENCRYPT(r,l, 6); /* 4 */
98 D_ENCRYPT(l,r, 8); /* 5 */
99 D_ENCRYPT(r,l,10); /* 6 */
100 D_ENCRYPT(l,r,12); /* 7 */
101 D_ENCRYPT(r,l,14); /* 8 */
102 D_ENCRYPT(l,r,16); /* 9 */
103 D_ENCRYPT(
[all...]
H A Dfcrypt_b.c105 D_ENCRYPT(l,r,i+0); /* 1 */
106 D_ENCRYPT(r,l,i+2); /* 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(r,l,10); /* 6 */
115 D_ENCRYPT(l,r,12); /* 7 */
116 D_ENCRYPT(
[all...]
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...]
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
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
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
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
/external/openssl/crypto/des/asm/
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
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 727 milliseconds