Home
last modified time | relevance | path

Searched refs:password (Results 1 – 12 of 12) sorted by relevance

/fs/smb/client/
A Dfs_context.c439 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()
998 strcmp(ses->password, 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()
1049 if (ctx->password) { in smb3_reconfigure()
1482 ctx->password = NULL; in smb3_fs_context_parse_param()
1827 ctx->password = NULL; in smb3_fs_context_parse_param()
[all …]
A Dconnect.c1978 ses->password != NULL) { in match_session()
1987 if (!((strncmp(ses->password, ctx->password ? in match_session()
2002 if (strncmp(ses->password, ctx->password ? in match_session()
2289 if (!ctx->password) { in cifs_set_cifscreds()
2312 ctx->password = NULL; in cifs_set_cifscreds()
2429 if (ctx->password) { in cifs_get_smb_ses()
2430 ses->password = kstrdup(ctx->password, GFP_KERNEL); in cifs_get_smb_ses()
2431 if (!ses->password) in cifs_get_smb_ses()
2736 if (ctx->password) { in cifs_get_tcon()
2737 tcon->password = kstrdup(ctx->password, GFP_KERNEL); in cifs_get_tcon()
[all …]
A Dcifs_swn.c56 if (tcon->ses->password != NULL) { in cifs_swn_auth_info_ntlm()
57 ret = nla_put_string(skb, CIFS_GENL_ATTR_SWN_PASSWORD, tcon->ses->password); in cifs_swn_auth_info_ntlm()
A Dfs_context.h224 char *password; member
A Dmisc.c100 kfree_sensitive(buf_to_free->password); in sesInfoFree()
175 kfree_sensitive(tcon->password); in tconInfoFree()
A Dcifsglob.h1121 char *password; member
1249 char *password; /* for share-level security */ member
A Dcifsencrypt.c418 E_md4hash(ses->password, nt_hash, nls_cp); in calc_ntlmv2_hash()
A Dsess.c513 ctx->password = ses->password; in cifs_ses_add_channel()
A Dsmb2pdu.c375 swap(ses->password2, ses->password); in smb2_reconnect()
A Dcifssmb.c172 swap(ses->password2, ses->password); in cifs_reconnect_tcon()
/fs/ecryptfs/
A Ddebug.c29 ecryptfs_to_hex(salt, auth_tok->token.password.salt, in ecryptfs_dump_auth_tok()
33 if (auth_tok->token.password.flags & in ecryptfs_dump_auth_tok()
37 memcpy(sig, auth_tok->token.password.signature, in ecryptfs_dump_auth_tok()
A Dkeystore.c818 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1034 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1107 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig()
1466 memcpy((*new_auth_tok)->token.password.salt, in parse_tag_3_packet()
1470 (*new_auth_tok)->token.password.hash_iterations = in parse_tag_3_packet()
1663 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1823 new_auth_tok->token.password.signature[ in ecryptfs_parse_packet_set()
1909 memcpy(&(candidate_auth_tok->token.password), in ecryptfs_parse_packet_set()
1910 &(matching_auth_tok->token.password), in ecryptfs_parse_packet_set()
2242 if (auth_tok->token.password.flags & in write_tag_3_packet()
[all …]

Completed in 58 milliseconds