Home
last modified time | relevance | path

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

/third_party/openssl/test/
Ddestest.c318 DES_ecb_encrypt(&in, &out, &ks, DES_ENCRYPT); in test_des_ecb()
346 DES_ecb3_encrypt(&in, &out, &ks, &ks2, &ks, DES_ENCRYPT); in test_des_ede_ecb()
376 &iv3, DES_ENCRYPT); in test_des_cbc()
400 DES_ENCRYPT); in test_des_ede_cbc()
429 DES_ENCRYPT); in test_ede_cbc()
431 &ks3, &iv3, DES_ENCRYPT); in test_ede_cbc()
452 DES_ncbc_encrypt(&cbc_data[i], cbc_out, n, &ks, &iv, DES_ENCRYPT); in test_input_align()
467 DES_ncbc_encrypt(cbc_data, &cbc_out[i], n, &ks, &iv, DES_ENCRYPT); in test_output_align()
499 &cbc_iv, DES_ENCRYPT); in test_des_pcbc()
514 DES_ENCRYPT); in cfb_test()
[all …]
/third_party/openssl/crypto/des/
Dcfb64enc.c42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
Dncbc_enc.c45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt()
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt()
Dxcbc_enc.c52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
Dcfb_enc.c62 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt()
109 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt()
Ddes_enc.c165 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT); in DES_encrypt3()
167 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT); in DES_encrypt3()
186 DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT); in DES_decrypt3()
Dcbc_cksm.c41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
Dofb64enc.c46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
Dpcbc_enc.c42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt()
Dofb_enc.c59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
/third_party/lwip/src/include/netif/ppp/polarssl/
Ddes.h42 #define DES_ENCRYPT 1 macro
/third_party/openssl/ohos_lite/include/openssl/
Ddes.h48 # define DES_ENCRYPT 1 macro
/third_party/openssl/include/openssl/
Ddes.h55 # define DES_ENCRYPT 1 macro
/third_party/openssl/doc/man3/
DDES_random_key.pod145 If the I<encrypt> argument is nonzero (DES_ENCRYPT), the I<input>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c212 DES_ENCRYPT); in des_encrypt()