Lines Matching refs:password
1665 kfree(vol->password); in cifs_parse_mount_options()
1666 vol->password = NULL; in cifs_parse_mount_options()
1703 kfree(vol->password); in cifs_parse_mount_options()
1706 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
1707 if (vol->password == NULL) { in cifs_parse_mount_options()
1713 vol->password[j] = value[i]; in cifs_parse_mount_options()
1719 vol->password[j] = '\0'; in cifs_parse_mount_options()
2285 ses->password != NULL && in match_session()
2286 strncmp(ses->password, in match_session()
2287 vol->password ? vol->password : "", in match_session()
2455 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()
2456 if (!vol->password) { in cifs_set_cifscreds()
2546 if (volume_info->password) { in cifs_get_smb_ses()
2547 ses->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_smb_ses()
2548 if (!ses->password) in cifs_get_smb_ses()
2666 if (volume_info->password) { in cifs_get_tcon()
2667 tcon->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_tcon()
2668 if (!tcon->password) { in cifs_get_tcon()
3355 kzfree(volume_info->password); in cleanup_volume_info_contents()
3781 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon()
3787 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()
4042 kfree(vol_info->password); in cifs_construct_tcon()