HomeSort by relevance Sort by last modified time
    Searched refs:sha1_update (Results 1 - 4 of 4) sorted by null

  /external/srtp/crypto/include/
sha1.h 73 * sha1_update(&ctx, msg, len) hashes the len octets starting at msg
85 sha1_update(sha1_ctx_t *ctx, const uint8_t *M, int octets_in_msg);
  /external/srtp/crypto/hash/
hmac.c 143 sha1_update(&state->init_ctx, ipad, 64);
164 sha1_update(&state->ctx, message, msg_octets);
195 sha1_update(&state->ctx, (uint8_t *)state->opad, 64);
198 sha1_update(&state->ctx, (uint8_t *)H, 20);
sha1.c 81 sha1_update(&ctx, msg, octets_in_msg);
204 sha1_update(sha1_ctx_t *ctx, const uint8_t *msg, int octets_in_msg) { function
  /external/srtp/crypto/test/
sha1_driver.c 111 sha1_update(&ctx, test_case->data, test_case->data_len);

Completed in 110 milliseconds