Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
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_sha1.h51 struct sctp_sha1_context { struct
85 void sctp_sha1_init(struct sctp_sha1_context *);
86 void sctp_sha1_update(struct sctp_sha1_context *, const unsigned char *, unsigned int);
87 void sctp_sha1_final(unsigned char *, struct sctp_sha1_context *);
Dsctp_os_userspace.h969 #define SCTP_SHA1_CTX struct sctp_sha1_context