/external/openssl/crypto/des/ |
D | des_opts.c | 127 #define DES_encrypt3 des_encrypt3_u4_cisc_idx macro 139 #undef DES_encrypt3 143 #define DES_encrypt3 des_encrypt3_u16_cisc_idx macro 155 #undef DES_encrypt3 159 #define DES_encrypt3 des_encrypt3_u4_risc1_idx macro 175 #undef DES_encrypt3 179 #define DES_encrypt3 des_encrypt3_u4_risc2_idx macro 191 #undef DES_encrypt3 195 #define DES_encrypt3 des_encrypt3_u16_risc1_idx macro 207 #undef DES_encrypt3 [all …]
|
D | cfb64ede.c | 90 DES_encrypt3(ti,ks1,ks2,ks3); in DES_ede3_cfb64_encrypt() 116 DES_encrypt3(ti,ks1,ks2,ks3); in DES_ede3_cfb64_encrypt() 172 DES_encrypt3(ti,ks1,ks2,ks3); in DES_ede3_cfb_encrypt() 214 DES_encrypt3(ti,ks1,ks2,ks3); in DES_ede3_cfb_encrypt()
|
D | ecb3_enc.c | 76 DES_encrypt3(ll,ks1,ks2,ks3); in DES_ecb3_encrypt()
|
D | des_enc.c | 243 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1, in DES_encrypt3() function 318 DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3); in DES_ede3_cbc_encrypt() 333 DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3); in DES_ede3_cbc_encrypt()
|
D | ofb64ede.c | 94 DES_encrypt3(ti,k1,k2,k3); in DES_ede3_ofb64_encrypt()
|
D | des.h | 172 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
|
D | des_old.c | 138 DES_encrypt3(data, (DES_key_schedule *)ks1, (DES_key_schedule *)ks2, in _ossl_old_des_encrypt3()
|
D | des_old.h | 167 DES_encrypt3((d),&(k1),&(k2),&(k3))
|
/external/openssl/crypto/des/asm/ |
D | desboth.pl | 6 sub DES_encrypt3 subroutine
|
D | des-586.pl | 33 &DES_encrypt3("DES_encrypt3",1); 34 &DES_encrypt3("DES_decrypt3",0);
|
D | des_enc.m4 | 1351 ! void DES_encrypt3(data, ks1, ks2, ks3) 1355 .global DES_encrypt3 1356 .type DES_encrypt3,#function 1358 DES_encrypt3: 1392 .DES_encrypt3.end: 1393 .size DES_encrypt3,.DES_encrypt3.end-DES_encrypt3
|
D | des-586.S | 1102 .globl DES_encrypt3 symbol 1103 .type DES_encrypt3,@function 1105 DES_encrypt3: label 1222 .size DES_encrypt3,.-.L_DES_encrypt3_begin
|
/external/chromium_org/third_party/boringssl/src/crypto/des/ |
D | des.c | 477 static void DES_encrypt3(uint32_t *data, const DES_key_schedule *ks1, in DES_encrypt3() function 635 DES_encrypt3((uint32_t *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt() 649 DES_encrypt3((uint32_t *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt()
|
/external/openssl/include/openssl/ |
D | des.h | 172 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
|
D | des_old.h | 167 DES_encrypt3((d),&(k1),&(k2),&(k3))
|