Home
last modified time | relevance | path

Searched refs:DES_ENCRYPT (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/des/
Ddestest.c380 DES_ENCRYPT); in main()
382 &iv3,&iv2,DES_ENCRYPT); in main()
415 des_ecb_encrypt(&in,&out,ks,DES_ENCRYPT); in main()
443 des_ecb2_encrypt(&in,&out,ks,ks2,DES_ENCRYPT); in main()
472 &iv3,DES_ENCRYPT); in main()
499 &iv3,&cbc2_key,&cbc3_key, DES_ENCRYPT); in main()
538 DES_ENCRYPT); in main()
540 &iv3,DES_ENCRYPT); in main()
582 &cbc_iv,DES_ENCRYPT); in main()
614 8,1,ks,&cfb_tmp,DES_ENCRYPT); in main()
[all …]
Dspeed.c211 DES_encrypt1(data,&sch,DES_ENCRYPT); in main()
248 DES_encrypt1(data,&sch,DES_ENCRYPT); in main()
265 &key,DES_ENCRYPT); in main()
286 DES_ENCRYPT); in main()
Dcfb64enc.c85 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt()
105 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt()
Denc_writ.c147 DES_ENCRYPT); in DES_enc_write()
150 DES_ENCRYPT); in DES_enc_write()
Dncbc_enc.c92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); in DES_cbc_encrypt()
101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); in DES_cbc_encrypt()
Dcfb_enc.c103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT); in DES_cfb_encrypt()
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT); in DES_cfb_encrypt()
Dxcbc_enc.c144 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
153 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
Ddes_enc.c253 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT); in DES_encrypt3()
255 DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT); in DES_encrypt3()
274 DES_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT); in DES_decrypt3()
Drpc_enc.c70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT; in _des_crypt()
Dcbc_cksm.c85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_cbc_cksum()
Dofb64enc.c90 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_ofb64_encrypt()
Dcbc3_enc.c70 if (enc == DES_ENCRYPT) in DES_3cbc_encrypt()
/external/openssl/crypto/des/
Ddestest.c380 DES_ENCRYPT); in main()
382 &iv3,&iv2,DES_ENCRYPT); in main()
415 des_ecb_encrypt(&in,&out,ks,DES_ENCRYPT); in main()
443 des_ecb2_encrypt(&in,&out,ks,ks2,DES_ENCRYPT); in main()
472 &iv3,DES_ENCRYPT); in main()
499 &iv3,&cbc2_key,&cbc3_key, DES_ENCRYPT); in main()
538 DES_ENCRYPT); in main()
540 &iv3,DES_ENCRYPT); in main()
582 &cbc_iv,DES_ENCRYPT); in main()
614 8,1,ks,&cfb_tmp,DES_ENCRYPT); in main()
[all …]
Dspeed.c211 DES_encrypt1(data,&sch,DES_ENCRYPT); in main()
248 DES_encrypt1(data,&sch,DES_ENCRYPT); in main()
265 &key,DES_ENCRYPT); in main()
286 DES_ENCRYPT); in main()
Dcfb64enc.c85 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt()
105 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt()
Denc_writ.c147 DES_ENCRYPT); in DES_enc_write()
150 DES_ENCRYPT); in DES_enc_write()
Dncbc_enc.c92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); in DES_cbc_encrypt()
101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); in DES_cbc_encrypt()
Dcfb_enc.c103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT); in DES_cfb_encrypt()
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT); in DES_cfb_encrypt()
Dxcbc_enc.c144 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
153 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
Ddes_enc.c253 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT); in DES_encrypt3()
255 DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT); in DES_encrypt3()
274 DES_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT); in DES_decrypt3()
Drpc_enc.c70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT; in _des_crypt()
Dcbc_cksm.c85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_cbc_cksum()
Dofb64enc.c90 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_ofb64_encrypt()
Dcbc3_enc.c70 if (enc == DES_ENCRYPT) in DES_3cbc_encrypt()
Dpcbc_enc.c89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_pcbc_encrypt()

12