Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/des/
H A Dcfb64enc.c42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
H A Dxcbc_enc.c52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
H A 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()
H A 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()
H A 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()
H A Dcbc_cksm.c41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
H A Dofb64enc.c46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
H A Dofb_enc.c59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
H A Dpcbc_enc.c42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt()
/third_party/openssl/crypto/des/
H A Dcfb64enc.c42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
H A Dxcbc_enc.c52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt()
H A 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()
H A 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()
H A 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()
H A Dofb64enc.c46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
H A Dcbc_cksm.c41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
H A Dofb_enc.c59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
H A Dpcbc_enc.c42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt()
/third_party/curl/lib/
H A Dcurl_ntlm_core.c321 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_lm_resp()
325 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_lm_resp()
329 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_lm_resp()
375 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_mk_lm_hash()
379 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_mk_lm_hash()
/third_party/openssl/test/
H A 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/lwip/src/include/netif/ppp/polarssl/
H A Ddes.h42 #define DES_ENCRYPT 1 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h55 # define DES_ENCRYPT 1 macro
/third_party/openssl/include/openssl/
H A Ddes.h55 # define DES_ENCRYPT 1 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h48 # define DES_ENCRYPT 1 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c212 DES_ENCRYPT); in des_encrypt()

Completed in 11 milliseconds