Searched refs:hash_update (Results 1 – 15 of 15) 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/qemu/crypto/ |
| H A D | hashpriv.h | 25 int (*hash_update)(QCryptoHash *hash, member
|
| H A D | hash-glib.c | 118 .hash_update = qcrypto_glib_hash_update,
|
| H A D | hash-gcrypt.c | 137 .hash_update = qcrypto_gcrypt_hash_update,
|
| H A D | hash-gnutls.c | 142 .hash_update = qcrypto_gnutls_hash_update,
|
| H A D | hash-nettle.c | 186 .hash_update = qcrypto_nettle_hash_update,
|
| H A D | hash-afalg.c | 281 .hash_update = qcrypto_afalg_hash_update,
|
| /openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
| H A D | libcr51sign_support.h | 58 int hash_update(void* ctx, const uint8_t* data, size_t size);
|
| H A D | libcr51sign.h | 146 int (*hash_update)(void*, const uint8_t*, size_t); member
|
| /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/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 | 74 int hash_update(void* ctx, const uint8_t* data, size_t size) in hash_update() function
|
| H A D | libcr51sign.c | 241 if (!intf->hash_update) in read_and_hash_update() 254 rv = intf->hash_update(ctx, read_buffer, read_size); in read_and_hash_update()
|