| /linux-6.15/arch/arm64/crypto/ |
| H A D | sha1-ce-glue.c | 26 u32 finalize; member 52 const u32 sha1_ce_offsetof_finalize = offsetof(struct sha1_ce_state, finalize); 62 sctx->finalize = 0; in sha1_ce_update() 72 bool finalize = !sctx->sst.count && !(len % SHA1_BLOCK_SIZE) && len; in sha1_ce_finup() local 81 sctx->finalize = finalize; in sha1_ce_finup() 84 if (!finalize) in sha1_ce_finup() 96 sctx->finalize = 0; in sha1_ce_final() 114 sctx->finalize = 0; in sha1_ce_import()
|
| H A D | sha2-ce-glue.c | 27 u32 finalize; member 55 finalize); 74 sctx->finalize = 0; in sha256_ce_update() 84 bool finalize = !sctx->sst.count && !(len % SHA256_BLOCK_SIZE) && len; in sha256_ce_finup() local 98 sctx->finalize = finalize; in sha256_ce_finup() 101 if (!finalize) in sha256_ce_finup() 115 sctx->finalize = 0; in sha256_ce_final() 140 sctx->finalize = 0; in sha256_ce_import()
|
| /linux-6.15/drivers/pmdomain/renesas/ |
| H A D | rcar-gen4-sysc.c | 260 goto finalize; in rcar_gen4_sysc_pd_setup() 265 goto finalize; in rcar_gen4_sysc_pd_setup() 270 finalize: in rcar_gen4_sysc_pd_setup()
|
| H A D | rcar-sysc.c | 250 goto finalize; in rcar_sysc_pd_setup() 255 goto finalize; in rcar_sysc_pd_setup() 260 finalize: in rcar_sysc_pd_setup()
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | main.c | 261 if (dt_ops.finalize) in start() 262 ft_addr = dt_ops.finalize(); in start()
|
| H A D | ps3.c | 130 ft_addr = dt_ops.finalize(); in platform_init()
|
| H A D | libfdt-wrapper.c | 170 dt_ops.finalize = fdt_wrapper_finalize; in fdt_init()
|
| H A D | ops.h | 51 unsigned long (*finalize)(void); member
|
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-hash.h | 40 bool finalize; member
|
| H A D | eip93-hash.c | 37 if (rctx->finalize) in eip93_hash_free_data_blocks() 79 if (rctx->finalize || rctx->partial_hash) { in eip93_hash_handle_result() 196 rctx->finalize = false; in __eip93_hash_init() 235 if (rctx->finalize && !rctx->partial_hash) { in eip93_send_hash_req() 467 rctx->finalize = true; in __eip93_hash_final()
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A D | ocs-hcu.c | 445 bool finalize) in ocs_hcu_ll_dma_start() argument 465 if (finalize) in ocs_hcu_ll_dma_start() 479 if (finalize) in ocs_hcu_ll_dma_start()
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | sunxi-mmc.c | 573 bool finalize = false; in sunxi_mmc_irq() local 599 finalize = true; in sunxi_mmc_irq() 602 finalize = true; in sunxi_mmc_irq() 611 if (finalize) in sunxi_mmc_irq() 616 if (finalize && ret == IRQ_HANDLED) in sunxi_mmc_irq()
|
| /linux-6.15/Documentation/driver-api/pldmfw/ |
| H A D | index.rst | 72 actions to finalize the update.
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | get-reg-list.c | 105 if (s->finalize) { in finalize_vcpu() 697 { "sve", .capability = KVM_CAP_ARM_SVE, .feature = KVM_ARM_VCPU_SVE, .finalize = true, \
|
| /linux-6.15/kernel/bpf/ |
| H A D | offload.c | 337 if (offload->offdev->ops->finalize) in bpf_prog_offload_finalize() 338 ret = offload->offdev->ops->finalize(env); in bpf_prog_offload_finalize()
|
| /linux-6.15/Documentation/admin-guide/pm/ |
| H A D | suspend-flows.rst | 207 and often do, trap into the platform firmware in order to finalize the 230 to finalize the suspend transition as needed.
|
| /linux-6.15/drivers/net/netdevsim/ |
| H A D | bpf.c | 287 .finalize = nsim_bpf_finalize,
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | offload.c | 614 .finalize = nfp_bpf_finalize,
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 773 goto finalize; in brcmf_usb_dl_cmd() 783 finalize: in brcmf_usb_dl_cmd()
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_dmap.c | 3578 goto finalize; in dbExtendFS() 3601 goto finalize; in dbExtendFS() 3618 finalize: in dbExtendFS()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | pcm.c | 955 goto finalize; in avs_component_probe() 997 finalize: in avs_component_probe()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | relay.rst | 343 initialize the next sub-buffer if appropriate 2) finalize the previous 459 to finalize and process the last sub-buffers before the channel is
|
| /linux-6.15/drivers/s390/net/ |
| H A D | qeth_core.h | 624 void (*finalize)(struct qeth_card *card, struct qeth_cmd_buffer *iob); member
|
| /linux-6.15/drivers/crypto/inside-secure/ |
| H A D | safexcel.c | 843 goto finalize; in safexcel_dequeue() 874 finalize: in safexcel_dequeue()
|
| /linux-6.15/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 124 bool finalize; member
|