Searched refs:enc (Results 1 - 25 of 202) sorted by path

123456789

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h94 struct enc_context enc; member in struct:fc_context
/linux-master/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_link_encoder.h32 struct link_encoder *enc, const struct encoder_init_data *init_data);
H A Dvirtual_stream_encoder.h35 struct stream_encoder *enc,
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h113 #define get_tv_norm(enc) (&nv17_tv_norms[to_tv_enc(enc)->tv_norm])
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr3.c29 u8 enc; member in struct:ramxlat
37 return xlat->enc;
H A Dsddr2.c30 u8 enc; member in struct:ramxlat
38 return xlat->enc;
H A Dsddr3.c30 u8 enc; member in struct:ramxlat
38 return xlat->enc;
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c372 switch (csc->out_cs.enc) {
/linux-master/drivers/media/pci/solo6x10/
H A DMakefile3 solo6x10-tw28.o solo6x10-gpio.o solo6x10-disp.o solo6x10-enc.o \
4 solo6x10-v4l2-enc.o solo6x10-g723.o solo6x10-eeprom.o
/linux-master/arch/arm/crypto/
H A Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
48 .if \enc
63 .if \enc
H A Dghash-ce-core.S196 .macro ghash_update, pn, enc, aggregate=1, head=1
217 .ifnb \enc
218 \enc\()_4x XL2, XM2, T2, T3
295 .ifnb \enc
296 \enc\()_1x T1
539 ghash_update p64, enc, head=0
/linux-master/arch/arm64/crypto/
H A Daes-ce-ccm-core.S47 .macro aes_ccm_do_crypt,enc
66 .if \enc == 1
67 eor v2.16b, v2.16b, v5.16b /* final round enc+mac */
71 eor v6.16b, v2.16b, v5.16b /* final round enc */
85 eor v1.16b, v1.16b, v5.16b /* final round enc */
H A Daes-ce.S77 .macro round_Nx, enc, k, i0, i1, i2, i3, i4
78 .ifc \enc, e
112 .macro do_block_Nx, enc, rounds, i0, i1, i2, i3, i4
116 round_Nx \enc, v17, \i0, \i1, \i2, \i3, \i4
117 round_Nx \enc, v18, \i0, \i1, \i2, \i3, \i4
118 1111: round_Nx \enc, v19, \i0, \i1, \i2, \i3, \i4
119 round_Nx \enc, v20, \i0, \i1, \i2, \i3, \i4
121 round_Nx \enc, \key, \i0, \i1, \i2, \i3, \i4
123 fin_round_Nx \enc, v30, v31, \i0, \i1, \i2, \i3, \i4
H A Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0
60 __pair\enc \sz, \op, w14, w15, \in1, \in2, \in0, 8
61 __pair\enc \sz, \op, w16, w17, \in2, \in3, \in1, 16
62 __pair\enc \sz, \op, \t0, \t1, \in3, \in0, \in2, 24
H A Daes-neon.S81 .macro mix_columns, in, enc
82 .if \enc == 0
98 .macro do_block, enc, in, rounds, rk, rkp, i
109 mix_columns \in, \enc
180 .macro mix_columns_2x, in0, in1, enc
181 .if \enc == 0
205 .macro do_block_4x, enc, in0, in1, in2, in3, rounds, rk, rkp, i
222 mix_columns_2x \in0, \in1, \enc
223 mix_columns_2x \in2, \in3, \enc
H A Daes-neonbs-glue.c65 u32 enc[AES_MAX_KEYLENGTH_U32]; member in struct:aesbs_cbc_ctr_ctx
146 memcpy(ctx->enc, rk.key_enc, sizeof(ctx->enc));
171 ctx->enc, ctx->key.rounds, blocks,
237 neon_aes_ctr_encrypt(dst, src, ctx->enc, ctx->key.rounds,
H A Dghash-ce-core.S438 .macro pmull_gcm_do_crypt, enc
517 2: .if \enc == 0
525 .if \enc == 1
547 .if \enc == 1
591 .if \enc == 1
/linux-master/arch/arm64/kvm/
H A Demulate-nested.c1791 for (u32 enc = cgt->encoding; enc <= cgt->end; enc = encoding_next(enc)) {
1792 prev = xa_store(&sr_forward_xa, enc,
/linux-master/arch/mips/include/asm/
H A Dasmmacro.h29 .macro insn32_if_mm enc
31 .hword ((\enc) >> 16)
32 .hword ((\enc) & 0xffff)
35 .macro insn_if_mips enc
38 .macro insn32_if_mm enc
41 .macro insn_if_mips enc
43 .word (\enc)
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c201 static int p10_aes_gcm_crypt(struct aead_request *req, int enc) argument
253 if (enc)
263 if (enc)
288 if (enc)
H A Daes-spe-glue.c180 static int ppc_ecb_crypt(struct skcipher_request *req, bool enc) argument
195 if (enc)
219 static int ppc_cbc_crypt(struct skcipher_request *req, bool enc) argument
234 if (enc)
286 static int ppc_xts_crypt(struct skcipher_request *req, bool enc) argument
303 if (enc)
H A Daes_cbc.c71 static int p8_aes_cbc_crypt(struct skcipher_request *req, int enc) argument
84 return enc ? crypto_skcipher_encrypt(subreq) :
96 enc ? &ctx->enc_key : &ctx->dec_key,
97 walk.iv, enc);
H A Daes_xts.c78 static int p8_aes_xts_crypt(struct skcipher_request *req, int enc) argument
95 return enc ? crypto_skcipher_encrypt(subreq) :
117 if (enc)
H A Daesp8-ppc.h23 const struct aes_key *key, u8 *iv, const int enc);
H A Daesp8-ppc.pl535 my ($inp,$out,$len,$key,$ivp,$enc,$rounds,$idx)=map("r$_",(3..10));
544 cmpwi $enc,0 # test direction
677 neg $enc,$ivp # write [unaligned] iv
682 ?lvsl $outperm,0,$enc

Completed in 264 milliseconds

123456789