Lines Matching refs:password
1594 vol->password = NULL; in cifs_parse_mount_options()
1633 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
1634 if (vol->password == NULL) { in cifs_parse_mount_options()
1641 vol->password[j] = value[i]; in cifs_parse_mount_options()
1647 vol->password[j] = '\0'; in cifs_parse_mount_options()
2309 ses->password != NULL && in match_session()
2310 strncmp(ses->password, in match_session()
2311 vol->password ? vol->password : "", in match_session()
2460 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()
2461 if (!vol->password) { in cifs_set_cifscreds()
2550 if (volume_info->password) { in cifs_get_smb_ses()
2551 ses->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_smb_ses()
2552 if (!ses->password) in cifs_get_smb_ses()
2672 if (volume_info->password) { in cifs_get_tcon()
2673 tcon->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_tcon()
2674 if (!tcon->password) { in cifs_get_tcon()
3497 kzfree(volume_info->password); in cleanup_volume_info_contents()
3909 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon()
3915 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()
4194 kfree(vol_info->password); in cifs_construct_tcon()