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

  /external/srtp/crypto/include/
sha1.h 76 * sha1_final(&ctx, output) performs the final processing of the SHA1
88 sha1_final(sha1_ctx_t *ctx, uint32_t output[5]);
  /external/srtp/crypto/hash/
hmac.c 182 sha1_final(&state->ctx, H);
201 sha1_final(&state->ctx, hash_value);
sha1.c 82 sha1_final(&ctx, hash_value);
247 * sha1_final(ctx, output) computes the result for ctx and copies it
252 sha1_final(sha1_ctx_t *ctx, uint32_t *output) { function
  /external/srtp/crypto/test/
sha1_driver.c 112 sha1_final(&ctx, hash_value);

Completed in 157 milliseconds