Home
last modified time | relevance | path

Searched defs:enc (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h71 static inline struct nouveau_encoder *nouveau_encoder(struct drm_encoder *enc) in nouveau_encoder()
78 static inline struct drm_encoder *to_drm_encoder(struct nouveau_encoder *enc) in to_drm_encoder()
84 get_slave_funcs(struct drm_encoder *enc) in get_slave_funcs()
Dnouveau_connector.c64 struct drm_encoder *enc; in find_encoder() local
/linux-4.4.14/crypto/
Dauthenc.c29 struct crypto_skcipher_spawn enc; member
35 struct crypto_ablkcipher *enc; member
86 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_setkey() local
202 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_encrypt() local
321 struct crypto_ablkcipher *enc; in crypto_authenc_init_tfm() local
387 struct crypto_alg *enc; in crypto_authenc_create() local
Dauthencesn.c32 struct crypto_skcipher_spawn enc; member
38 struct crypto_ablkcipher *enc; member
68 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_esn_setkey() local
199 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_esn_encrypt() local
334 struct crypto_ablkcipher *enc; in crypto_authenc_esn_init_tfm() local
403 struct crypto_alg *enc; in crypto_authenc_esn_create() local
Dtcrypt.c94 static int test_cipher_jiffies(struct blkcipher_desc *desc, int enc, in test_cipher_jiffies()
117 static int test_cipher_cycles(struct blkcipher_desc *desc, int enc, in test_cipher_cycles()
178 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies()
201 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles()
301 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed()
457 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed()
1037 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, in test_acipher_jiffies()
1062 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, in test_acipher_cycles()
1109 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed()
Dtestmgr.c82 } enc, dec; member
89 } enc, dec; member
427 static int __test_aead(struct crypto_aead *tfm, int enc, in __test_aead()
817 static int test_aead(struct crypto_aead *tfm, int enc, in test_aead()
850 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher()
925 static int __test_skcipher(struct crypto_skcipher *tfm, int enc, in __test_skcipher()
1183 static int test_skcipher(struct crypto_skcipher *tfm, int enc, in test_skcipher()
Dalgif_aead.c51 bool enc; member
178 bool enc = 0; in aead_sendmsg() local
Dalgif_skcipher.c53 bool enc; member
307 bool enc = 0; in skcipher_sendmsg() local
Dgcm.c1049 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) in crypto_rfc4543_crypt()
1080 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) in crypto_rfc4543_copy_src_to_dst()
/linux-4.4.14/arch/arm/crypto/
Daesbs-glue.c43 struct AES_KEY enc; member
48 struct BS_KEY enc; member
52 struct BS_KEY enc; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dsddr2.c29 u8 enc; member
Dsddr3.c29 u8 enc; member
Dgddr3.c29 u8 enc; member
/linux-4.4.14/drivers/crypto/nx/
Dnx-aes-gcm.c255 int enc) in gcm_empty()
320 static int gcm_aes_nx_crypt(struct aead_request *req, int enc, in gcm_aes_nx_crypt()
Dnx-aes-ecb.c69 int enc) in ecb_aes_nx_crypt()
Dnx-aes-cbc.c69 int enc) in cbc_aes_nx_crypt()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_encoder_slave.c128 get_slave_funcs(struct drm_encoder *enc) in get_slave_funcs()
/linux-4.4.14/tools/perf/util/
Dunwind-libunwind.c155 #define dw_read_encoded_value(ptr, end, enc) ({ \ argument
230 u64 enc[2]; member
246 u8 *enc = (u8 *) &hdr.enc; in unwind_spec_ehframe() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acpi.c376 struct amdgpu_encoder *enc = atif->encoder_for_bl; in amdgpu_atif_handler() local
716 struct amdgpu_encoder *enc = to_amdgpu_encoder(tmp); in amdgpu_acpi_init() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_acpi.c376 struct radeon_encoder *enc = atif->encoder_for_bl; in radeon_atif_handler() local
723 struct radeon_encoder *enc = to_radeon_encoder(tmp); in radeon_acpi_init() local
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1021 struct iw_point *enc = &data->encoding; in gelic_wl_set_encode() local
1095 struct iw_point *enc = &data->encoding; in gelic_wl_get_encode() local
1206 struct iw_point *enc = &data->encoding; in gelic_wl_set_encodeext() local
1296 struct iw_point *enc = &data->encoding; in gelic_wl_get_encodeext() local
/linux-4.4.14/drivers/crypto/
Dmxs-dcp.c93 unsigned int enc:1; member
375 static int mxs_dcp_block_fallback(struct ablkcipher_request *req, int enc) in mxs_dcp_block_fallback()
395 static int mxs_dcp_aes_enqueue(struct ablkcipher_request *req, int enc, int ecb) in mxs_dcp_aes_enqueue()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c72 } enc; member
86 } enc; member
/linux-4.4.14/arch/x86/crypto/
Dcast5_avx_glue.c60 bool enc) in ecb_crypt()
Daesni-intel_asm.S68 enc: .octa 0x2 label
/linux-4.4.14/arch/s390/crypto/
Daes_s390.c42 long enc; member
62 long enc; member
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-ioctl.c926 struct v4l2_encoder_cmd *enc) in cx18_encoder_cmd()
987 struct v4l2_encoder_cmd *enc) in cx18_try_encoder_cmd()
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.h113 #define get_tv_norm(enc) (&nv17_tv_norms[to_tv_enc(enc)->tv_norm]) argument
Dtvnv17.c416 struct drm_encoder *enc; in nv17_tv_prepare() local
/linux-4.4.14/include/linux/sunrpc/
Dgss_krb5.h101 struct crypto_blkcipher *enc; member
/linux-4.4.14/arch/sparc/kernel/
Dperf_event.c827 u64 enc, val, mask = mask_for_index(idx); in sparc_pmu_enable_event() local
951 u64 enc; in calculate_single_pcr() local
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-ioctl.c1294 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_encoder_cmd()
1346 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_try_encoder_cmd()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_drv.h110 struct drm_encoder enc; member
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-book3e.h252 unsigned int enc; /* PTE encoding */ member
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_drv.h145 struct drm_encoder enc; member
/linux-4.4.14/drivers/block/
Damiflop.c1132 register unsigned char *enc, b2, b1; in dos_encode_byte() local
/linux-4.4.14/net/bluetooth/
Dsmp.c1258 struct smp_cmd_encrypt_info enc; in smp_distribute_keys() local
/linux-4.4.14/include/uapi/linux/
Dkvm.h643 struct kvm_ppc_one_page_size enc[KVM_PPC_PAGE_SIZES_MAX_SZ]; member