Searched defs:sha1_ctx_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dsha1.h58 } sha1_ctx_t; typedef in typeref:struct:__anon12829
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]);
/external/srtp/crypto/include/
H A Dsha1.h58 } sha1_ctx_t; typedef in typeref:struct:__anon31209
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]);

Completed in 3754 milliseconds