Lines Matching refs:password
1621 kfree(vol->password); in cifs_parse_mount_options()
1622 vol->password = NULL; in cifs_parse_mount_options()
1659 kfree(vol->password); in cifs_parse_mount_options()
1662 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
1663 if (vol->password == NULL) { in cifs_parse_mount_options()
1669 vol->password[j] = value[i]; in cifs_parse_mount_options()
1675 vol->password[j] = '\0'; in cifs_parse_mount_options()
2241 ses->password != NULL && in match_session()
2242 strncmp(ses->password, in match_session()
2243 vol->password ? vol->password : "", in match_session()
2410 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()
2411 if (!vol->password) { in cifs_set_cifscreds()
2501 if (volume_info->password) { in cifs_get_smb_ses()
2502 ses->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_smb_ses()
2503 if (!ses->password) in cifs_get_smb_ses()
2621 if (volume_info->password) { in cifs_get_tcon()
2622 tcon->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_tcon()
2623 if (!tcon->password) { in cifs_get_tcon()
3274 kzfree(volume_info->password); in cleanup_volume_info_contents()
3689 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon()
3695 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()
3950 kfree(vol_info->password); in cifs_construct_tcon()