Searched refs:sha224_update (Results 1 - 4 of 4) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
H A Dsha2.h80 void sha224_update(sha224_ctx *ctx, const unsigned char *message,
H A Dhmac_sha2.c78 sha224_update(&ctx->ctx_inside, ctx->block_ipad, SHA224_BLOCK_SIZE);
81 sha224_update(&ctx->ctx_outside, ctx->block_opad,
102 sha224_update(&ctx->ctx_inside, message, message_len);
112 sha224_update(&ctx->ctx_outside, digest_inside, SHA224_DIGEST_SIZE);
H A Dsha2.c735 sha224_update(&ctx, message, len);
757 void sha224_update(sha224_ctx *ctx, const unsigned char *message, function
/external/boringssl/src/crypto/fipsmodule/digest/
H A Ddigests.c154 static void sha224_update(EVP_MD_CTX *ctx, const void *data, size_t count) { function
167 out->update = sha224_update;

Completed in 174 milliseconds