/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha1740.c | 77 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() 347 /* locate an available ecb */ in aha1740_queuecommand_lck() 353 if (!host->ecb[ecbn in aha1740_queuecommand_lck() [all...] |
/kernel/linux/linux-6.6/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() 355 /* locate an available ecb */ in aha1740_queuecommand_lck() 361 if (!host->ecb[ecbn in aha1740_queuecommand_lck() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | IntEqClasses.cpp | 34 unsigned ecb = EC[b]; in join() local 38 while (eca != ecb) in join() 39 if (eca < ecb) { in join() 41 b = ecb; in join() 42 ecb = EC[b]; in join() 44 EC[a] = ecb; in join()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia_aesni_avx2_glue.c | 40 .fn_u = { .ecb = camellia_ecb_enc_32way } 43 .fn_u = { .ecb = camellia_ecb_enc_16way } 46 .fn_u = { .ecb = camellia_enc_blk_2way } 49 .fn_u = { .ecb = camellia_enc_blk } 94 .fn_u = { .ecb = camellia_ecb_dec_32way } 97 .fn_u = { .ecb = camellia_ecb_dec_16way } 100 .fn_u = { .ecb = camellia_dec_blk_2way } 103 .fn_u = { .ecb = camellia_dec_blk }
|
H A D | serpent_avx2_glue.c | 45 .fn_u = { .ecb = serpent_ecb_enc_16way } 48 .fn_u = { .ecb = serpent_ecb_enc_8way_avx } 51 .fn_u = { .ecb = __serpent_encrypt } 93 .fn_u = { .ecb = serpent_ecb_dec_16way } 96 .fn_u = { .ecb = serpent_ecb_dec_8way_avx } 99 .fn_u = { .ecb = __serpent_decrypt }
|
H A D | camellia_aesni_avx_glue.c | 60 .fn_u = { .ecb = camellia_ecb_enc_16way } 63 .fn_u = { .ecb = camellia_enc_blk_2way } 66 .fn_u = { .ecb = camellia_enc_blk } 105 .fn_u = { .ecb = camellia_ecb_dec_16way } 108 .fn_u = { .ecb = camellia_dec_blk_2way } 111 .fn_u = { .ecb = camellia_dec_blk }
|
H A D | twofish_avx_glue.c | 88 .fn_u = { .ecb = twofish_ecb_enc_8way } 91 .fn_u = { .ecb = twofish_enc_blk_3way } 94 .fn_u = { .ecb = twofish_enc_blk } 133 .fn_u = { .ecb = twofish_ecb_dec_8way } 136 .fn_u = { .ecb = twofish_dec_blk_3way } 139 .fn_u = { .ecb = twofish_dec_blk }
|
H A D | twofish_glue_3way.c | 101 .fn_u = { .ecb = twofish_enc_blk_3way } 104 .fn_u = { .ecb = twofish_enc_blk } 127 .fn_u = { .ecb = twofish_dec_blk_3way } 130 .fn_u = { .ecb = twofish_dec_blk } 174 .base.cra_name = "ecb(twofish)", 175 .base.cra_driver_name = "ecb-twofish-3way",
|
H A D | serpent_sse2_glue.c | 11 * CBC & ECB parts based on code (crypto/cbc.c,ecb.c) by: 88 .fn_u = { .ecb = serpent_enc_blk_xway } 91 .fn_u = { .ecb = __serpent_encrypt } 114 .fn_u = { .ecb = serpent_dec_blk_xway } 117 .fn_u = { .ecb = __serpent_decrypt }
|
H A D | serpent_avx_glue.c | 105 .fn_u = { .ecb = serpent_ecb_enc_8way_avx } 108 .fn_u = { .ecb = __serpent_encrypt } 144 .fn_u = { .ecb = serpent_ecb_dec_8way_avx } 147 .fn_u = { .ecb = __serpent_decrypt }
|
H A D | cast6_avx_glue.c | 70 .fn_u = { .ecb = cast6_ecb_enc_8way } 73 .fn_u = { .ecb = __cast6_encrypt } 109 .fn_u = { .ecb = cast6_ecb_dec_8way } 112 .fn_u = { .ecb = __cast6_decrypt }
|
/kernel/linux/linux-6.6/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()
|
/third_party/lame/libmp3lame/ |
H A D | psymodel.c | 1078 FLOAT x, ecb, avg_mask; in vbrpsy_compute_masking_s() local 1083 ecb = gds->s3[j] * eb[kk] * tab[mask_idx_s[kk]]; in vbrpsy_compute_masking_s() 1089 ecb = vbrpsy_mask_add(ecb, x, kk - b, delta); in vbrpsy_compute_masking_s() 1094 ecb *= avg_mask; in vbrpsy_compute_masking_s() 1100 FLOAT const tm = (t2 > 0) ? Min(ecb, t2) : ecb; in vbrpsy_compute_masking_s() 1101 thr[b] = (t1 > 0) ? NS_INTERP(Min(tm, t1), ecb, 0.6) : ecb; in vbrpsy_compute_masking_s() 1106 thr[b] = (t1 > 0) ? NS_INTERP(Min(ecb, t in vbrpsy_compute_masking_s() 1166 FLOAT x, ecb, avg_mask, t; vbrpsy_compute_masking_l() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 53 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 256, 128, 0, block) 55 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 192, 128, 0, block) 57 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 46 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 256, 128, 0, block) 48 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 192, 128, 0, block) 50 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block) 54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block) 56 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aes_hw.c | 41 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 79 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 152 PROV_CIPHER_HW_aes_mode(ecb)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 53 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 256, 128, 0, block) 55 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 192, 128, 0, block) 57 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 46 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 256, 128, 0, block) 48 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 192, 128, 0, block) 50 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block) 54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block) 56 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aes_hw.c | 41 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 79 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 152 PROV_CIPHER_HW_aes_mode(ecb)
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | alphacpuid.pl | 182 ecb ($out) 193 ecb ($out) 217 ecb ($out) 229 ecb ($out)
|
/third_party/openssl/crypto/ |
H A D | alphacpuid.pl | 182 ecb ($out) 193 ecb ($out) 217 ecb ($out) 229 ecb ($out)
|
/kernel/linux/linux-6.6/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 in shadow_scb() [all...] |
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | vsie.c | 441 const bool wants_tx = READ_ONCE(scb_o->ecb) & ECB_TE; in shadow_scb() 442 bool had_tx = scb_s->ecb & ECB_TE; in shadow_scb() 449 scb_s->ecb = 0; in shadow_scb() 506 scb_s->ecb |= scb_o->ecb & ECB_HOSTPROTINT; in shadow_scb() 512 scb_s->ecb |= ECB_TE; in shadow_scb() 530 scb_s->ecb |= scb_o->ecb & ECB_GS; in shadow_scb() 622 if (!rc && (scb_s->ecb & ECB_TE)) in map_prefix() 751 if (gpa && (scb_s->ecb in pin_blocks() [all...] |