Searched refs:password2 (Results 1 – 6 of 6) sorted by relevance
351 new_ctx->password2 = NULL; in smb3_fs_context_dup()364 DUP_CTX_STR(password2); in smb3_fs_context_dup()925 kfree_sensitive(ses->password2); in smb3_reconfigure()926 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL); in smb3_reconfigure()927 if (!ses->password2) { in smb3_reconfigure()1322 ctx->password2 = NULL; in smb3_fs_context_parse_param()1327 if (ctx->password2 == NULL) { in smb3_fs_context_parse_param()1635 kfree_sensitive(ctx->password2); in smb3_fs_context_parse_param()1636 ctx->password2 = NULL; in smb3_fs_context_parse_param()1742 kfree_sensitive(ctx->password2); in smb3_cleanup_fs_context_contents()[all …]
183 char *password2; member
2322 if (ctx->password2) { in cifs_get_smb_ses()2323 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL); in cifs_get_smb_ses()2324 if (!ses->password2) in cifs_get_smb_ses()
101 kfree_sensitive(buf_to_free->password2); in sesInfoFree()
1082 char *password2; /* When key rotation used, new password may be set before it expires */ member
383 if (ses->password2) in smb2_reconnect()384 swap(ses->password2, ses->password); in smb2_reconnect()
Completed in 38 milliseconds