Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Daha1740.c77 struct ecb ecb[AHA1740_ECBS]; member
88 static inline struct ecb *ecb_dma_to_cpu (struct Scsi_Host *host, in ecb_dma_to_cpu()
96 return (struct ecb *)(((char *) hdata->ecb) + (unsigned int) offset); in ecb_dma_to_cpu()
104 offset = (char *) cpu - (char *) hdata->ecb; in ecb_cpu_to_dma()
213 struct ecb *ecbptr; in aha1740_intr_handle()
279 memset(ecbptr,0,sizeof(struct ecb)); in aha1740_intr_handle()
352 if (!host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
359 if (host->ecb[ecbno].cmdw) in aha1740_queuecommand_lck()
362 host->ecb[ecbno].cmdw = AHA1740CMD_INIT; /* SCSI Initiator Command in aha1740_queuecommand_lck()
372 host->ecb[ecbno].cdblen = SCpnt->cmd_len; /* SCSI Command in aha1740_queuecommand_lck()
[all …]
Daha1740.h104 struct ecb { /* Enhanced Control Block 6.1 */ struct
/linux-4.1.27/arch/x86/crypto/
Dcamellia_aesni_avx2_glue.c52 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_ecb_enc_32way) }
55 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_ecb_enc_16way) }
58 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk_2way) }
61 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) }
106 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_ecb_dec_32way) }
109 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_ecb_dec_16way) }
112 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_dec_blk_2way) }
115 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_dec_blk) }
Dtwofish_glue_3way.c108 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }
111 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk) }
121 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_ctr_3way) }
124 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_ctr) }
134 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk_3way) }
137 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk) }
Dtwofish_avx_glue.c91 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_ecb_enc_8way) }
94 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk_3way) }
97 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_enc_blk) }
136 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_ecb_dec_8way) }
139 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk_3way) }
142 .fn_u = { .ecb = GLUE_FUNC_CAST(twofish_dec_blk) }
Dserpent_avx2_glue.c50 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_ecb_enc_16way) }
53 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_ecb_enc_8way_avx) }
56 .fn_u = { .ecb = GLUE_FUNC_CAST(__serpent_encrypt) }
98 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_ecb_dec_16way) }
101 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_ecb_dec_8way_avx) }
104 .fn_u = { .ecb = GLUE_FUNC_CAST(__serpent_decrypt) }
Dcamellia_aesni_avx_glue.c74 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_ecb_enc_16way) }
77 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk_2way) }
80 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) }
119 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_ecb_dec_16way) }
122 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_dec_blk_2way) }
125 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_dec_blk) }
Dcast6_avx_glue.c89 .fn_u = { .ecb = GLUE_FUNC_CAST(cast6_ecb_enc_8way) }
92 .fn_u = { .ecb = GLUE_FUNC_CAST(__cast6_encrypt) }
128 .fn_u = { .ecb = GLUE_FUNC_CAST(cast6_ecb_dec_8way) }
131 .fn_u = { .ecb = GLUE_FUNC_CAST(__cast6_decrypt) }
Dserpent_avx_glue.c102 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_ecb_enc_8way_avx) }
105 .fn_u = { .ecb = GLUE_FUNC_CAST(__serpent_encrypt) }
141 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_ecb_dec_8way_avx) }
144 .fn_u = { .ecb = GLUE_FUNC_CAST(__serpent_decrypt) }
Dserpent_sse2_glue.c96 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_enc_blk_xway) }
99 .fn_u = { .ecb = GLUE_FUNC_CAST(__serpent_encrypt) }
122 .fn_u = { .ecb = GLUE_FUNC_CAST(serpent_dec_blk_xway) }
125 .fn_u = { .ecb = GLUE_FUNC_CAST(__serpent_decrypt) }
Dcamellia_glue.c1330 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk_2way) }
1333 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_enc_blk) }
1356 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_dec_blk_2way) }
1359 .fn_u = { .ecb = GLUE_FUNC_CAST(camellia_dec_blk) }
Dglue_helper.c60 gctx->funcs[i].fn_u.ecb(ctx, wdst, in __glue_ecb_crypt_128bit()
/linux-4.1.27/drivers/crypto/nx/
DMakefile5 nx-aes-ecb.o \
/linux-4.1.27/drivers/crypto/
Dmxs-dcp.c94 unsigned int ecb:1; member
227 if (rctx->ecb) in mxs_dcp_run_aes()
280 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt()
395 static int mxs_dcp_aes_enqueue(struct ablkcipher_request *req, int enc, int ecb) in mxs_dcp_aes_enqueue() argument
407 rctx->ecb = ecb; in mxs_dcp_aes_enqueue()
/linux-4.1.27/arch/x86/include/asm/crypto/
Dglue_helper.h28 common_glue_func_t ecb; member
/linux-4.1.27/crypto/
DMakefile52 obj-$(CONFIG_CRYPTO_ECB) += ecb.o
/linux-4.1.27/Documentation/device-mapper/
Ddm-crypt.txt19 twofish-ecb
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.h26 #define IS_TE_ENABLED(vcpu) ((vcpu->arch.sie_block->ecb & 0x10))
Dkvm-s390.c1324 vcpu->arch.sie_block->ecb = 6; in kvm_arch_vcpu_setup()
1326 vcpu->arch.sie_block->ecb |= 0x10; in kvm_arch_vcpu_setup()
/linux-4.1.27/arch/s390/include/asm/
Dkvm_host.h136 __u8 ecb; /* 0x0061 */ member
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt966 1: xcrypt-ecb