Home
last modified time | relevance | path

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

/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c137 struct pkt_control_ecb *ecb; in sl3516_ce_cipher() local
227 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()
/linux/drivers/crypto/intel/keembay/
H 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/
H A Dvsie.c396 scb_s->ecb &= ~(ECB_GS | ECB_TE); in shadow_esa()
483 const bool wants_tx = READ_ONCE(scb_o->ecb) & ECB_TE; in shadow_scb()
484 bool had_tx = scb_s->ecb & ECB_TE; in shadow_scb()
491 scb_s->ecb = 0; in shadow_scb()
553 scb_s->ecb |= scb_o->ecb & ECB_HOSTPROTINT; in shadow_scb()
561 scb_s->ecb |= scb_o->ecb & ECB_PTF; in shadow_scb()
567 scb_s->ecb |= ECB_TE; in shadow_scb()
570 scb_s->ecb |= scb_o->ecb & ECB_SPECI; in shadow_scb()
587 scb_s->ecb |= scb_o->ecb & ECB_GS; in shadow_scb()
667 if (!rc && (scb_s->ecb & ECB_TE)) in map_prefix()
[all …]
H A Dkvm-s390.c3629 vcpu->arch.sie_block->ecb |= ECB_HOSTPROTINT; in kvm_s390_vcpu_setup()
3631 vcpu->arch.sie_block->ecb |= ECB_SRSI; in kvm_s390_vcpu_setup()
3633 vcpu->arch.sie_block->ecb |= ECB_PTF; in kvm_s390_vcpu_setup()
3635 vcpu->arch.sie_block->ecb |= ECB_TE; in kvm_s390_vcpu_setup()
3637 vcpu->arch.sie_block->ecb |= ECB_SPECI; in kvm_s390_vcpu_setup()
4810 vcpu->arch.sie_block->ecb |= ECB_GS; in sync_regs_fmt2()
/linux/drivers/crypto/nx/
H A DMakefile5 nx-aes-ecb.o \
/linux/drivers/scsi/
H A Daha1740.h105 struct ecb { /* Enhanced Control Block 6.1 */ struct
/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c198 EXPECT_EQ(0, self->sie_block->ecb & ECB_SPECI); in TEST_F()
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt1401 1: xcrypt-ecb
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt1401 1: xcrypt-ecb