Searched refs:ecb (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | aha1740.c | 81 struct ecb ecb[AHA1740_ECBS]; member 92 static inline struct ecb *ecb_dma_to_cpu (struct Scsi_Host *host, in ecb_dma_to_cpu() 100 return (struct ecb *)(((char *) hdata->ecb) + (unsigned int) offset); in ecb_dma_to_cpu() 108 offset = (char *) cpu - (char *) hdata->ecb; in ecb_cpu_to_dma() 218 struct ecb *ecbptr; in aha1740_intr_handle() 287 memset(ecbptr,0,sizeof(struct ecb)); in aha1740_intr_handle() 361 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck() 368 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck() 371 host->ecb[ecbno].cmdw = AHA1740CMD_INIT; /* SCSI Initiator Command in aha1740_queuecommand_lck() 381 host->ecb[ecbno].cdblen = SCpnt->cmd_len; /* SCSI Command in aha1740_queuecommand_lck() [all …]
|
D | aha1740.h | 105 struct ecb { /* Enhanced Control Block 6.1 */ struct
|
/linux-6.1.9/drivers/crypto/gemini/ |
D | sl3516-ce-cipher.c | 133 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-6.1.9/drivers/crypto/keembay/ |
D | Kconfig | 17 enabled: ecb(aes), cts(cbc(aes)), ecb(sm4) and cts(cbc(sm4)). 26 Provides OCS version of ecb(aes) and ecb(sm4)
|
/linux-6.1.9/arch/s390/kvm/ |
D | vsie.c | 440 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() 513 scb_s->ecb |= scb_o->ecb & ECB_PTF; in shadow_scb() 519 scb_s->ecb |= ECB_TE; in shadow_scb() 522 scb_s->ecb |= scb_o->ecb & ECB_SPECI; in shadow_scb() 539 scb_s->ecb |= scb_o->ecb & ECB_GS; in shadow_scb() 631 if (!rc && (scb_s->ecb & ECB_TE)) in map_prefix() 760 if (gpa && (scb_s->ecb & ECB_TE)) { in pin_blocks() [all …]
|
D | kvm-s390.h | 24 #define IS_TE_ENABLED(vcpu) ((vcpu->arch.sie_block->ecb & ECB_TE))
|
D | kvm-s390.c | 3667 vcpu->arch.sie_block->ecb |= ECB_HOSTPROTINT; in kvm_s390_vcpu_setup() 3669 vcpu->arch.sie_block->ecb |= ECB_SRSI; in kvm_s390_vcpu_setup() 3671 vcpu->arch.sie_block->ecb |= ECB_PTF; in kvm_s390_vcpu_setup() 3673 vcpu->arch.sie_block->ecb |= ECB_TE; in kvm_s390_vcpu_setup() 3675 vcpu->arch.sie_block->ecb |= ECB_SPECI; in kvm_s390_vcpu_setup() 4737 vcpu->arch.sie_block->ecb |= ECB_GS; in sync_regs_fmt2()
|
D | priv.c | 65 vcpu->arch.sie_block->ecb |= ECB_GS; in handle_gs()
|
/linux-6.1.9/drivers/crypto/ |
D | mxs-dcp.c | 108 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()
|
D | Kconfig | 687 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
|
/linux-6.1.9/drivers/crypto/nx/ |
D | Makefile | 6 nx-aes-ecb.o \
|
/linux-6.1.9/crypto/ |
D | Makefile | 89 obj-$(CONFIG_CRYPTO_ECB) += ecb.o
|
/linux-6.1.9/arch/s390/include/asm/ |
D | kvm_host.h | 266 __u8 ecb; /* 0x0061 */ member
|
/linux-6.1.9/Documentation/crypto/ |
D | architecture.rst | 40 - ecb(aes)
|
/linux-6.1.9/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 1184 1: xcrypt-ecb
|
/linux-6.1.9/arch/x86/lib/ |
D | x86-opcode-map.txt | 1184 1: xcrypt-ecb
|