Lines Matching refs:auth
638 struct sctp_chunk auth;
655 auth.skb = chunk->auth_chunk;
656 auth.asoc = chunk->asoc;
657 auth.sctp_hdr = chunk->sctp_hdr;
658 auth.chunk_hdr = (struct sctp_chunkhdr *)
662 auth.transport = chunk->transport;
664 return sctp_sf_authenticate(asoc, &auth) == SCTP_IERROR_NO_ERROR;
3885 * the mechanism defined in [I-D.ietf-tsvwg-sctp-auth]. If this chunk
3887 * described in [I-D.ietf-tsvwg-sctp-auth].
3890 (!net->sctp.addip_noauth && !chunk->auth))
4028 * the mechanism defined in [I-D.ietf-tsvwg-sctp-auth]. If this chunk
4030 * described in [I-D.ietf-tsvwg-sctp-auth].
4033 (!net->sctp.addip_noauth && !asconf_ack->auth))
4357 /* Pull in the auth header, so we can do some more verification */
4362 /* Make sure that we support the HMAC algorithm from the auth
4414 chunk->auth = 1;