Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/digest/
Ddigests.c130 static void sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha1_update() function
/external/u-boot/lib/
Dsha1.c225 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() function