| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 229 size_t chunk_size = 256U; in randombytes_linux_getrandom() local 232 if (size < chunk_size) { in randombytes_linux_getrandom() 233 chunk_size = size; in randombytes_linux_getrandom() 234 assert(chunk_size > (size_t) 0U); in randombytes_linux_getrandom() 236 if (_randombytes_linux_getrandom(buf, chunk_size) != 0) { in randombytes_linux_getrandom() 239 size -= chunk_size; in randombytes_linux_getrandom() 240 buf += chunk_size; in randombytes_linux_getrandom()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 271 size_t chunk_size = 256U; in randombytes_linux_getrandom() local 274 if (size < chunk_size) { in randombytes_linux_getrandom() 275 chunk_size = size; in randombytes_linux_getrandom() 276 assert(chunk_size > (size_t) 0U); in randombytes_linux_getrandom() 278 if (_randombytes_linux_getrandom(buf, chunk_size) != 0) { in randombytes_linux_getrandom() 281 size -= chunk_size; in randombytes_linux_getrandom() 282 buf += chunk_size; in randombytes_linux_getrandom()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 1227 for (; bleft >= chunk_size; bleft -= chunk_size) { in gcm_mode_encrypt_contiguous_blocks_avx() 1234 if (done != chunk_size) { in gcm_mode_encrypt_contiguous_blocks_avx() 1242 out->cd_offset += chunk_size; in gcm_mode_encrypt_contiguous_blocks_avx() 1243 datap += chunk_size; in gcm_mode_encrypt_contiguous_blocks_avx() 1244 ctx->gcm_processed_data_len += chunk_size; in gcm_mode_encrypt_contiguous_blocks_avx() 1297 vmem_free(ct_buf, chunk_size); in gcm_mode_encrypt_contiguous_blocks_avx() 1391 for (bleft = pt_len; bleft >= chunk_size; bleft -= chunk_size) { in gcm_decrypt_final_avx() 1397 if (done != chunk_size) { in gcm_decrypt_final_avx() 1528 for (bleft = auth_data_len; bleft >= chunk_size; bleft -= chunk_size) { in gcm_init_avx() 1529 GHASH_AVX(ctx, datap, chunk_size); in gcm_init_avx() [all …]
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_hw_access.c | 508 int chunk_len, chunks, chunk_size; in otx_cpt_get_resource() local 532 chunk_size = chunk_len * CPT_INST_SIZE + CPT_NEXT_CHUNK_PTR_SIZE; in otx_cpt_get_resource() 544 len += chunks * RTE_ALIGN(chunk_size, 128); in otx_cpt_get_resource() 600 csize = RTE_ALIGN(chunk_size, 128); in otx_cpt_get_resource() 607 chunk_size - 8); in otx_cpt_get_resource() 613 next_ptr = (uint64_t *)(chunk_prev->head + chunk_size - 8); in otx_cpt_get_resource() 619 cptvf->qsize = chunk_size / 8; in otx_cpt_get_resource()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_module.h | 38 size_t chunk_size; member
|
| H A D | ngx_http_v2_module.c | 138 offsetof(ngx_http_v2_loc_conf_t, chunk_size), 421 h2lcf->chunk_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_loc_conf() 436 ngx_conf_merge_size_value(conf->chunk_size, prev->chunk_size, 8 * 1024); in ngx_http_v2_merge_loc_conf()
|
| H A D | ngx_http_v2_filter_module.c | 1496 frame_size = (h2lcf->chunk_size < h2c->frame_size) in ngx_http_v2_send_chain() 1497 ? h2lcf->chunk_size : h2c->frame_size; in ngx_http_v2_send_chain()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_rebuild.c | 636 uint64_t chunk_size; in vdev_rebuild_ranges() local 644 chunk_size = vd->vdev_ops->vdev_op_rebuild_asize(vd, in vdev_rebuild_ranges() 647 error = vdev_rebuild_range(vr, start, chunk_size); in vdev_rebuild_ranges() 651 size -= chunk_size; in vdev_rebuild_ranges() 652 start += chunk_size; in vdev_rebuild_ranges()
|
| H A D | vdev_draid.c | 1822 uint64_t chunk_size = MIN(asize, vdev_psize_to_asize(vd, psize)); in vdev_draid_rebuild_asize() local 1827 chunk_size = MIN(chunk_size, left); in vdev_draid_rebuild_asize() 1829 ASSERT3U(chunk_size % (vdc->vdc_groupwidth << ashift), ==, 0); in vdev_draid_rebuild_asize() 1831 vdev_draid_offset_to_group(vd, start + chunk_size - 1)); in vdev_draid_rebuild_asize() 1833 return (chunk_size); in vdev_draid_rebuild_asize()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchi/message_drivers/ |
| H A D | message.h | 193 …MESSAGE_TX_CHANNEL_T channel, const void *data, uint32_t len, uint32_t chunk_size, const void **au…
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_adminq_cmd.h | 1162 u8 chunk_size; member
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 1569 syn keyword ngxDirectiveThirdParty contained chunk_size
|