Searched refs:hash_update (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/common/ |
H A D | hash.c | 217 .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 D | rsa-checksum.c | 37 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 D | fsl_validate.c | 505 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 D | icp_qat_hw_20_comp.h | 18 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 D | adf_gen4_dc.c | 39 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 D | libcr51sign_support.h | 55 int hash_update(void* ctx, const uint8_t* data, size_t size);
|
H A D | libcr51sign.h | 128 int (*hash_update)(void*, const uint8_t*, size_t); member
|
/openbmc/u-boot/include/ |
H A D | hash.h | 61 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu.c | 151 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 D | libcr51sign_support.c | 64 int hash_update(void* ctx, const uint8_t* data, size_t size) in hash_update() function
|
H A D | libcr51sign.c | 243 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()
|