Searched refs:password (Results 1 – 12 of 12) sorted by relevance
| /fs/smb/client/ |
| A D | fs_context.c | 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() 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 D | connect.c | 1978 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 D | cifs_swn.c | 56 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 D | fs_context.h | 224 char *password; member
|
| A D | misc.c | 100 kfree_sensitive(buf_to_free->password); in sesInfoFree() 175 kfree_sensitive(tcon->password); in tconInfoFree()
|
| A D | cifsglob.h | 1121 char *password; member 1249 char *password; /* for share-level security */ member
|
| A D | cifsencrypt.c | 418 E_md4hash(ses->password, nt_hash, nls_cp); in calc_ntlmv2_hash()
|
| A D | sess.c | 513 ctx->password = ses->password; in cifs_ses_add_channel()
|
| A D | smb2pdu.c | 375 swap(ses->password2, ses->password); in smb2_reconnect()
|
| A D | cifssmb.c | 172 swap(ses->password2, ses->password); in cifs_reconnect_tcon()
|
| /fs/ecryptfs/ |
| A D | debug.c | 29 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 D | keystore.c | 818 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