Home
last modified time | relevance | path

Searched refs:sha384_ctx (Results 1 – 4 of 4) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
Dsha2.h76 typedef sha512_ctx sha384_ctx; typedef
93 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);
Dhmac_sha2.h72 sha384_ctx ctx_inside;
73 sha384_ctx ctx_outside;
76 sha384_ctx ctx_inside_reinit;
77 sha384_ctx ctx_outside_reinit;
Dhmac_sha2.c258 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()
Dsha2.c632 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()