[SCTP]: Implement SCTP-AUTH internals
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 9 Oct 2007 08:15:59 +0000 (01:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:29 +0000 (16:51 -0700)
commit1f485649f52929d9937b346a920a522a7363e202
tree663ac69ba7fff641e243306d7aad5b95378e4d6d
parentf7b0e93ba1a484700bd1b0e36bdaddaf4eb51b0b
[SCTP]: Implement SCTP-AUTH internals

This patch implements the internals operations of the AUTH, such as
key computation and storage.  It also adds necessary variables to
the SCTP data structures.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/auth.h [new file with mode: 0644]
include/net/sctp/constants.h
include/net/sctp/sctp.h
include/net/sctp/structs.h
net/sctp/Makefile
net/sctp/auth.c [new file with mode: 0644]
net/sctp/objcnt.c