Home
last modified time | relevance | path

Searched defs:chunk_size (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c18 static void test_cipher_speed(size_t chunk_size, in test_cipher_speed()
105 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ecb_aes_128() local
113 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ecb_aes_256() local
121 size_t chunk_size = (size_t)opaque; in test_cipher_speed_cbc_aes_128() local
129 size_t chunk_size = (size_t)opaque; in test_cipher_speed_cbc_aes_256() local
137 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ctr_aes_128() local
145 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ctr_aes_256() local
153 size_t chunk_size = (size_t)opaque; in test_cipher_speed_xts_aes_128() local
161 size_t chunk_size = (size_t)opaque; in test_cipher_speed_xts_aes_256() local
H A Dbenchmark-crypto-hmac.c22 size_t chunk_size = (size_t)opaque; in test_hmac_speed() local
H A Dbenchmark-crypto-hash.c19 size_t chunk_size; member
/openbmc/u-boot/drivers/crypto/
H A Dace_sha.c103 unsigned char *pout, unsigned int chunk_size) in hw_sha256()
110 unsigned char *pout, unsigned int chunk_size) in hw_sha1()
H A Daspeed_hace_v1.c118 unsigned char *pout, unsigned int chunk_size) in hw_sha1()
128 unsigned char *pout, unsigned int chunk_size) in hw_sha256()
138 unsigned char *pout, unsigned int chunk_size) in hw_sha384()
148 unsigned char *pout, unsigned int chunk_size) in hw_sha512()
H A Daspeed_hace.c350 unsigned char *pout, unsigned int chunk_size) in hw_sha1()
360 unsigned char *pout, unsigned int chunk_size) in hw_sha256()
370 unsigned char *pout, unsigned int chunk_size) in hw_sha384()
380 unsigned char *pout, unsigned int chunk_size) in hw_sha512()
/openbmc/qemu/tests/qemu-iotests/
H A D16335 chunk_size = '16M' variable in ShrinkBaseClass
151 chunk_size = '256K' variable in TestShrink512
/openbmc/u-boot/include/
H A Dhash.h40 int chunk_size; /* Watchdog chunk size */ member
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c202 unsigned char *pout, unsigned int chunk_size) in hw_sha256()
209 unsigned char *pout, unsigned int chunk_size) in hw_sha1()
/openbmc/u-boot/drivers/spi/
H A Dmt7621_spi.c140 int chunk_size; in mt7621_spi_xfer() local
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c154 u32 chunk_size = min_t(u32, size, UNIPHIER_SSC_RANGE_OP_MAX_SIZE); in uniphier_cache_maint_range() local
/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.c666 uint32_t chunk_size, elmcnt = 0; in pvscsi_convert_sglist() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c204 unsigned int chunk_size; member
/openbmc/qemu/hw/virtio/
H A Dvhost.c2255 const size_t chunk_size = 1 * 1024 * 1024; in vhost_save_backend_state() local
/openbmc/qemu/hw/net/
H A Dvmxnet3.c982 size_t chunk_size; in vmxnet3_indicate_packet() local
H A Drtl8139.c2186 uint16_t chunk_size = large_send_mss; in rtl8139_cplus_transmit_one() local
/openbmc/qemu/block/
H A Dqcow2.c4796 uint64_t chunk_size = MIN(bytes, s->cluster_size); in qcow2_co_pwritev_compressed_part() local