Home
last modified time | relevance | path

Searched defs:mech (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dcurl_sasl.c260 const char *mech = NULL; in Curl_sasl_start() local
Dcurl_sasl.h113 #define sasl_mech_equal(line, wordlen, mech) \ argument
Dsecurity.c487 const struct Curl_sec_client_mech *mech = &Curl_krb5_client_mech; in choose_mech() local
Dcurl_ntlm_core.c228 const CK_MECHANISM_TYPE mech = CKM_DES_ECB; /* DES cipher in ECB mode */ in encrypt_des() local
Dpop3.c465 const char *mech, in pop3_perform_auth()
Dsmtp.c403 const char *mech, in smtp_perform_auth()
Dimap.c529 const char *mech, in imap_perform_authenticate()
Durldata.h921 const struct Curl_sec_client_mech *mech; member