Searched refs:D_ENCRYPT (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/des/ |
H A D | des_enc.c | 46 D_ENCRYPT(l, r, 0); /* 1 */ in DES_encrypt1() 47 D_ENCRYPT(r, l, 2); /* 2 */ in DES_encrypt1() 48 D_ENCRYPT(l, r, 4); /* 3 */ in DES_encrypt1() 49 D_ENCRYPT(r, l, 6); /* 4 */ in DES_encrypt1() 50 D_ENCRYPT(l, r, 8); /* 5 */ in DES_encrypt1() 51 D_ENCRYPT(r, l, 10); /* 6 */ in DES_encrypt1() 52 D_ENCRYPT(l, r, 12); /* 7 */ in DES_encrypt1() 53 D_ENCRYPT(r, l, 14); /* 8 */ in DES_encrypt1() 54 D_ENCRYPT(l, r, 16); /* 9 */ in DES_encrypt1() 70 D_ENCRYPT(r, l, 16); /* 9 */ in DES_encrypt1() [all …]
|
H A D | fcrypt_b.c | 47 D_ENCRYPT(l, r, 0); /* 1 */ in fcrypt_body() 48 D_ENCRYPT(r, l, 2); /* 2 */ in fcrypt_body() 49 D_ENCRYPT(l, r, 4); /* 3 */ in fcrypt_body() 50 D_ENCRYPT(r, l, 6); /* 4 */ in fcrypt_body() 51 D_ENCRYPT(l, r, 8); /* 5 */ in fcrypt_body() 52 D_ENCRYPT(r, l, 10); /* 6 */ in fcrypt_body() 53 D_ENCRYPT(l, r, 12); /* 7 */ in fcrypt_body() 54 D_ENCRYPT(r, l, 14); /* 8 */ in fcrypt_body() 55 D_ENCRYPT(l, r, 16); /* 9 */ in fcrypt_body() 56 D_ENCRYPT(r, l, 18); /* 10 */ in fcrypt_body() [all …]
|
H A D | des_local.h | 144 # define D_ENCRYPT(LL,R,S) { \ macro
|
/openssl/crypto/des/asm/ |
H A D | des-586.pl | 61 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 63 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 77 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 79 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 98 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 100 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 114 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 116 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 213 sub D_ENCRYPT subroutine
|
H A D | crypt586.pl | 57 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx"); 61 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx"); 84 sub D_ENCRYPT subroutine
|
Completed in 8 milliseconds