Searched refs:authtype (Results 1 – 5 of 5) sorted by relevance
80 enum securityEnum authtype; in cifs_swn_send_register_message() local141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()142 switch (authtype) { in cifs_swn_send_register_message()159 cifs_dbg(VFS, "%s: secType %d not supported!\n", __func__, authtype); in cifs_swn_send_register_message()
132 unsigned char *authtype) in iscsi_handle_authentication() argument140 if (strstr("CHAP", authtype)) in iscsi_handle_authentication()145 if (strstr("None", authtype)) in iscsi_handle_authentication()147 else if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
86 enum authtype { enum
111 enum authtype auth_type;
512 u8 authtype; member