Searched refs:sesInfo (Results 1 – 2 of 2) sorted by relevance
99 cifs_get_spnego_key(struct cifs_ses *sesInfo) in cifs_get_spnego_key() argument101 struct TCP_Server_Info *server = sesInfo->server; in cifs_get_spnego_key()120 if (sesInfo->user_name) in cifs_get_spnego_key()121 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key()157 from_kuid_munged(&init_user_ns, sesInfo->linux_uid)); in cifs_get_spnego_key()161 from_kuid_munged(&init_user_ns, sesInfo->cred_uid)); in cifs_get_spnego_key()163 if (sesInfo->user_name) { in cifs_get_spnego_key()165 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
44 extern struct key *cifs_get_spnego_key(struct cifs_ses *sesInfo);