/openbmc/linux/drivers/scsi/ |
H A 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 …]
|
H A D | aha1740.h | 105 struct ecb { /* Enhanced Control Block 6.1 */ struct
|
/openbmc/linux/drivers/crypto/gemini/ |
H A D | sl3516-ce-cipher.c | 137 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()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A 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)
|
/openbmc/linux/arch/s390/kvm/ |
H A D | vsie.c | 450 const bool wants_tx = READ_ONCE(scb_o->ecb) & ECB_TE; in shadow_scb() 451 bool had_tx = scb_s->ecb & ECB_TE; in shadow_scb() 458 scb_s->ecb = 0; in shadow_scb() 515 scb_s->ecb |= scb_o->ecb & ECB_HOSTPROTINT; in shadow_scb() 523 scb_s->ecb |= scb_o->ecb & ECB_PTF; in shadow_scb() 529 scb_s->ecb |= ECB_TE; in shadow_scb() 532 scb_s->ecb |= scb_o->ecb & ECB_SPECI; in shadow_scb() 549 scb_s->ecb |= scb_o->ecb & ECB_GS; in shadow_scb() 637 if (!rc && (scb_s->ecb & ECB_TE)) in map_prefix() 766 if (gpa && (scb_s->ecb & ECB_TE)) { in pin_blocks() [all …]
|
H A D | kvm-s390.h | 24 #define IS_TE_ENABLED(vcpu) ((vcpu->arch.sie_block->ecb & ECB_TE))
|
H A D | kvm-s390.c | 3847 vcpu->arch.sie_block->ecb |= ECB_HOSTPROTINT; in kvm_s390_vcpu_setup() 3849 vcpu->arch.sie_block->ecb |= ECB_SRSI; in kvm_s390_vcpu_setup() 3851 vcpu->arch.sie_block->ecb |= ECB_PTF; in kvm_s390_vcpu_setup() 3853 vcpu->arch.sie_block->ecb |= ECB_TE; in kvm_s390_vcpu_setup() 3855 vcpu->arch.sie_block->ecb |= ECB_SPECI; in kvm_s390_vcpu_setup() 4911 vcpu->arch.sie_block->ecb |= ECB_GS; in sync_regs_fmt2()
|
H A D | priv.c | 64 vcpu->arch.sie_block->ecb |= ECB_GS; in handle_gs()
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 192 ADD_TEST(ecb, aes, 128, chunk); \ in main() 193 ADD_TEST(ecb, aes, 256, chunk); \ in main()
|
/openbmc/linux/drivers/crypto/ |
H A 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()
|
H A D | Kconfig | 650 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | Makefile | 5 nx-aes-ecb.o \
|
/openbmc/openbmc/meta-security/recipes-security/fscryptctl/ |
H A D | fscryptctl_1.1.0.bb | 30 kernel-module-ecb \
|
/openbmc/qemu/qapi/ |
H A D | crypto.json | 112 # @ecb: Electronic Code Book 123 'data': ['ecb', 'cbc', 'xts', 'ctr']}
|
/openbmc/linux/crypto/ |
H A D | Makefile | 89 obj-$(CONFIG_CRYPTO_ECB) += ecb.o
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-base.bb | 273 kernel-module-ecb \
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | 265 __u8 ecb; /* 0x0061 */ member
|
/openbmc/linux/Documentation/crypto/ |
H A D | architecture.rst | 40 - ecb(aes)
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 515 index 6734ecb..ffe7439 100644
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 1185 1: xcrypt-ecb
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 1185 1: xcrypt-ecb
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |