Searched refs:authtype (Results 1 – 14 of 14) sorted by relevance
49 - if(data->set.str[STRING_TLSAUTH_USERNAME] && !data->set.ssl.authtype)50 - data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */52 + !data->set.ssl.primary.authtype)53 + data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default to SRP */60 - !data->set.proxy_ssl.authtype)61 - data->set.proxy_ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */62 + !data->set.proxy_ssl.primary.authtype)63 + data->set.proxy_ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default to70 - if(data->set.str[STRING_TLSAUTH_USERNAME] && !data->set.ssl.authtype)71 - data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */[all …]
25 - if(SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP) {26 + if((SSL_SET_OPTION(authtype) == CURL_TLSAUTH_SRP) &&
109 enum authtype auth_type;159 u8 index, u8 mode, enum authtype auth_type);
90 enum authtype { enum
308 enum authtype auth_type = WILC_FW_AUTH_ANY; in connect()
1092 u8 index, u8 mode, enum authtype auth_type) in wilc_add_wep_key_bss_ap()
43 int authtype_requires_creds(const char *authtype);
104 unsigned char *authtype) in iscsi_handle_authentication() argument148 if (strstr("CHAP", authtype)) in iscsi_handle_authentication()153 if (strstr("None", authtype)) in iscsi_handle_authentication()155 else if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
459 msg_join.authtype.data = P80211ENUM_authalg_opensystem; in prism2_connect()462 msg_join.authtype.data = P80211ENUM_authalg_sharedkey; in prism2_connect()
222 struct p80211item_uint32 authtype; member
1069 if (msg->authtype.data == P80211ENUM_authalg_sharedkey) in prism2mgmt_autojoin()
510 u8 authtype; member
1043 cmd.authtype = ret; in lbs_set_authtype()
500 mlanutl mlanX authtype [n]2104 authtype2108 mlanutl mlanX authtype [n]2117 mlanutl mlan0 authtype 0 : use open system authentication2118 mlanutl mlan0 authtype 1 : use shared key authentication2119 mlanutl mlan0 authtype 255 : allow open system or shared key authentication2120 mlanutl mlan0 authtype : get current setting