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);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,
93 sctp_key_t *assoc_key; /* cached concatenated send key */ member
1191 asoc->authinfo.assoc_key = NULL; in sctp_init_asoc()