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

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dsha.h228 // SHA512_Init initialises |sha| and returns 1.
229 OPENSSL_EXPORT int SHA512_Init(SHA512_CTX *sha);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Ddigests.c223 CHECK(SHA512_Init(ctx->md_data));
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha512.c107 int SHA512_Init(SHA512_CTX *sha) { function
135 SHA512_Init(&ctx);

Completed in 104 milliseconds