Lines Matching refs:password
1670 kzfree(vol->password); in cifs_parse_mount_options()
1671 vol->password = NULL; in cifs_parse_mount_options()
1708 kzfree(vol->password); in cifs_parse_mount_options()
1711 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
1712 if (vol->password == NULL) { in cifs_parse_mount_options()
1718 vol->password[j] = value[i]; in cifs_parse_mount_options()
1724 vol->password[j] = '\0'; in cifs_parse_mount_options()
2316 ses->password != NULL && in match_session()
2317 strncmp(ses->password, in match_session()
2318 vol->password ? vol->password : "", in match_session()
2486 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()
2487 if (!vol->password) { in cifs_set_cifscreds()
2577 if (volume_info->password) { in cifs_get_smb_ses()
2578 ses->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_smb_ses()
2579 if (!ses->password) in cifs_get_smb_ses()
2697 if (volume_info->password) { in cifs_get_tcon()
2698 tcon->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_tcon()
2699 if (!tcon->password) { in cifs_get_tcon()
3412 kzfree(volume_info->password); in cleanup_volume_info_contents()
3892 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon()
3898 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()
4162 kzfree(vol_info->password); in cifs_construct_tcon()