Home
last modified time | relevance | path

Searched refs:sesInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifs_spnego.c87 cifs_get_spnego_key(struct cifs_ses *sesInfo, in cifs_get_spnego_key() argument
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()
145 from_kuid_munged(&init_user_ns, sesInfo->linux_uid)); in cifs_get_spnego_key()
149 from_kuid_munged(&init_user_ns, sesInfo->cred_uid)); 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()
H A Dcifs_spnego.h32 extern struct key *cifs_get_spnego_key(struct cifs_ses *sesInfo,