Searched defs:sctp_sha1_context (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sha1.h58 struct sctp_sha1_context { struct
92 void sctp_sha1_init(struct sctp_sha1_context *);
93 void sctp_sha1_update(struct sctp_sha1_context *, const unsigned char *, unsigned int);
94 void sctp_sha1_final(unsigned char *, struct sctp_sha1_context *);

Completed in 156 milliseconds