/external/chromium_org/third_party/libsrtp/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/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/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),
|
/external/chromium_org/third_party/libsrtp/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/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/chromium_org/third_party/libsrtp/srtp/crypto/test/ |
sha1_driver.c | 112 sha1_final(&ctx, hash_value);
|
/external/srtp/crypto/test/ |
sha1_driver.c | 112 sha1_final(&ctx, hash_value);
|