Lines Matching refs:password
1825 kzfree(vol->password); in cifs_parse_mount_options()
1826 vol->password = NULL; in cifs_parse_mount_options()
1863 kzfree(vol->password); in cifs_parse_mount_options()
1866 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
1867 if (vol->password == NULL) { in cifs_parse_mount_options()
1873 vol->password[j] = value[i]; in cifs_parse_mount_options()
1879 vol->password[j] = '\0'; in cifs_parse_mount_options()
2515 ses->password != NULL && in match_session()
2516 strncmp(ses->password, in match_session()
2517 vol->password ? vol->password : "", in match_session()
2774 vol->password = kstrndup(delim, len, GFP_KERNEL); in cifs_set_cifscreds()
2775 if (!vol->password) { in cifs_set_cifscreds()
2872 if (volume_info->password) { in cifs_get_smb_ses()
2873 ses->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_smb_ses()
2874 if (!ses->password) in cifs_get_smb_ses()
3040 if (volume_info->password) { in cifs_get_tcon()
3041 tcon->password = kstrdup(volume_info->password, GFP_KERNEL); in cifs_get_tcon()
3042 if (!tcon->password) { in cifs_get_tcon()
3753 kzfree(volume_info->password); in cleanup_volume_info_contents()
4229 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon()
4235 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()
4502 kzfree(vol_info->password); in cifs_construct_tcon()