Lines Matching defs:auth_keyid
3959 uint16_t auth_keyid,
4014 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid);
6476 sp->auth_keyid = srcv->sinfo_keynumber;
6478 sp->auth_keyid = stcb->asoc.authinfo.active_keyid;
6481 sctp_auth_key_acquire(stcb, sp->auth_keyid);
7585 chk->auth_keyid = sp->auth_keyid;
7586 sctp_auth_key_acquire(stcb, chk->auth_keyid);
7850 uint16_t auth_keyid;
7864 auth_keyid = stcb->asoc.authinfo.active_keyid;
8712 auth_keyid = chk->auth_keyid;
8720 auth_keyid = chk->auth_keyid;
8722 } else if (auth_keyid != chk->auth_keyid) {
8857 auth_keyid,
9485 uint16_t auth_keyid;
9498 auth_keyid = stcb->asoc.authinfo.active_keyid;
9738 auth_keyid = chk->auth_keyid;
9742 auth_keyid = chk->auth_keyid;
9744 } else if (chk->auth_keyid != auth_keyid) {
9795 auth_keyid = fwd->auth_keyid;
9799 auth_keyid = fwd->auth_keyid;
9801 } else if (fwd->auth_keyid != auth_keyid) {
9858 auth_offset, auth, auth_keyid,
12487 sp->auth_keyid = srcv->sinfo_keynumber;
12489 sp->auth_keyid = stcb->asoc.authinfo.active_keyid;
12492 sctp_auth_key_acquire(stcb, sp->auth_keyid);