Home
last modified time | relevance | path

Searched refs:ecb (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/scsi/
A Daha1740.c77 struct ecb ecb[AHA1740_ECBS]; member
96 return (struct ecb *)(((char *) hdata->ecb) + (unsigned int) offset); in ecb_dma_to_cpu()
214 struct ecb *ecbptr; in aha1740_intr_handle()
357 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
364 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
422 host->ecb[ecbno].datalen = 0; in aha1740_queuecommand_lck()
423 host->ecb[ecbno].dataptr = 0; in aha1740_queuecommand_lck()
429 host->ecb[ecbno].senselen = 12; in aha1740_queuecommand_lck()
434 host->ecb[ecbno].done = done; in aha1740_queuecommand_lck()
435 host->ecb[ecbno].SCpnt = SCpnt; in aha1740_queuecommand_lck()
[all …]
A Daha1740.h105 struct ecb { /* Enhanced Control Block 6.1 */ struct
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c133 struct pkt_control_ecb *ecb; in sl3516_ce_cipher() local
223 ecb = (struct pkt_control_ecb *)ce->pctrl; in sl3516_ce_cipher()
227 ecb->control.op_mode = rctx->op_dir; in sl3516_ce_cipher()
228 ecb->control.cipher_algorithm = ECB_AES; in sl3516_ce_cipher()
229 ecb->cipher.header_len = 0; in sl3516_ce_cipher()
230 ecb->cipher.algorithm_len = areq->cryptlen; in sl3516_ce_cipher()
231 cpu_to_be32_array((__be32 *)ecb->key, (u32 *)op->key, op->keylen / 4); in sl3516_ce_cipher()
232 rctx->h = &ecb->cipher; in sl3516_ce_cipher()
237 ecb->control.aesnk = op->keylen / 4; in sl3516_ce_cipher()
/linux/drivers/crypto/keembay/
A DKconfig17 enabled: ecb(aes), cts(cbc(aes)), ecb(sm4) and cts(cbc(sm4)).
26 Provides OCS version of ecb(aes) and ecb(sm4)
/linux/arch/s390/kvm/
A Dvsie.c440 const bool wants_tx = READ_ONCE(scb_o->ecb) & ECB_TE; in shadow_scb()
441 bool had_tx = scb_s->ecb & ECB_TE; in shadow_scb()
448 scb_s->ecb = 0; in shadow_scb()
505 scb_s->ecb |= scb_o->ecb & ECB_HOSTPROTINT; in shadow_scb()
511 scb_s->ecb |= ECB_TE; in shadow_scb()
514 scb_s->ecb |= scb_o->ecb & ECB_SPECI; in shadow_scb()
531 scb_s->ecb |= scb_o->ecb & ECB_GS; in shadow_scb()
621 if (!rc && (scb_s->ecb & ECB_TE)) in map_prefix()
750 if (gpa && (scb_s->ecb & ECB_TE)) { in pin_blocks()
800 if (((scb_s->ecb & ECB_GS) && !(scb_s->ecd & ECD_HOSTREGMGMT)) || in pin_blocks()
A Dkvm-s390.h24 #define IS_TE_ENABLED(vcpu) ((vcpu->arch.sie_block->ecb & ECB_TE))
A Dkvm-s390.c3220 vcpu->arch.sie_block->ecb |= ECB_HOSTPROTINT; in kvm_s390_vcpu_setup()
3222 vcpu->arch.sie_block->ecb |= ECB_SRSI; in kvm_s390_vcpu_setup()
3224 vcpu->arch.sie_block->ecb |= ECB_TE; in kvm_s390_vcpu_setup()
3226 vcpu->arch.sie_block->ecb |= ECB_SPECI; in kvm_s390_vcpu_setup()
4282 vcpu->arch.sie_block->ecb |= ECB_GS; in sync_regs_fmt2()
A Dpriv.c66 vcpu->arch.sie_block->ecb |= ECB_GS; in handle_gs()
/linux/drivers/crypto/
A Dmxs-dcp.c108 unsigned int ecb:1; member
268 if (rctx->ecb) in mxs_dcp_run_aes()
325 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt()
378 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt()
448 static int mxs_dcp_aes_enqueue(struct skcipher_request *req, int enc, int ecb) in mxs_dcp_aes_enqueue() argument
460 rctx->ecb = ecb; in mxs_dcp_aes_enqueue()
A DKconfig785 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
/linux/drivers/crypto/nx/
A DMakefile6 nx-aes-ecb.o \
/linux/crypto/
A DMakefile88 obj-$(CONFIG_CRYPTO_ECB) += ecb.o
/linux/arch/s390/include/asm/
A Dkvm_host.h250 __u8 ecb; /* 0x0061 */ member
/linux/Documentation/crypto/
A Darchitecture.rst40 - ecb(aes)
/linux/arch/x86/lib/
A Dx86-opcode-map.txt1099 1: xcrypt-ecb
/linux/tools/arch/x86/lib/
A Dx86-opcode-map.txt1099 1: xcrypt-ecb
/linux/
A Dmodules.builtin.modinfo1 …cbc(aes)�aes_glue_ce.alias=cbc(aes)�aes_glue_ce.alias=crypto-ecb(aes)�aes_glue_ce.alias=ecb(aes)�a…

Completed in 51 milliseconds