Home
last modified time | relevance | path

Searched refs:srtp_sha1_ctx_t (Results 1 – 5 of 5) sorted by relevance

/external/libsrtp2/crypto/include/
Dsha1.h86 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);
[all …]
Dhmac.h54 srtp_sha1_ctx_t ctx;
55 srtp_sha1_ctx_t init_ctx;
/external/libsrtp2/crypto/hash/
Dhmac.c152 memcpy(&state->ctx, &state->init_ctx, sizeof(srtp_sha1_ctx_t)); in srtp_hmac_init()
161 memcpy(&state->ctx, &state->init_ctx, sizeof(srtp_sha1_ctx_t)); in srtp_hmac_start()
Dsha1.c81 srtp_sha1_ctx_t ctx; in srtp_sha1()
223 void srtp_sha1_init(srtp_sha1_ctx_t *ctx) in srtp_sha1_init()
239 void srtp_sha1_update(srtp_sha1_ctx_t *ctx, in srtp_sha1_update()
288 void srtp_sha1_final(srtp_sha1_ctx_t *ctx, uint32_t *output) in srtp_sha1_final()
/external/libsrtp2/crypto/test/
Dsha1_driver.c111 srtp_sha1_ctx_t ctx; in sha1_test_case_validate()