Home
last modified time | relevance | path

Searched refs:spnego_key (Results 1 – 3 of 3) sorted by relevance

/linux/fs/cifs/
A Dcifs_spnego.c94 struct key *spnego_key; in cifs_get_spnego_key() local
111 spnego_key = ERR_PTR(-ENOMEM); in cifs_get_spnego_key()
118 spnego_key = ERR_PTR(-EINVAL); in cifs_get_spnego_key()
161 spnego_key = request_key(&cifs_spnego_key_type, description, ""); in cifs_get_spnego_key()
165 if (cifsFYI && !IS_ERR(spnego_key)) { in cifs_get_spnego_key()
166 struct cifs_spnego_msg *msg = spnego_key->payload.data[0]; in cifs_get_spnego_key()
174 return spnego_key; in cifs_get_spnego_key()
A Dsess.c1150 struct key *spnego_key = NULL; in sess_auth_kerberos() local
1164 spnego_key = cifs_get_spnego_key(ses); in sess_auth_kerberos()
1165 if (IS_ERR(spnego_key)) { in sess_auth_kerberos()
1166 rc = PTR_ERR(spnego_key); in sess_auth_kerberos()
1167 spnego_key = NULL; in sess_auth_kerberos()
1171 msg = spnego_key->payload.data[0]; in sess_auth_kerberos()
1267 key_invalidate(spnego_key); in sess_auth_kerberos()
1268 key_put(spnego_key); in sess_auth_kerberos()
A Dsmb2pdu.c1380 struct key *spnego_key = NULL; in SMB2_auth_kerberos() local
1387 spnego_key = cifs_get_spnego_key(ses); in SMB2_auth_kerberos()
1388 if (IS_ERR(spnego_key)) { in SMB2_auth_kerberos()
1389 rc = PTR_ERR(spnego_key); in SMB2_auth_kerberos()
1392 spnego_key = NULL; in SMB2_auth_kerberos()
1396 msg = spnego_key->payload.data[0]; in SMB2_auth_kerberos()
1437 key_invalidate(spnego_key); in SMB2_auth_kerberos()
1438 key_put(spnego_key); in SMB2_auth_kerberos()

Completed in 15 milliseconds