Searched refs:spnego_key (Results 1 – 2 of 2) sorted by relevance
1514 struct key *spnego_key = NULL; in sess_auth_kerberos() local1528 spnego_key = cifs_get_spnego_key(ses, server); in sess_auth_kerberos()1529 if (IS_ERR(spnego_key)) { in sess_auth_kerberos()1530 rc = PTR_ERR(spnego_key); in sess_auth_kerberos()1531 spnego_key = NULL; in sess_auth_kerberos()1535 msg = spnego_key->payload.data[0]; in sess_auth_kerberos()1631 key_invalidate(spnego_key); in sess_auth_kerberos()1632 key_put(spnego_key); in sess_auth_kerberos()
1624 struct key *spnego_key = NULL; in SMB2_auth_kerberos() local1632 spnego_key = cifs_get_spnego_key(ses, server); in SMB2_auth_kerberos()1633 if (IS_ERR(spnego_key)) { in SMB2_auth_kerberos()1634 rc = PTR_ERR(spnego_key); in SMB2_auth_kerberos()1637 spnego_key = NULL; in SMB2_auth_kerberos()1641 msg = spnego_key->payload.data[0]; in SMB2_auth_kerberos()1687 key_invalidate(spnego_key); in SMB2_auth_kerberos()1688 key_put(spnego_key); in SMB2_auth_kerberos()