Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_auth.c806 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()
H A Dsctp_auth.h92 sctp_key_t *recv_key; /* cached concatenated recv key */ member
H A Dsctputil.c1348 asoc->authinfo.recv_key = NULL; in sctp_init_asoc()