• Home
  • Raw
  • Download

Lines Matching refs:password

1984 				kfree_sensitive(vol->password);  in cifs_parse_mount_options()
1985 vol->password = NULL; in cifs_parse_mount_options()
2022 kfree_sensitive(vol->password); in cifs_parse_mount_options()
2025 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
2026 if (vol->password == NULL) { in cifs_parse_mount_options()
2032 vol->password[j] = value[i]; in cifs_parse_mount_options()
2038 vol->password[j] = '\0'; in cifs_parse_mount_options()
2712 ses->password != NULL && in match_session()
2713 strncmp(ses->password, in match_session()
2714 vol->password ? vol->password : "", in match_session()
2984 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()
2985 if (!vol->password) { in cifs_set_cifscreds()
3008 kfree_sensitive(vol->password); in cifs_set_cifscreds()
3009 vol->password = NULL; in cifs_set_cifscreds()
3104 if (volume_info->password) { in cifs_get_smb_ses()
3105 ses->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_smb_ses()
3106 if (!ses->password) in cifs_get_smb_ses()
3302 if (volume_info->password) { in cifs_get_tcon()
3303 tcon->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_tcon()
3304 if (!tcon->password) { in cifs_get_tcon()
4044 kfree_sensitive(volume_info->password); in cifs_cleanup_volume_info_contents()
4882 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon()
4888 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()
5160 kfree_sensitive(vol_info->password); in cifs_construct_tcon()