Home
last modified time | relevance | path

Searched refs:user_name (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifs_spnego.c116 if (sesInfo->user_name) in cifs_get_spnego_key()
117 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key()
157 if (sesInfo->user_name) { in cifs_get_spnego_key()
159 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
Dsess.c141 if (ses->user_name == NULL) { in unicode_ssetup_strings()
146 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings()
166 if (ses->user_name != NULL) { in ascii_ssetup_strings()
167 strncpy(bcc_ptr, ses->user_name, CIFS_MAX_USERNAME_LEN); in ascii_ssetup_strings()
168 bcc_ptr += strnlen(ses->user_name, CIFS_MAX_USERNAME_LEN); in ascii_ssetup_strings()
403 if (ses->user_name != NULL) { in build_ntlmssp_auth_blob()
441 if (ses->user_name == NULL) { in build_ntlmssp_auth_blob()
448 len = cifs_strtoUTF16((__le16 *)tmp, ses->user_name, in build_ntlmssp_auth_blob()
681 if (ses->user_name != NULL) { in sess_auth_lanman()
784 if (ses->user_name != NULL) { in sess_auth_ntlm()
[all …]
Dcifsencrypt.c521 len = ses->user_name ? strlen(ses->user_name) : 0; in calc_ntlmv2_hash()
529 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash()
Dcifsfs.c329 if (ses->user_name == NULL) in cifs_show_security()
406 else if (tcon->ses->user_name) in cifs_show_options()
407 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options()
Dmisc.c106 kfree(buf_to_free->user_name); in sesInfoFree()
Dconnect.c2273 if (ses->user_name == NULL) { in match_session()
2280 if (strncmp(ses->user_name, in match_session()
2540 ses->user_name = kstrdup(volume_info->username, GFP_KERNEL); in cifs_get_smb_ses()
2541 if (!ses->user_name) in cifs_get_smb_ses()
Dcifsglob.h801 char *user_name; /* must not be null except during init of sess member
/linux-4.4.14/include/linux/
Dsdb.h126 uint8_t user_name[15]; /* 0x30-0x3e */ member
/linux-4.4.14/drivers/fmc/
Dfmc-sdb.c227 __sdb_string(buf, r->synthesis.user_name)); in __fmc_show_sdb_tree()