Searched refs:srtp_sha1_ctx_t (Results 1 – 5 of 5) sorted by relevance
/external/libsrtp2/crypto/include/ |
D | sha1.h | 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); [all …]
|
D | hmac.h | 54 srtp_sha1_ctx_t ctx; 55 srtp_sha1_ctx_t init_ctx;
|
/external/libsrtp2/crypto/hash/ |
D | hmac.c | 152 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()
|
D | sha1.c | 81 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/ |
D | sha1_driver.c | 111 srtp_sha1_ctx_t ctx; in sha1_test_case_validate()
|