Lines Matching refs:auth
630 struct sctp_chunk auth;
647 auth.skb = chunk->auth_chunk;
648 auth.asoc = chunk->asoc;
649 auth.sctp_hdr = chunk->sctp_hdr;
650 auth.chunk_hdr = (struct sctp_chunkhdr *)
654 auth.transport = chunk->transport;
656 return sctp_sf_authenticate(asoc, &auth) == SCTP_IERROR_NO_ERROR;
3782 * the mechanism defined in [I-D.ietf-tsvwg-sctp-auth]. If this chunk
3784 * described in [I-D.ietf-tsvwg-sctp-auth].
3787 (!net->sctp.addip_noauth && !chunk->auth))
3925 * the mechanism defined in [I-D.ietf-tsvwg-sctp-auth]. If this chunk
3927 * described in [I-D.ietf-tsvwg-sctp-auth].
3930 (!net->sctp.addip_noauth && !asconf_ack->auth))
4254 /* Pull in the auth header, so we can do some more verification */
4259 /* Make sure that we support the HMAC algorithm from the auth
4311 chunk->auth = 1;