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

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dsha.h198 // SHA384_Init initialises |sha| and returns 1.
199 OPENSSL_EXPORT int SHA384_Init(SHA512_CTX *sha);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Ddigests.c199 CHECK(SHA384_Init(ctx->md_data));
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha512.c89 int SHA384_Init(SHA512_CTX *sha) { function
126 SHA384_Init(&ctx);

Completed in 76 milliseconds