Lines Matching refs:password
439 new_ctx->password = NULL; in smb3_fs_context_dup()
454 DUP_CTX_STR(password); in smb3_fs_context_dup()
937 if (new_ctx->password && in smb3_verify_reconfigure_ctx()
938 (!old_ctx->password || strcmp(new_ctx->password, old_ctx->password))) { in smb3_verify_reconfigure_ctx()
996 if (ses->password && in smb3_sync_session_ctx_passwords()
997 cifs_sb->ctx->password && in smb3_sync_session_ctx_passwords()
998 strcmp(ses->password, cifs_sb->ctx->password)) { in smb3_sync_session_ctx_passwords()
999 kfree_sensitive(cifs_sb->ctx->password); in smb3_sync_session_ctx_passwords()
1000 cifs_sb->ctx->password = kstrdup(ses->password, GFP_KERNEL); in smb3_sync_session_ctx_passwords()
1001 if (!cifs_sb->ctx->password) in smb3_sync_session_ctx_passwords()
1010 kfree_sensitive(cifs_sb->ctx->password); in smb3_sync_session_ctx_passwords()
1011 cifs_sb->ctx->password = NULL; in smb3_sync_session_ctx_passwords()
1047 STEAL_STRING_SENSITIVE(cifs_sb, ctx, password); in smb3_reconfigure()
1049 if (ctx->password) { in smb3_reconfigure()
1050 new_password = kstrdup(ctx->password, GFP_KERNEL); in smb3_reconfigure()
1054 STEAL_STRING_SENSITIVE(cifs_sb, ctx, password); in smb3_reconfigure()
1092 kfree_sensitive(ses->password); in smb3_reconfigure()
1093 ses->password = new_password; in smb3_reconfigure()
1481 kfree_sensitive(ctx->password); in smb3_fs_context_parse_param()
1482 ctx->password = NULL; in smb3_fs_context_parse_param()
1485 ctx->password = no_free_ptr(param->string); in smb3_fs_context_parse_param()
1826 kfree_sensitive(ctx->password); in smb3_fs_context_parse_param()
1827 ctx->password = NULL; in smb3_fs_context_parse_param()
1940 kfree_sensitive(ctx->password); in smb3_cleanup_fs_context_contents()
1941 ctx->password = NULL; in smb3_cleanup_fs_context_contents()