Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dsha2.h77 typedef sha256_ctx sha224_ctx; typedef
79 void sha224_init(sha224_ctx *ctx);
80 void sha224_update(sha224_ctx *ctx, const unsigned char *message,
82 void sha224_final(sha224_ctx *ctx, unsigned char *digest);
Dhmac_sha2.h48 sha224_ctx ctx_inside;
49 sha224_ctx ctx_outside;
52 sha224_ctx ctx_inside_reinit;
53 sha224_ctx ctx_outside_reinit;
Dhmac_sha2.c86 sizeof(sha224_ctx)); in hmac_sha224_init()
88 sizeof(sha224_ctx)); in hmac_sha224_init()
94 sizeof(sha224_ctx)); in hmac_sha224_reinit()
96 sizeof(sha224_ctx)); in hmac_sha224_reinit()
Dsha2.c732 sha224_ctx ctx; in sha224()
739 void sha224_init(sha224_ctx *ctx) in sha224_init()
757 void sha224_update(sha224_ctx *ctx, const unsigned char *message, in sha224_update()
791 void sha224_final(sha224_ctx *ctx, unsigned char *digest) in sha224_final()