Searched refs:srtp_sha1_update (Results 1 – 4 of 4) sorted by relevance
/external/libsrtp2/crypto/include/ |
D | sha1.h | 94 static inline void srtp_sha1_update(srtp_sha1_ctx_t *ctx, in srtp_sha1_update() function 119 static inline void srtp_sha1_update(srtp_sha1_ctx_t *ctx, 156 void srtp_sha1_update(srtp_sha1_ctx_t *ctx,
|
/external/libsrtp2/crypto/hash/ |
D | hmac.c | 151 srtp_sha1_update(&state->init_ctx, ipad, 64); in srtp_hmac_init() 176 srtp_sha1_update(&state->ctx, message, msg_octets); in srtp_hmac_update() 212 srtp_sha1_update(&state->ctx, (uint8_t *)state->opad, 64); in srtp_hmac_compute() 215 srtp_sha1_update(&state->ctx, (uint8_t *)H, 20); in srtp_hmac_compute()
|
D | sha1.c | 84 srtp_sha1_update(&ctx, msg, octets_in_msg); in srtp_sha1() 239 void srtp_sha1_update(srtp_sha1_ctx_t *ctx, in srtp_sha1_update() function
|
/external/libsrtp2/crypto/test/ |
D | sha1_driver.c | 123 srtp_sha1_update(&ctx, test_case->data, test_case->data_len); in sha1_test_case_validate()
|