HomeSort by relevance Sort by last modified time
    Searched defs:sha1_ctx_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
sha1.h 58 } sha1_ctx_t; typedef in typeref:struct:__anon17454
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/
sha1.h 58 } sha1_ctx_t; typedef in typeref:struct:__anon35813
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 64 milliseconds