Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.c801 if (authinfo->assoc_key != NULL) in sctp_free_authinfo()
802 sctp_free_key(authinfo->assoc_key); in sctp_free_authinfo()
1148 sctp_free_key(stcb->asoc.authinfo.assoc_key); in sctp_clear_cachedkeys()
1149 stcb->asoc.authinfo.assoc_key = NULL; in sctp_clear_cachedkeys()
1515 (stcb->asoc.authinfo.assoc_key == NULL)) { in sctp_fill_hmac_digest_m()
1516 if (stcb->asoc.authinfo.assoc_key != NULL) { in sctp_fill_hmac_digest_m()
1518 sctp_free_key(stcb->asoc.authinfo.assoc_key); in sctp_fill_hmac_digest_m()
1527 stcb->asoc.authinfo.assoc_key = in sctp_fill_hmac_digest_m()
1535 sctp_print_key(stcb->asoc.authinfo.assoc_key, in sctp_fill_hmac_digest_m()
1544 (void)sctp_compute_hmac_m(stcb->asoc.peer_hmac_id, stcb->asoc.authinfo.assoc_key, in sctp_fill_hmac_digest_m()
H A Dsctp_auth.h88 sctp_key_t *assoc_key; /* cached concatenated send key */ member
H A Dsctputil.c1353 asoc->authinfo.assoc_key = NULL; in sctp_init_asoc()