Home
last modified time | relevance | path

Searched refs:sha256_update (Results 1 – 7 of 7) sorted by relevance

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.c164 sha256_update(&ctx->ctx_inside, ctx->block_ipad, SHA256_BLOCK_SIZE); in hmac_sha256_init()
167 sha256_update(&ctx->ctx_outside, ctx->block_opad, in hmac_sha256_init()
188 sha256_update(&ctx->ctx_inside, message, message_len); in hmac_sha256_update()
198 sha256_update(&ctx->ctx_outside, digest_inside, SHA256_DIGEST_SIZE); in hmac_sha256_final()
Dsha2.h87 void sha256_update(sha256_ctx *ctx, const unsigned char *message,
Dsha2.c336 sha256_update(&ctx, message, len); in sha256()
358 void sha256_update(sha256_ctx *ctx, const unsigned char *message, in sha256_update() function
/external/boringssl/src/crypto/fipsmodule/digest/
Ddigests.c178 static void sha256_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha256_update() function
191 out->update = sha256_update; in DEFINE_METHOD_FUNCTION()
/external/curl/src/
Dtool_metalink.c173 sha256_update(ctx, inputLen, input); in SHA256_Update()
375 sha256_update(ctx, input, inputLen); in SHA256_Update()
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c1074 static int sha256_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) in sha256_update() function
1132 sha256_update,
/external/curl/lib/vtls/
Dgtls.c1781 sha256_update(&SHA256pw, (unsigned int)tmplen, tmp); in Curl_gtls_sha256sum()