OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:D_ENCRYPT
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/des/asm/
crypt586.pl
41
&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
des-586.pl
51
&
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
/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 101 milliseconds