Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_ntlm_core.c374 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_lm_resp()
378 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_lm_resp()
382 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_lm_resp()
449 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_mk_lm_hash()
453 DESKEY(ks), DES_ENCRYPT); in Curl_ntlm_core_mk_lm_hash()
/external/boringssl/src/crypto/des/
Ddes.c511 DES_encrypt2((uint32_t *)data, ks1, DES_ENCRYPT); in DES_encrypt3()
513 DES_encrypt2((uint32_t *)data, ks3, DES_ENCRYPT); in DES_encrypt3()
531 DES_encrypt2((uint32_t *)data, ks2, DES_ENCRYPT); in DES_decrypt3()
579 DES_encrypt1((uint32_t *)tin, schedule, DES_ENCRYPT); in DES_ncbc_encrypt()
591 DES_encrypt1((uint32_t *)tin, schedule, DES_ENCRYPT); in DES_ncbc_encrypt()
/external/boringssl/src/include/openssl/
Ddes.h82 #define DES_ENCRYPT 1 macro
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c169 DES_ENCRYPT); in des_encrypt()