Searched refs:enc (Results 126 - 150 of 202) sorted by relevance

123456789

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dmmu-8xx.h200 unsigned int enc; /* PTE encoding */ member in struct:mmu_psize_def
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h116 struct otx2_cpt_fc_enc_ctx enc; member in struct:otx2_cpt_fc_ctx
/linux-master/include/crypto/
H A Dif_alg.h136 * @enc: Cryptographic operation to be performed when
156 bool enc; member in struct:af_alg_ctx
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h98 int (*control_vblank_irq)(struct dpu_encoder_phys *enc, bool enable);
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c102 int enc)
106 if (enc) {
101 test_skcipher_encdec(struct skcipher_def *sk, int enc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_stream_encoder.h198 void enc32_enable_fifo(struct stream_encoder *enc);
202 struct stream_encoder *enc,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.h713 struct stream_encoder *enc, bool mute);
716 struct stream_encoder *enc,
721 struct stream_encoder *enc);
724 struct stream_encoder *enc);
727 struct stream_encoder *enc,
733 struct stream_encoder *enc);
/linux-master/arch/arm/crypto/
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/drivers/gpu/drm/stm/
H A Dltdc.c494 static inline struct ltdc_device *encoder_to_ltdc(struct drm_encoder *enc) argument
496 return (struct ltdc_device *)enc->dev->dev_private;
664 enum drm_color_encoding enc = state->color_encoding; local
668 if (enc != DRM_COLOR_YCBCR_BT601 && enc != DRM_COLOR_YCBCR_BT709) {
669 DRM_ERROR("color encoding %d not supported, use bt601 by default\n", enc);
671 enc = DRM_COLOR_YCBCR_BT601;
680 DRM_DEBUG_DRIVER("Color encoding=%d, range=%d\n", enc, ran);
682 ltdc_ycbcr2rgb_coeffs[enc][ran][0]);
684 ltdc_ycbcr2rgb_coeffs[enc][ra
[all...]
/linux-master/crypto/
H A Dgcm.c82 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc);
924 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) argument
936 err = crypto_rfc4543_copy_src_to_dst(req, enc);
948 enc ? 0 : authsize, iv);
952 return enc ? crypto_aead_encrypt(subreq) : crypto_aead_decrypt(subreq);
955 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) argument
961 (enc ? 0 : authsize);
H A Dalgif_skcipher.c181 err = ctx->enc ?
197 err = crypto_wait_req(ctx->enc ?
/linux-master/drivers/crypto/
H A Datmel-aes.c1045 static int atmel_aes_xts_fallback(struct skcipher_request *req, bool enc) argument
1057 return enc ? crypto_skcipher_encrypt(&rctx->fallback_req) :
1353 bool enc = atmel_aes_is_encrypt(dd); local
1358 ctx->textlen = req->cryptlen - (enc ? 0 : authsize);
1504 bool enc = atmel_aes_is_encrypt(dd); local
1516 if (enc) {
1824 bool enc = atmel_aes_is_encrypt(dd); local
1853 if (!enc)
1880 bool enc = atmel_aes_is_encrypt(dd); local
1891 if (enc) {
1999 bool enc = (mode & AES_FLAGS_ENCRYPT); local
[all...]
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c2133 static int __set_memory_enc_pgtable(unsigned long addr, int numpages, bool enc) argument
2146 cpa.mask_set = enc ? pgprot_encrypted(empty) : pgprot_decrypted(empty);
2147 cpa.mask_clr = enc ? pgprot_decrypted(empty) : pgprot_encrypted(empty);
2155 if (x86_platform.guest.enc_tlb_flush_required(enc))
2159 if (!x86_platform.guest.enc_status_change_prepare(addr, numpages, enc))
2177 if (!x86_platform.guest.enc_status_change_finish(addr, numpages, enc))
2184 (void *)addr, numpages, enc ? "private" : "shared");
2189 static int __set_memory_enc_dec(unsigned long addr, int numpages, bool enc) argument
2192 return __set_memory_enc_pgtable(addr, numpages, enc);
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_planes.c673 enum drm_color_encoding enc,
680 malidp_hw_write(plane->hwdev, malidp_yuv2rgb_coeffs[enc][range][i],
1007 enum drm_color_encoding enc = DRM_COLOR_YCBCR_BT601; local
1016 enc, range);
1019 malidp_de_set_color_encoding(plane, enc, range);
672 malidp_de_set_color_encoding(struct malidp_plane *plane, enum drm_color_encoding enc, enum drm_color_range range) argument
/linux-master/drivers/mtd/nand/
H A Decc-mtk.c144 u32 dec, enc; local
162 enc = readl(ecc->regs + ecc->caps->ecc_regs[ECC_ENCIRQ_STA])
164 if (enc)
/linux-master/arch/x86/hyperv/
H A Divm.c526 static bool hv_vtom_clear_present(unsigned long kbuffer, int pagecount, bool enc) argument
539 static bool hv_vtom_set_host_visibility(unsigned long kbuffer, int pagecount, bool enc) argument
541 enum hv_mem_host_visibility visibility = enc ?
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c668 static int gcmaes_crypt_by_sg(bool enc, struct aead_request *req, argument
683 if (!enc)
722 err = enc ? skcipher_walk_aead_encrypt(&walk, req, false)
728 if (enc)
739 if (enc)
749 } else if (enc) {
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c247 static int nitrox_skcipher_crypt(struct skcipher_request *skreq, bool enc) argument
264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT);
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva.h237 * @enc: current encoder
268 struct hva_enc *enc; member in struct:hva_ctx
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c417 struct drm_encoder *enc; local
419 list_for_each_entry(enc, &dev->mode_config.encoder_list, head) {
420 struct dcb_output *dcb = nouveau_encoder(enc)->dcb;
424 !enc->crtc &&
/linux-master/tools/bpf/bpftool/
H A Dbtf.c121 const char *enc; local
123 enc = btf_int_enc_str(BTF_INT_ENCODING(v));
129 jsonw_string_field(w, "encoding", enc);
133 enc);
/linux-master/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h253 unsigned int enc; /* PTE encoding */ member in struct:mmu_psize_def
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_internal.h65 struct crypto_sync_skcipher *enc; member in struct:krb5_ctx
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c1244 struct amdgpu_encoder *enc = to_amdgpu_encoder(tmp); local
1246 if ((enc->devices & (ATOM_DEVICE_LCD_SUPPORT)) &&
1247 enc->enc_priv) {
1248 struct amdgpu_encoder_atom_dig *dig = enc->enc_priv;
/linux-master/fs/smb/client/
H A Dsmb2transport.c918 if (!server->secmech.enc) {
929 server->secmech.enc = tfm;
939 crypto_free_aead(server->secmech.enc);
940 server->secmech.enc = NULL;

Completed in 314 milliseconds

123456789