Home | History | Annotate | Download | only in sha2

Lines Matching refs:sha512_init

662 void SHA512_Init(SHA512_CTX* context) {
984 SHA512_Init(&context);
1107 static int sha512_init(EVP_MD_CTX *ctx)
1109 SHA512_Init(data(ctx));
1183 sha512_init,
1189 SHA512_Init,