Home
last modified time | relevance | path

Searched refs:hash_update (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/common/
H A Dhash.c217 .hash_update = hw_sha_update,
221 .hash_update = hash_update_sha1,
238 .hash_update = hw_sha_update,
242 .hash_update = hash_update_sha256,
259 .hash_update = hw_sha_update,
263 .hash_update = hash_update_sha384,
280 .hash_update = hw_sha_update,
284 .hash_update = hash_update_sha512,
295 .hash_update = hash_update_crc16_ccitt,
304 .hash_update = hash_update_crc32,
/openbmc/u-boot/lib/rsa/
H A Drsa-checksum.c37 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
43 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c505 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
512 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
552 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
564 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
577 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
588 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw_20_comp.h18 enum icp_qat_hw_comp_20_skip_hash_update hash_update; member
48 QAT_FIELD_SET(val32, csr.hash_update, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
H A Dadf_gen4_dc.c39 hw_comp_lower_csr.hash_update = ICP_QAT_HW_COMP_20_SKIP_HASH_UPDATE_DONT_ALLOW; in qat_comp_build_deflate()
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign_support.h55 int hash_update(void* ctx, const uint8_t* data, size_t size);
H A Dlibcr51sign.h128 int (*hash_update)(void*, const uint8_t*, size_t); member
/openbmc/u-boot/include/
H A Dhash.h61 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
/openbmc/u-boot/drivers/dfu/
H A Ddfu.c151 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain()
311 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign_support.c64 int hash_update(void* ctx, const uint8_t* data, size_t size) in hash_update() function
H A Dlibcr51sign.c243 if (!intf->hash_update) in read_and_hash_update()
256 rv = intf->hash_update((void*)ctx, read_buffer, read_size); in read_and_hash_update()