Home
last modified time | relevance | path

Searched refs:sctp_sha1_context (Results 1 – 3 of 3) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_sha1.h60 struct sctp_sha1_context { struct
94 void sctp_sha1_init(struct sctp_sha1_context *);
95 void sctp_sha1_update(struct sctp_sha1_context *, const unsigned char *, unsigned int);
96 void sctp_sha1_final(unsigned char *, struct sctp_sha1_context *);
Dsctp_sha1.c43 sctp_sha1_init(struct sctp_sha1_context *ctx) in sctp_sha1_init()
50 sctp_sha1_update(struct sctp_sha1_context *ctx, const unsigned char *ptr, unsigned int siz) in sctp_sha1_update()
56 sctp_sha1_final(unsigned char *digest, struct sctp_sha1_context *ctx) in sctp_sha1_final()
67 sctp_sha1_init(struct sctp_sha1_context *ctx) in sctp_sha1_init()
73 sctp_sha1_update(struct sctp_sha1_context *ctx, const unsigned char *ptr, unsigned int siz) in sctp_sha1_update()
79 sctp_sha1_final(unsigned char *digest, struct sctp_sha1_context *ctx) in sctp_sha1_final()
113 sctp_sha1_init(struct sctp_sha1_context *ctx) in sctp_sha1_init()
133 sctp_sha1_process_a_block(struct sctp_sha1_context *ctx, unsigned int *block) in sctp_sha1_process_a_block()
198 sctp_sha1_update(struct sctp_sha1_context *ctx, const unsigned char *ptr, unsigned int siz) in sctp_sha1_update()
227 sctp_sha1_final(unsigned char *digest, struct sctp_sha1_context *ctx) in sctp_sha1_final()
Dsctp_os_userspace.h1009 #define SCTP_SHA1_CTX struct sctp_sha1_context