Searched refs:SHA384_Update (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dsha.h201 // SHA384_Update adds |len| bytes from |data| to |sha| and returns 1.
202 OPENSSL_EXPORT int SHA384_Update(SHA512_CTX *sha, const void *data, size_t len);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Ddigests.c203 CHECK(SHA384_Update(ctx->md_data, data, count));
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha512.c127 SHA384_Update(&ctx, data, len);
152 int SHA384_Update(SHA512_CTX *sha, const void *data, size_t len) { function

Completed in 16 milliseconds