Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.c78 sha224_update(&ctx->ctx_inside, ctx->block_ipad, SHA224_BLOCK_SIZE); in hmac_sha224_init()
81 sha224_update(&ctx->ctx_outside, ctx->block_opad, in hmac_sha224_init()
102 sha224_update(&ctx->ctx_inside, message, message_len); in hmac_sha224_update()
112 sha224_update(&ctx->ctx_outside, digest_inside, SHA224_DIGEST_SIZE); in hmac_sha224_final()
Dsha2.h80 void sha224_update(sha224_ctx *ctx, const unsigned char *message,
Dsha2.c735 sha224_update(&ctx, message, len); in sha224()
757 void sha224_update(sha224_ctx *ctx, const unsigned char *message, in sha224_update() function
/external/boringssl/src/crypto/digest/
Ddigests.c140 static void sha224_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha224_update() function
150 sha224_init, sha224_update, sha224_final,