Searched refs:sha256_update (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/u-boot/ |
A D | sha256.h | 19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
|
/u-boot/fs/btrfs/crypto/ |
A D | hash.c | 26 sha256_update(&ctx, buf, length); in hash_sha256()
|
/u-boot/drivers/mmc/ |
A D | rpmb.c | 216 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 D | sha256.c | 189 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 D | hash.c | 84 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
|
/u-boot/cmd/mvebu/ |
A D | bubt.c | 616 sha256_update(&hash256_text, buff, image_size_to_hash); in check_image_header()
|
/u-boot/tools/ |
A D | mtk_image.c | 660 sha256_update(&ctx, buff, size); in put_hash()
|
/u-boot/lib/efi_loader/ |
A D | efi_tcg2.c | 540 sha256_update(&ctx_256, input, length); in tcg2_create_digest()
|
Completed in 11 milliseconds