Home
last modified time | relevance | path

Searched refs:DES_encrypt3 (Results 1 – 15 of 15) sorted by relevance

/external/openssl/crypto/des/
Ddes_opts.c127 #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 …]
Dcfb64ede.c90 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()
Decb3_enc.c76 DES_encrypt3(ll,ks1,ks2,ks3); in DES_ecb3_encrypt()
Ddes_enc.c243 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()
Dofb64ede.c94 DES_encrypt3(ti,k1,k2,k3); in DES_ede3_ofb64_encrypt()
Ddes.h172 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
Ddes_old.c138 DES_encrypt3(data, (DES_key_schedule *)ks1, (DES_key_schedule *)ks2, in _ossl_old_des_encrypt3()
Ddes_old.h167 DES_encrypt3((d),&(k1),&(k2),&(k3))
/external/openssl/crypto/des/asm/
Ddesboth.pl6 sub DES_encrypt3 subroutine
Ddes-586.pl33 &DES_encrypt3("DES_encrypt3",1);
34 &DES_encrypt3("DES_decrypt3",0);
Ddes_enc.m41351 ! 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
Ddes-586.S1102 .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/
Ddes.c477 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/
Ddes.h172 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
Ddes_old.h167 DES_encrypt3((d),&(k1),&(k2),&(k3))