Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.c803 if (authinfo->recv_key != NULL) in sctp_free_authinfo()
804 sctp_free_key(authinfo->recv_key); in sctp_free_authinfo()
1152 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_clear_cachedkeys()
1153 stcb->asoc.authinfo.recv_key = NULL; in sctp_clear_cachedkeys()
1643 if ((stcb->asoc.authinfo.recv_key == NULL) || in sctp_handle_auth()
1662 if (stcb->asoc.authinfo.recv_key != NULL) in sctp_handle_auth()
1663 sctp_free_key(stcb->asoc.authinfo.recv_key); in sctp_handle_auth()
1664 stcb->asoc.authinfo.recv_key = in sctp_handle_auth()
1670 sctp_print_key(stcb->asoc.authinfo.recv_key, "Recv Key"); in sctp_handle_auth()
1685 (void)sctp_compute_hmac_m(hmac_id, stcb->asoc.authinfo.recv_key, in sctp_handle_auth()
H A Dsctp_auth.h89 sctp_key_t *recv_key; /* cached concatenated recv key */ member
H A Dsctputil.c1355 asoc->authinfo.recv_key = NULL; in sctp_init_asoc()
/freebsd/contrib/wpa/src/radius/
H A Dradius.h313 const u8 *recv_key, size_t recv_key_len);
H A Dradius.c1347 const u8 *recv_key, size_t recv_key_len) in radius_msg_add_mppe_keys() argument
1403 encrypt_ms_key(recv_key, recv_key_len, salt, req_authenticator, secret, in radius_msg_add_mppe_keys()