Searched refs:sha384_ctx (Results 1 – 4 of 4) sorted by relevance
76 typedef sha512_ctx sha384_ctx; typedef93 void sha384_init(sha384_ctx *ctx);94 void sha384_update(sha384_ctx *ctx, const unsigned char *message,96 void sha384_final(sha384_ctx *ctx, unsigned char *digest);
72 sha384_ctx ctx_inside;73 sha384_ctx ctx_outside;76 sha384_ctx ctx_inside_reinit;77 sha384_ctx ctx_outside_reinit;
258 sizeof(sha384_ctx)); in hmac_sha384_init()260 sizeof(sha384_ctx)); in hmac_sha384_init()266 sizeof(sha384_ctx)); in hmac_sha384_reinit()268 sizeof(sha384_ctx)); in hmac_sha384_reinit()
632 sha384_ctx ctx; in sha384()639 void sha384_init(sha384_ctx *ctx) in sha384_init()657 void sha384_update(sha384_ctx *ctx, const unsigned char *message, in sha384_update()691 void sha384_final(sha384_ctx *ctx, unsigned char *digest) in sha384_final()