Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dsha256_generic.c39 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_update()
56 sha256_update(shash_desc_ctx(desc), data, len); in crypto_sha256_finup()
/openbmc/linux/lib/crypto/
H A Dsha256.c134 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len) in sha256_update() function
138 EXPORT_SYMBOL(sha256_update);
163 sha256_update(&sctx, data, len); in sha256()
/openbmc/u-boot/drivers/mmc/
H A Drpmb.c210 sha256_update(&ctx, k_ipad, SHA256_BLOCK_SIZE); in rpmb_hmac()
211 sha256_update(&ctx, buff, len); in rpmb_hmac()
218 sha256_update(&ctx, k_opad, SHA256_BLOCK_SIZE); in rpmb_hmac()
221 sha256_update(&ctx, output, RPMB_SZ_MAC); in rpmb_hmac()
/openbmc/linux/arch/s390/purgatory/
H A Dpurgatory.c25 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
/openbmc/u-boot/include/u-boot/
H A Dsha256.h19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
/openbmc/linux/arch/riscv/purgatory/
H A Dpurgatory.c29 sha256_update(&ss, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
/openbmc/linux/arch/x86/purgatory/
H A Dpurgatory.c34 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
/openbmc/u-boot/lib/
H 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()
H A Dtpm-v2.c102 sha256_update(&ctx_256, input, length); in tcg2_create_digest()
/openbmc/linux/include/crypto/
H A Dsha2.h115 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len);
/openbmc/qemu/crypto/
H A Dhash-nettle.c73 .write = (qcrypto_nettle_write)sha256_update,
/openbmc/u-boot/common/
H A Dhash.c73 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c598 sha256_update(&hash256_text, buff, image_size_to_hash); in check_image_header()
/openbmc/u-boot/tools/
H A Dmtk_image.c640 sha256_update(&ctx, buff, size); in put_hash()
/openbmc/linux/tools/testing/cxl/test/
H A Dmem.c1511 sha256_update(&sctx, mdata->fw, mdata->fw_size); in fw_buf_checksum_show()