Searched refs:sesInfo (Results 1 – 2 of 2) sorted by relevance
87 cifs_get_spnego_key(struct cifs_ses *sesInfo, in cifs_get_spnego_key() argument108 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()
32 extern struct key *cifs_get_spnego_key(struct cifs_ses *sesInfo,