/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | destest.c | 380 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 …]
|
D | speed.c | 211 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()
|
D | cfb64enc.c | 85 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt() 105 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt()
|
D | enc_writ.c | 147 DES_ENCRYPT); in DES_enc_write() 150 DES_ENCRYPT); in DES_enc_write()
|
D | ncbc_enc.c | 92 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()
|
D | cfb_enc.c | 103 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()
|
D | xcbc_enc.c | 144 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt() 153 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
|
D | des_enc.c | 253 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()
|
D | rpc_enc.c | 70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT; in _des_crypt()
|
D | cbc_cksm.c | 85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_cbc_cksum()
|
D | ofb64enc.c | 90 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_ofb64_encrypt()
|
D | cbc3_enc.c | 70 if (enc == DES_ENCRYPT) in DES_3cbc_encrypt()
|
/external/openssl/crypto/des/ |
D | destest.c | 380 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 …]
|
D | speed.c | 211 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()
|
D | cfb64enc.c | 85 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt() 105 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_cfb64_encrypt()
|
D | enc_writ.c | 147 DES_ENCRYPT); in DES_enc_write() 150 DES_ENCRYPT); in DES_enc_write()
|
D | ncbc_enc.c | 92 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()
|
D | cfb_enc.c | 103 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()
|
D | xcbc_enc.c | 144 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt() 153 DES_encrypt1(tin,schedule,DES_ENCRYPT); in DES_xcbc_encrypt()
|
D | des_enc.c | 253 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()
|
D | rpc_enc.c | 70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT; in _des_crypt()
|
D | cbc_cksm.c | 85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_cbc_cksum()
|
D | ofb64enc.c | 90 DES_encrypt1(ti,schedule,DES_ENCRYPT); in DES_ofb64_encrypt()
|
D | cbc3_enc.c | 70 if (enc == DES_ENCRYPT) in DES_3cbc_encrypt()
|
D | pcbc_enc.c | 89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); in DES_pcbc_encrypt()
|