Searched refs:sha256_update (Results 1 – 6 of 6) sorted by relevance
/external/mmc-utils/3rdparty/hmac_sha/ |
D | hmac_sha2.c | 164 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()
|
D | sha2.h | 87 void sha256_update(sha256_ctx *ctx, const unsigned char *message,
|
D | sha2.c | 336 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/digest/ |
D | digests.c | 161 static void sha256_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha256_update() function 171 sha256_init, sha256_update, sha256_final,
|
/external/curl/src/ |
D | tool_metalink.c | 169 sha256_update(ctx, inputLen, input); in SHA256_Update() 371 sha256_update(ctx, input, inputLen); in SHA256_Update()
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 1074 static int sha256_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) in sha256_update() function 1132 sha256_update,
|