/Linux-v5.15/fs/cifs/ |
D | cifs_spnego.c | 108 if (sesInfo->user_name) in cifs_get_spnego_key() 109 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key() 151 if (sesInfo->user_name) { in cifs_get_spnego_key() 153 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
|
D | sess.c | 207 ctx.username = ses->user_name; in cifs_ses_add_channel() 405 if (ses->user_name == NULL) { in unicode_ssetup_strings() 410 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings() 431 if (ses->user_name != NULL) { in ascii_ssetup_strings() 432 len = strscpy(bcc_ptr, ses->user_name, CIFS_MAX_USERNAME_LEN); in ascii_ssetup_strings() 649 if (ses->user_name) in size_of_ntlmssp_blob() 650 sz += 2 * strnlen(ses->user_name, CIFS_MAX_USERNAME_LEN); in size_of_ntlmssp_blob() 705 if (ses->user_name != NULL) { in build_ntlmssp_auth_blob() 738 if (ses->user_name == NULL) { in build_ntlmssp_auth_blob() 745 len = cifs_strtoUTF16((__le16 *)tmp, ses->user_name, in build_ntlmssp_auth_blob() [all …]
|
D | cifsencrypt.c | 434 len = ses->user_name ? strlen(ses->user_name) : 0; in calc_ntlmv2_hash() 442 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash()
|
D | cifs_swn.c | 50 if (tcon->ses->user_name != NULL) { in cifs_swn_auth_info_ntlm() 51 ret = nla_put_string(skb, CIFS_GENL_ATTR_SWN_USER_NAME, tcon->ses->user_name); in cifs_swn_auth_info_ntlm()
|
D | cifsfs.c | 431 if (ses->user_name == NULL) in cifs_show_security() 520 else if (tcon->ses->user_name) in cifs_show_options() 521 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options()
|
D | connect.c | 1529 if (ses->user_name == NULL) { in match_session() 1536 if (strncmp(ses->user_name, in match_session() 1926 ses->user_name = kstrdup(ctx->username, GFP_KERNEL); in cifs_get_smb_ses() 1927 if (!ses->user_name) in cifs_get_smb_ses()
|
D | misc.c | 95 kfree(buf_to_free->user_name); in sesInfoFree()
|
D | cifsglob.h | 906 char *user_name; /* must not be null except during init of sess member
|
D | smb2pdu.c | 1082 if (tcon->ses->user_name == NULL) { in smb3_validate_negotiate() 1830 ((ses->user_name != NULL) || (ses->sectype == Kerberos))) in SMB2_tcon()
|
/Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
D | hif.h | 24 int (*get_user_msi_vector)(struct ath11k_base *ab, char *user_name, 108 static inline int ath11k_get_user_msi_vector(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_vector() argument 115 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath11k_get_user_msi_vector()
|
D | pci.h | 97 int ath11k_pci_get_user_msi_assignment(struct ath11k_pci *ar_pci, char *user_name,
|
D | pci.c | 471 int ath11k_pci_get_user_msi_assignment(struct ath11k_pci *ab_pci, char *user_name, in ath11k_pci_get_user_msi_assignment() argument 480 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath11k_pci_get_user_msi_assignment() 487 user_name, *num_vectors, *user_base_data, in ath11k_pci_get_user_msi_assignment() 494 ath11k_err(ab, "Failed to find MSI assignment for %s!\n", user_name); in ath11k_pci_get_user_msi_assignment() 516 static int ath11k_get_user_msi_assignment(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_assignment() argument 522 return ath11k_pci_get_user_msi_assignment(ab_pci, user_name, in ath11k_get_user_msi_assignment()
|
/Linux-v5.15/drivers/dma-buf/ |
D | sync_file.c | 133 if (sync_file->user_name[0]) { in sync_file_get_name() 134 strlcpy(buf, sync_file->user_name, len); in sync_file_get_name() 283 strlcpy(sync_file->user_name, name, sizeof(sync_file->user_name)); in sync_file_merge()
|
/Linux-v5.15/include/linux/ |
D | sync_file.h | 44 char user_name[32]; member
|
D | sdb.h | 127 uint8_t user_name[15]; /* 0x30-0x3e */ member
|
/Linux-v5.15/fs/ksmbd/mgmt/ |
D | user_config.h | 48 static inline char *user_name(struct ksmbd_user *user) in user_name() function
|
/Linux-v5.15/fs/ksmbd/ |
D | transport_ipc.c | 551 if (strlen(user_name(sess->user)) >= KSMBD_REQ_MAX_ACCOUNT_NAME_SZ) in ksmbd_ipc_tree_connect_request() 568 strscpy(req->account, user_name(sess->user), KSMBD_REQ_MAX_ACCOUNT_NAME_SZ); in ksmbd_ipc_tree_connect_request()
|
D | auth.c | 152 len = strlen(user_name(sess->user)); in calc_ntlmv2_hash() 159 conv_len = smb_strtoUTF16(uniname, user_name(sess->user), len, in calc_ntlmv2_hash()
|