Searched refs:sha1_final (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dsha1.h76 * 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/
H A Dsha1.h76 * 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/
H A Ddigests.c109 static int sha1_final(EVP_MD_CTX *ctx, unsigned char *md) { function
115 sha1_update, sha1_final, 64 /* block size */, sizeof(SHA_CTX),
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dhmac.c182 sha1_final(&state->ctx, H);
201 sha1_final(&state->ctx, hash_value);
H A Dsha1.c82 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/
H A Dhmac.c182 sha1_final(&state->ctx, H);
201 sha1_final(&state->ctx, hash_value);
H A Dsha1.c82 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/
H A Dsha1_driver.c112 sha1_final(&ctx, hash_value);
/external/srtp/crypto/test/
H A Dsha1_driver.c112 sha1_final(&ctx, hash_value);

Completed in 470 milliseconds