Lines Matching refs:password2
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()
1333 kfree_sensitive(ctx->password2); in smb3_fs_context_parse_param()
1334 ctx->password2 = NULL; in smb3_fs_context_parse_param()
1338 ctx->password2 = kstrdup(param->string, GFP_KERNEL); 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()
1755 ctx->password2 = NULL; in smb3_cleanup_fs_context_contents()