Searched refs:password2 (Results 1 – 7 of 7) sorted by relevance
349 new_ctx->password2 = NULL; in smb3_fs_context_dup()362 DUP_CTX_STR(password2); in smb3_fs_context_dup()923 kfree_sensitive(ses->password2); in smb3_reconfigure()924 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL); in smb3_reconfigure()925 if (!ses->password2) { in smb3_reconfigure()1334 ctx->password2 = NULL; in smb3_fs_context_parse_param()1339 if (ctx->password2 == NULL) { in smb3_fs_context_parse_param()1647 kfree_sensitive(ctx->password2); in smb3_fs_context_parse_param()1648 ctx->password2 = NULL; in smb3_fs_context_parse_param()1754 kfree_sensitive(ctx->password2); in smb3_cleanup_fs_context_contents()[all …]
183 char *password2; member
2334 if (ctx->password2) { in cifs_get_smb_ses()2335 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL); in cifs_get_smb_ses()2336 if (!ses->password2) in cifs_get_smb_ses()
101 kfree_sensitive(buf_to_free->password2); in sesInfoFree()
1080 char *password2; /* When key rotation used, new password may be set before it expires */ member
380 if (ses->password2) in smb2_reconnect()381 swap(ses->password2, ses->password); in smb2_reconnect()
278 gets stdin password2282 if { $password1 != $password2 } {