Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_auth.c820 if (authinfo->assoc_key != NULL)
821 sctp_free_key(authinfo->assoc_key);
1216 sctp_free_key(stcb->asoc.authinfo.assoc_key);
1217 stcb->asoc.authinfo.assoc_key = NULL;
1580 (stcb->asoc.authinfo.assoc_key == NULL)) {
1581 if (stcb->asoc.authinfo.assoc_key != NULL) {
1583 sctp_free_key(stcb->asoc.authinfo.assoc_key);
1592 stcb->asoc.authinfo.assoc_key =
1600 sctp_print_key(stcb->asoc.authinfo.assoc_key,
1609 (void)sctp_compute_hmac_m(stcb->asoc.peer_hmac_id, stcb->asoc.authinfo.assoc_key,
Dsctp_auth.h93 sctp_key_t *assoc_key; /* cached concatenated send key */ member
Dsctputil.c1191 asoc->authinfo.assoc_key = NULL; in sctp_init_asoc()