Home
last modified time | relevance | path

Searched refs:sha512_256_init (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/include/crypto/
Dsha.h17 int sha512_256_init(SHA512_CTX *);
/third_party/openssl/crypto/evp/
Dm_sha1.c189 return sha512_256_init(EVP_MD_CTX_md_data(ctx)); in init512_256()
/third_party/openssl/crypto/sha/
Dsha512.c81 int sha512_256_init(SHA512_CTX *c) in sha512_256_init() function