Searched refs:ecb (Results 1 – 10 of 10) sorted by relevance
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)
399 scb_s->ecb &= ~(ECB_GS | ECB_TE); in shadow_esa() 486 const bool wants_tx = READ_ONCE(scb_o->ecb) & ECB_TE; in shadow_scb() 487 bool had_tx = scb_s->ecb & ECB_TE; in shadow_scb() 494 scb_s->ecb = 0; in shadow_scb() 556 scb_s->ecb |= scb_o->ecb & ECB_HOSTPROTINT; in shadow_scb() 564 scb_s->ecb |= scb_o->ecb & ECB_PTF; in shadow_scb() 570 scb_s->ecb |= ECB_TE; in shadow_scb() 573 scb_s->ecb | in shadow_scb() [all...]
3717 vcpu->arch.sie_block->ecb |= ECB_HOSTPROTINT; in kvm_s390_vcpu_setup() 3719 vcpu->arch.sie_block->ecb |= ECB_SRSI; in kvm_arch_vcpu_precreate() 3721 vcpu->arch.sie_block->ecb |= ECB_PTF; in kvm_arch_vcpu_precreate() 3723 vcpu->arch.sie_block->ecb |= ECB_TE; in kvm_arch_vcpu_precreate() 3725 vcpu->arch.sie_block->ecb |= ECB_SPECI;4907 vcpu->arch.sie_block->ecb |= ECB_GS; in store_regs_fmt2()
65 vcpu->arch.sie_block->ecb |= ECB_GS; in handle_gs()
5 nx-aes-ecb.o \
105 struct ecb { /* Enhanced Control Block 6.1 */ struct
198 EXPECT_EQ(0, self->sie_block->ecb & ECB_SPECI); in TEST_F()
1401 1: xcrypt-ecb