Searched refs:sha1_ctx_t (Results 1 – 5 of 5) sorted by relevance
/external/srtp/crypto/include/ |
D | sha1.h | 58 } sha1_ctx_t; typedef 82 sha1_init(sha1_ctx_t *ctx); 85 sha1_update(sha1_ctx_t *ctx, const uint8_t *M, int octets_in_msg); 88 sha1_final(sha1_ctx_t *ctx, uint32_t output[5]);
|
D | hmac.h | 54 sha1_ctx_t ctx; 55 sha1_ctx_t init_ctx;
|
/external/srtp/crypto/hash/ |
D | hmac.c | 144 memcpy(&state->ctx, &state->init_ctx, sizeof(sha1_ctx_t)); in hmac_init() 152 memcpy(&state->ctx, &state->init_ctx, sizeof(sha1_ctx_t)); in hmac_start()
|
D | sha1.c | 78 sha1_ctx_t ctx; in sha1() 186 sha1_init(sha1_ctx_t *ctx) { in sha1_init() 204 sha1_update(sha1_ctx_t *ctx, const uint8_t *msg, int octets_in_msg) { in sha1_update() 252 sha1_final(sha1_ctx_t *ctx, uint32_t *output) { in sha1_final()
|
/external/srtp/crypto/test/ |
D | sha1_driver.c | 99 sha1_ctx_t ctx; in sha1_test_case_validate()
|