Searched refs:SHA384_Init (Results 1 – 13 of 13) sorted by relevance
131 void SHA384_Init __P((SHA384_CTX*));
991 void SHA384_Init(SHA384_CTX* context) { in SHA384_Init() function1059 SHA384_Init(&context); in SHA384_Data()1090 SHA384_Init(data(ctx)); in sha384_init()1163 SHA384_Init,
161 { return SHA384_Init(ctx->md_data); } in init384()
358 #undef SHA384_Init373 #define SHA384_Init private_SHA384_Init macro
176 OPENSSL_EXPORT int SHA384_Init(SHA512_CTX *sha);
199 int SHA384_Init(SHA512_CTX *c);
250 SHA384_Init(&c); in SHA384()
159 static int sha384_init(EVP_MD_CTX *ctx) { return SHA384_Init(ctx->md_data); } in sha384_init()
96 int SHA384_Init(SHA512_CTX *sha) { in SHA384_Init() function140 SHA384_Init(&ctx); in SHA384()
436 SHA384_Init((SHA512_CTX*)md_state.c); in ssl3_cbc_digest_record()
469 SHA384_Init((SHA512_CTX*)md_state.c); in ssl3_cbc_digest_record()
2175 SHA384_Init(c); in eay_sha2_384_init()