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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
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/hash/
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/chromium_org/third_party/boringssl/src/crypto/digest/
digests.c 109 static int sha1_final(EVP_MD_CTX *ctx, unsigned char *md) { function
110 return SHA1_Final(md, ctx->md_data);
115 sha1_update, sha1_final, 64 /* block size */, sizeof(SHA_CTX),

Completed in 76 milliseconds