Home
last modified time | relevance | path

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

/u-boot/include/u-boot/
A Dsha256.h19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
/u-boot/fs/btrfs/crypto/
A Dhash.c26 sha256_update(&ctx, buf, length); in hash_sha256()
/u-boot/drivers/mmc/
A Drpmb.c216 sha256_update(&ctx, k_ipad, SHA256_BLOCK_SIZE); in rpmb_hmac()
217 sha256_update(&ctx, buff, len); in rpmb_hmac()
224 sha256_update(&ctx, k_opad, SHA256_BLOCK_SIZE); in rpmb_hmac()
227 sha256_update(&ctx, output, RPMB_SZ_MAC); in rpmb_hmac()
/u-boot/lib/
A Dsha256.c189 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update() function
246 sha256_update(ctx, sha256_padding, padn); in sha256_finish()
247 sha256_update(ctx, msglen, 8); in sha256_finish()
282 sha256_update(&ctx, curr, chunk); in sha256_csum_wd()
287 sha256_update(&ctx, input, ilen); in sha256_csum_wd()
/u-boot/common/
A Dhash.c84 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
/u-boot/cmd/mvebu/
A Dbubt.c616 sha256_update(&hash256_text, buff, image_size_to_hash); in check_image_header()
/u-boot/tools/
A Dmtk_image.c660 sha256_update(&ctx, buff, size); in put_hash()
/u-boot/lib/efi_loader/
A Defi_tcg2.c540 sha256_update(&ctx_256, input, length); in tcg2_create_digest()

Completed in 11 milliseconds