Searched refs:assoc_key (Results 1 – 3 of 3) sorted by relevance
820 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,
95 sctp_key_t *assoc_key; /* cached concatenated send key */ member
1389 asoc->authinfo.assoc_key = NULL; in sctp_init_asoc()