Searched refs:sha224_update (Results 1 – 4 of 4) sorted by relevance
/external/mmc-utils/3rdparty/hmac_sha/ |
D | hmac_sha2.c | 78 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()
|
D | sha2.h | 80 void sha224_update(sha224_ctx *ctx, const unsigned char *message,
|
D | sha2.c | 735 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/ |
D | digests.c | 140 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,
|