Searched refs:ecb (Results 1 – 18 of 18) sorted by relevance
81 struct ecb ecb[AHA1740_ECBS]; member100 return (struct ecb *)(((char *) hdata->ecb) + (unsigned int) offset); in ecb_dma_to_cpu()218 struct ecb *ecbptr; in aha1740_intr_handle()361 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()368 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()426 host->ecb[ecbno].datalen = 0; in aha1740_queuecommand_lck()427 host->ecb[ecbno].dataptr = 0; in aha1740_queuecommand_lck()433 host->ecb[ecbno].senselen = 12; in aha1740_queuecommand_lck()438 host->ecb[ecbno].done = done; in aha1740_queuecommand_lck()439 host->ecb[ecbno].SCpnt = SCpnt; in aha1740_queuecommand_lck()[all …]
105 struct ecb { /* Enhanced Control Block 6.1 */ struct
137 struct pkt_control_ecb *ecb; in sl3516_ce_cipher() local227 ecb = (struct pkt_control_ecb *)ce->pctrl; in sl3516_ce_cipher()231 ecb->control.op_mode = rctx->op_dir; in sl3516_ce_cipher()232 ecb->control.cipher_algorithm = ECB_AES; in sl3516_ce_cipher()233 ecb->cipher.header_len = 0; in sl3516_ce_cipher()234 ecb->cipher.algorithm_len = areq->cryptlen; in sl3516_ce_cipher()235 cpu_to_be32_array((__be32 *)ecb->key, (u32 *)op->key, op->keylen / 4); in sl3516_ce_cipher()236 rctx->h = &ecb->cipher; in sl3516_ce_cipher()241 ecb->control.aesnk = op->keylen / 4; in sl3516_ce_cipher()
17 enabled: ecb(aes), cts(cbc(aes)), ecb(sm4) and cts(cbc(sm4)).26 Provides OCS version of ecb(aes) and ecb(sm4)
451 const bool wants_tx = READ_ONCE(scb_o->ecb) & ECB_TE; in shadow_scb()452 bool had_tx = scb_s->ecb & ECB_TE; in shadow_scb()459 scb_s->ecb = 0; in shadow_scb()516 scb_s->ecb |= scb_o->ecb & ECB_HOSTPROTINT; in shadow_scb()524 scb_s->ecb |= scb_o->ecb & ECB_PTF; in shadow_scb()530 scb_s->ecb |= ECB_TE; in shadow_scb()533 scb_s->ecb |= scb_o->ecb & ECB_SPECI; in shadow_scb()550 scb_s->ecb |= scb_o->ecb & ECB_GS; in shadow_scb()638 if (!rc && (scb_s->ecb & ECB_TE)) in map_prefix()767 if (gpa && (scb_s->ecb & ECB_TE)) { in pin_blocks()[all …]
42 #define IS_TE_ENABLED(vcpu) ((vcpu->arch.sie_block->ecb & ECB_TE))
3850 vcpu->arch.sie_block->ecb |= ECB_HOSTPROTINT; in kvm_s390_vcpu_setup()3852 vcpu->arch.sie_block->ecb |= ECB_SRSI; in kvm_s390_vcpu_setup()3854 vcpu->arch.sie_block->ecb |= ECB_PTF; in kvm_s390_vcpu_setup()3856 vcpu->arch.sie_block->ecb |= ECB_TE; in kvm_s390_vcpu_setup()3858 vcpu->arch.sie_block->ecb |= ECB_SPECI; in kvm_s390_vcpu_setup()4914 vcpu->arch.sie_block->ecb |= ECB_GS; in sync_regs_fmt2()
64 vcpu->arch.sie_block->ecb |= ECB_GS; in handle_gs()
110 unsigned int ecb:1; member281 if (rctx->ecb) in mxs_dcp_run_aes()341 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt()394 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt()464 static int mxs_dcp_aes_enqueue(struct skcipher_request *req, int enc, int ecb) in mxs_dcp_aes_enqueue() argument476 rctx->ecb = ecb; in mxs_dcp_aes_enqueue()
697 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
5 nx-aes-ecb.o \
135 __u8 ecb; /* 0x0061 */ member
155 EXPECT_EQ(0, self->sie_block->ecb & ECB_SPECI); in TEST_F()
86 obj-$(CONFIG_CRYPTO_ECB) += ecb.o
264 __u8 ecb; /* 0x0061 */ member
40 - ecb(aes)
1318 1: xcrypt-ecb
Completed in 38 milliseconds