Home
last modified time | relevance | path

Searched refs:D_ENCRYPT (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/des/
Ddes_enc.c40 D_ENCRYPT(l, r, 0); /* 1 */ in DES_encrypt1()
41 D_ENCRYPT(r, l, 2); /* 2 */ in DES_encrypt1()
42 D_ENCRYPT(l, r, 4); /* 3 */ in DES_encrypt1()
43 D_ENCRYPT(r, l, 6); /* 4 */ in DES_encrypt1()
44 D_ENCRYPT(l, r, 8); /* 5 */ in DES_encrypt1()
45 D_ENCRYPT(r, l, 10); /* 6 */ in DES_encrypt1()
46 D_ENCRYPT(l, r, 12); /* 7 */ in DES_encrypt1()
47 D_ENCRYPT(r, l, 14); /* 8 */ in DES_encrypt1()
48 D_ENCRYPT(l, r, 16); /* 9 */ in DES_encrypt1()
49 D_ENCRYPT(r, l, 18); /* 10 */ in DES_encrypt1()
[all …]
Dfcrypt_b.c41 D_ENCRYPT(l, r, 0); /* 1 */ in fcrypt_body()
42 D_ENCRYPT(r, l, 2); /* 2 */ in fcrypt_body()
43 D_ENCRYPT(l, r, 4); /* 3 */ in fcrypt_body()
44 D_ENCRYPT(r, l, 6); /* 4 */ in fcrypt_body()
45 D_ENCRYPT(l, r, 8); /* 5 */ in fcrypt_body()
46 D_ENCRYPT(r, l, 10); /* 6 */ in fcrypt_body()
47 D_ENCRYPT(l, r, 12); /* 7 */ in fcrypt_body()
48 D_ENCRYPT(r, l, 14); /* 8 */ in fcrypt_body()
49 D_ENCRYPT(l, r, 16); /* 9 */ in fcrypt_body()
50 D_ENCRYPT(r, l, 18); /* 10 */ in fcrypt_body()
[all …]
Ddes_local.h146 # define D_ENCRYPT(LL,R,S) { \ macro
/third_party/openssl/crypto/des/asm/
Ddes-586.pl62 &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 subroutine
Dcrypt586.pl58 &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 subroutine