Lines Matching refs:srtp_sha1_ctx_t
86 typedef EVP_MD_CTX srtp_sha1_ctx_t; typedef
88 static inline void srtp_sha1_init(srtp_sha1_ctx_t *ctx) in srtp_sha1_init()
94 static inline void srtp_sha1_update(srtp_sha1_ctx_t *ctx, in srtp_sha1_update()
101 static inline void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t *output) in srtp_sha1_final()
111 typedef EVP_MD_CTX *srtp_sha1_ctx_t;
113 static inline void srtp_sha1_init(srtp_sha1_ctx_t *ctx)
119 static inline void srtp_sha1_update(srtp_sha1_ctx_t *ctx,
126 static inline void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t *output)
142 } srtp_sha1_ctx_t;
154 void srtp_sha1_init(srtp_sha1_ctx_t *ctx);
156 void srtp_sha1_update(srtp_sha1_ctx_t *ctx,
160 void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t output[5]);