/openbmc/linux/crypto/ |
H A D | sha256_generic.c | 39 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 D | sha256.c | 134 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 D | rpmb.c | 210 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 D | purgatory.c | 25 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
|
/openbmc/u-boot/include/u-boot/ |
H A D | sha256.h | 19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length);
|
/openbmc/linux/arch/riscv/purgatory/ |
H A D | purgatory.c | 29 sha256_update(&ss, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
|
/openbmc/linux/arch/x86/purgatory/ |
H A D | purgatory.c | 34 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
|
/openbmc/u-boot/lib/ |
H 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()
|
H A D | tpm-v2.c | 102 sha256_update(&ctx_256, input, length); in tcg2_create_digest()
|
/openbmc/linux/include/crypto/ |
H A D | sha2.h | 115 void sha256_update(struct sha256_state *sctx, const u8 *data, unsigned int len);
|
/openbmc/qemu/crypto/ |
H A D | hash-nettle.c | 73 .write = (qcrypto_nettle_write)sha256_update,
|
/openbmc/u-boot/common/ |
H A D | hash.c | 73 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | bubt.c | 598 sha256_update(&hash256_text, buff, image_size_to_hash); in check_image_header()
|
/openbmc/u-boot/tools/ |
H A D | mtk_image.c | 640 sha256_update(&ctx, buff, size); in put_hash()
|
/openbmc/linux/tools/testing/cxl/test/ |
H A D | mem.c | 1511 sha256_update(&sctx, mdata->fw, mdata->fw_size); in fw_buf_checksum_show()
|