Searched refs:spnego_key (Results 1 – 3 of 3) sorted by relevance
106 struct key *spnego_key; in cifs_get_spnego_key() local123 spnego_key = ERR_PTR(-ENOMEM); in cifs_get_spnego_key()130 spnego_key = ERR_PTR(-EINVAL); in cifs_get_spnego_key()173 spnego_key = request_key(&cifs_spnego_key_type, description, ""); in cifs_get_spnego_key()177 if (cifsFYI && !IS_ERR(spnego_key)) { in cifs_get_spnego_key()178 struct cifs_spnego_msg *msg = spnego_key->payload.data[0]; in cifs_get_spnego_key()186 return spnego_key; in cifs_get_spnego_key()
1297 struct key *spnego_key = NULL; in sess_auth_kerberos() local1311 spnego_key = cifs_get_spnego_key(ses); in sess_auth_kerberos()1312 if (IS_ERR(spnego_key)) { in sess_auth_kerberos()1313 rc = PTR_ERR(spnego_key); in sess_auth_kerberos()1314 spnego_key = NULL; in sess_auth_kerberos()1318 msg = spnego_key->payload.data[0]; in sess_auth_kerberos()1414 key_invalidate(spnego_key); in sess_auth_kerberos()1415 key_put(spnego_key); in sess_auth_kerberos()
1302 struct key *spnego_key = NULL; in SMB2_auth_kerberos() local1309 spnego_key = cifs_get_spnego_key(ses); in SMB2_auth_kerberos()1310 if (IS_ERR(spnego_key)) { in SMB2_auth_kerberos()1311 rc = PTR_ERR(spnego_key); in SMB2_auth_kerberos()1314 spnego_key = NULL; in SMB2_auth_kerberos()1318 msg = spnego_key->payload.data[0]; in SMB2_auth_kerberos()1359 key_invalidate(spnego_key); in SMB2_auth_kerberos()1360 key_put(spnego_key); in SMB2_auth_kerberos()