Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_auth.c804 if (authinfo->assoc_key != NULL) in sctp_free_authinfo()
805 sctp_free_key(authinfo->assoc_key); in sctp_free_authinfo()
1151 sctp_free_key(stcb->asoc.authinfo.assoc_key); in sctp_clear_cachedkeys()
1152 stcb->asoc.authinfo.assoc_key = NULL; in sctp_clear_cachedkeys()
1518 (stcb->asoc.authinfo.assoc_key == NULL)) { in sctp_fill_hmac_digest_m()
1519 if (stcb->asoc.authinfo.assoc_key != NULL) { in sctp_fill_hmac_digest_m()
1521 sctp_free_key(stcb->asoc.authinfo.assoc_key); in sctp_fill_hmac_digest_m()
1530 stcb->asoc.authinfo.assoc_key = in sctp_fill_hmac_digest_m()
1538 sctp_print_key(stcb->asoc.authinfo.assoc_key, in sctp_fill_hmac_digest_m()
1547 (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.h91 sctp_key_t *assoc_key; /* cached concatenated send key */ member
H A Dsctputil.c1346 asoc->authinfo.assoc_key = NULL; in sctp_init_asoc()