Home
last modified time | relevance | path

Searched refs:password2 (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/client/
H A Dfs_context.c176 fsparam_string("password2", Opt_pass2),
439 new_ctx->password2 = NULL; in smb3_fs_context_dup()
454 DUP_CTX_STR(password2); in smb3_fs_context_dup()
1018 char *password = NULL, *password2 = NULL; in smb3_sync_session_ctx_passwords()
1027 if (ses->password2 && in smb3_sync_session_ctx_passwords()
1028 cifs_sb->ctx->password2 && in smb3_sync_session_ctx_passwords()
1029 strcmp(ses->password2, cifs_sb->ctx->password2)) { in smb3_sync_session_ctx_passwords()
1030 password2 = kstrdup(ses->password2, GFP_KERNE in smb3_sync_session_ctx_passwords()
1013 char *password = NULL, *password2 = NULL; smb3_sync_session_ctx_passwords() local
[all...]
H A Dconnect.c1987 * 1. Both password and password2 match, or in match_session()
1988 * 2. password2 of the old mount matches password of the new mount in match_session()
1989 * and password of the old mount matches password2 of the new in match_session()
1992 if (ses->password2 != NULL && ctx->password2 != NULL) { in match_session()
1995 strncmp(ses->password2, ctx->password2, in match_session()
1997 (strncmp(ses->password, ctx->password2, in match_session()
1999 strncmp(ses->password2, ctx->password ? in match_session()
2003 } else if ((ses->password2 in match_session()
[all...]
H A Dfs_context.h225 char *password2; member
H A Dmisc.c107 kfree_sensitive(buf_to_free->password2); in sesInfoFree()
H A Dcifsglob.h1081 char *password2; /* When key rotation used, new password may be set before it expires */
1079 char *password2; /* When key rotation used, new password may be set before it expires */ global() member
H A Dsmb2pdu.c405 if (ses->password2) in smb2_reconnect()
406 swap(ses->password2, ses->password); in smb2_reconnect()
H A Dcifssmb.c172 if (ses->password2) in cifs_reconnect_tcon()
173 swap(ses->password2, ses->password); in cifs_reconnect_tcon()