Searched defs:sha1_update (Results 1 - 2 of 2) sorted by relevance

/external/srtp/crypto/hash/
H A Dsha1.c81 sha1_update(&ctx, msg, octets_in_msg);
204 sha1_update(sha1_ctx_t *ctx, const uint8_t *msg, int octets_in_msg) { function
/external/boringssl/src/crypto/digest/
H A Ddigests.c120 static void sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
130 sha1_update, sha1_final, 64 /* block size */, sizeof(SHA_CTX),

Completed in 115 milliseconds