Home | History | Annotate | Download | only in sha2

Lines Matching defs:SHA256_Init

334 void SHA256_Init(SHA256_CTX* context) {
655 SHA256_Init(&context);
1069 static int sha256_init(EVP_MD_CTX *ctx)
1071 SHA256_Init(data(ctx));
1131 sha256_init,
1137 SHA256_Init,