/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 18 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 D | benchmark-crypto-hmac.c | 22 size_t chunk_size = (size_t)opaque; in test_hmac_speed() local
|
H A D | benchmark-crypto-hash.c | 19 size_t chunk_size; member
|
/openbmc/u-boot/drivers/crypto/ |
H A D | ace_sha.c | 103 unsigned char *pout, unsigned int chunk_size) in hw_sha256() 110 unsigned char *pout, unsigned int chunk_size) in hw_sha1()
|
H A D | aspeed_hace_v1.c | 118 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 D | aspeed_hace.c | 350 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 D | 163 | 35 chunk_size = '16M' variable in ShrinkBaseClass 151 chunk_size = '256K' variable in TestShrink512
|
/openbmc/u-boot/include/ |
H A D | hash.h | 40 int chunk_size; /* Watchdog chunk size */ member
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 202 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 D | mt7621_spi.c | 140 int chunk_size; in mt7621_spi_xfer() local
|
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ |
H A D | cache-uniphier.c | 154 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 D | vmw_pvscsi.c | 666 uint32_t chunk_size, elmcnt = 0; in pvscsi_convert_sglist() local
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | pxa3xx_nand.c | 204 unsigned int chunk_size; member
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 2255 const size_t chunk_size = 1 * 1024 * 1024; in vhost_save_backend_state() local
|
/openbmc/qemu/hw/net/ |
H A D | vmxnet3.c | 982 size_t chunk_size; in vmxnet3_indicate_packet() local
|
H A D | rtl8139.c | 2186 uint16_t chunk_size = large_send_mss; in rtl8139_cplus_transmit_one() local
|
/openbmc/qemu/block/ |
H A D | qcow2.c | 4796 uint64_t chunk_size = MIN(bytes, s->cluster_size); in qcow2_co_pwritev_compressed_part() local
|