Searched refs:recv_key (Results 1 – 3 of 3) sorted by relevance
806 if (authinfo->recv_key != NULL) in sctp_free_authinfo()807 sctp_free_key(authinfo->recv_key); in sctp_free_authinfo()1155 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_clear_cachedkeys()1156 stcb->asoc.authinfo.recv_key = NULL; in sctp_clear_cachedkeys()1646 if ((stcb->asoc.authinfo.recv_key == NULL) || in sctp_handle_auth()1670 if (stcb->asoc.authinfo.recv_key != NULL) in sctp_handle_auth()1671 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_handle_auth()1672 stcb->asoc.authinfo.recv_key = in sctp_handle_auth()1678 sctp_print_key(stcb->asoc.authinfo.recv_key, "Recv Key"); in sctp_handle_auth()1693 (void)sctp_compute_hmac_m(hmac_id, stcb->asoc.authinfo.recv_key, in sctp_handle_auth()
92 sctp_key_t *recv_key; /* cached concatenated recv key */ member
1348 asoc->authinfo.recv_key = NULL; in sctp_init_asoc()