Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.c820 if (authinfo->assoc_key != NULL)
821 sctp_free_key(authinfo->assoc_key);
1182 sctp_free_key(stcb->asoc.authinfo.assoc_key);
1183 stcb->asoc.authinfo.assoc_key = NULL;
1549 (stcb->asoc.authinfo.assoc_key == NULL)) {
1550 if (stcb->asoc.authinfo.assoc_key != NULL) {
1552 sctp_free_key(stcb->asoc.authinfo.assoc_key);
1561 stcb->asoc.authinfo.assoc_key =
1569 sctp_print_key(stcb->asoc.authinfo.assoc_key,
1578 (void)sctp_compute_hmac_m(stcb->asoc.peer_hmac_id, stcb->asoc.authinfo.assoc_key,
Dsctp_auth.h95 sctp_key_t *assoc_key; /* cached concatenated send key */ member
Dsctputil.c1389 asoc->authinfo.assoc_key = NULL; in sctp_init_asoc()