Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_auth.c811 if (authinfo->recv_key != NULL) in sctp_free_authinfo()
812 sctp_free_key(authinfo->recv_key); in sctp_free_authinfo()
1196 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_clear_cachedkeys()
1197 stcb->asoc.authinfo.recv_key = NULL; in sctp_clear_cachedkeys()
1682 if ((stcb->asoc.authinfo.recv_key == NULL) || in sctp_handle_auth()
1706 if (stcb->asoc.authinfo.recv_key != NULL) in sctp_handle_auth()
1707 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_handle_auth()
1708 stcb->asoc.authinfo.recv_key = in sctp_handle_auth()
1714 sctp_print_key(stcb->asoc.authinfo.recv_key, "Recv Key"); in sctp_handle_auth()
1729 (void)sctp_compute_hmac_m(hmac_id, stcb->asoc.authinfo.recv_key, in sctp_handle_auth()
HDsctp_auth.h90 sctp_key_t *recv_key; /* cached concatenated recv key */ member
HDsctputil.c1175 asoc->authinfo.recv_key = NULL; in sctp_init_asoc()
/NextBSD/contrib/wpa/src/radius/
HDradius.h265 const u8 *recv_key, size_t recv_key_len);
HDradius.c1189 const u8 *recv_key, size_t recv_key_len) in radius_msg_add_mppe_keys() argument
1241 encrypt_ms_key(recv_key, recv_key_len, salt, req_authenticator, secret, in radius_msg_add_mppe_keys()