Home
last modified time | relevance | path

Searched refs:hash_update (Results 1 – 15 of 15) 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/qemu/crypto/
H A Dhashpriv.h25 int (*hash_update)(QCryptoHash *hash, member
H A Dhash-glib.c118 .hash_update = qcrypto_glib_hash_update,
H A Dhash-gcrypt.c137 .hash_update = qcrypto_gcrypt_hash_update,
H A Dhash-gnutls.c142 .hash_update = qcrypto_gnutls_hash_update,
H A Dhash-nettle.c186 .hash_update = qcrypto_nettle_hash_update,
H A Dhash-afalg.c281 .hash_update = qcrypto_afalg_hash_update,
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign_support.h58 int hash_update(void* ctx, const uint8_t* data, size_t size);
H A Dlibcr51sign.h146 int (*hash_update)(void*, const uint8_t*, size_t); member
/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/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.c74 int hash_update(void* ctx, const uint8_t* data, size_t size) in hash_update() function
H A Dlibcr51sign.c241 if (!intf->hash_update) in read_and_hash_update()
254 rv = intf->hash_update(ctx, read_buffer, read_size); in read_and_hash_update()