Home | History | Annotate | Download | only in sha2

Lines Matching refs:sha384_init

991 void SHA384_Init(SHA384_CTX* context) {
1059 SHA384_Init(&context);
1088 static int sha384_init(EVP_MD_CTX *ctx)
1090 SHA384_Init(data(ctx));
1157 sha384_init,
1163 SHA384_Init,