Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h69 static inline struct nouveau_encoder *nouveau_encoder(struct drm_encoder *enc) in nouveau_encoder()
76 static inline struct drm_encoder *to_drm_encoder(struct nouveau_encoder *enc) in to_drm_encoder()
82 get_slave_funcs(struct drm_encoder *enc) in get_slave_funcs()
Dnouveau_connector.c64 struct drm_encoder *enc; in find_encoder() local
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_slave.c19 struct drm_encoder *enc = armada_drm_connector_encoder(conn); in armada_drm_slave_get_modes() local
31 static void armada_drm_slave_destroy(struct drm_encoder *enc) in armada_drm_slave_destroy()
Darmada_output.c24 struct drm_encoder *enc = conn->encoder; in armada_drm_connector_encoder() local
38 struct drm_encoder *enc = armada_drm_connector_encoder(conn); in armada_drm_connector_detect() local
/linux-4.1.27/crypto/
Dtcrypt.c75 static int test_cipher_jiffies(struct blkcipher_desc *desc, int enc, in test_cipher_jiffies()
98 static int test_cipher_cycles(struct blkcipher_desc *desc, int enc, in test_cipher_cycles()
145 static int test_aead_jiffies(struct aead_request *req, int enc, in test_aead_jiffies()
168 static int test_aead_cycles(struct aead_request *req, int enc, int blen) in test_aead_cycles()
268 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed()
419 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed()
1008 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, in test_acipher_jiffies()
1033 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, in test_acipher_cycles()
1080 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed()
Dauthenc.c30 struct crypto_skcipher_spawn enc; member
36 struct crypto_ablkcipher *enc; member
90 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_setkey() local
399 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_encrypt() local
553 struct crypto_ablkcipher *enc; in crypto_authenc_init_tfm() local
602 struct crypto_alg *enc; in crypto_authenc_alloc() local
Dauthencesn.c30 struct crypto_skcipher_spawn enc; member
36 struct crypto_ablkcipher *enc; member
64 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_esn_setkey() local
475 struct crypto_ablkcipher *enc = ctx->enc; in crypto_authenc_esn_encrypt() local
645 struct crypto_ablkcipher *enc; in crypto_authenc_esn_init_tfm() local
694 struct crypto_alg *enc; in crypto_authenc_esn_alloc() local
Dtestmgr.c78 } enc, dec; member
85 } enc, dec; member
417 static int __test_aead(struct crypto_aead *tfm, int enc, in __test_aead()
798 static int test_aead(struct crypto_aead *tfm, int enc, in test_aead()
831 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher()
906 static int __test_skcipher(struct crypto_ablkcipher *tfm, int enc, in __test_skcipher()
1151 static int test_skcipher(struct crypto_ablkcipher *tfm, int enc, in test_skcipher()
Dalgif_aead.c50 bool enc; member
176 bool enc = 0; in aead_sendmsg() local
Dalgif_skcipher.c53 bool enc; member
315 bool enc = 0; in skcipher_sendmsg() local
Dgcm.c1119 bool enc) in crypto_rfc4543_crypt()
1182 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) in crypto_rfc4543_copy_src_to_dst()
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dsddr2.c29 u8 enc; member
Dsddr3.c29 u8 enc; member
Dgddr3.c29 u8 enc; member
/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-gcm.c266 int enc) in gcm_empty()
330 static int gcm_aes_nx_crypt(struct aead_request *req, int enc) in gcm_aes_nx_crypt()
Dnx-aes-cbc.c69 int enc) in cbc_aes_nx_crypt()
Dnx-aes-ecb.c69 int enc) in ecb_aes_nx_crypt()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_encoder_slave.c128 get_slave_funcs(struct drm_encoder *enc) in get_slave_funcs()
/linux-4.1.27/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.1.27/drivers/gpu/drm/radeon/
Dradeon_acpi.c377 struct radeon_encoder *enc = atif->encoder_for_bl; in radeon_atif_handler() local
724 struct radeon_encoder *enc = to_radeon_encoder(tmp); in radeon_acpi_init() local
/linux-4.1.27/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.1.27/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.1.27/arch/x86/crypto/
Dcast5_avx_glue.c61 bool enc) in ecb_crypt()
Daesni-intel_asm.S68 enc: .octa 0x2 label
/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_slave.c55 get_slave_funcs(struct drm_encoder *enc) in get_slave_funcs()
/linux-4.1.27/arch/s390/crypto/
Daes_s390.c41 long enc; member
61 long enc; member
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-ioctl.c924 struct v4l2_encoder_cmd *enc) in cx18_encoder_cmd()
985 struct v4l2_encoder_cmd *enc) in cx18_try_encoder_cmd()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.h113 #define get_tv_norm(enc) (&nv17_tv_norms[to_tv_enc(enc)->tv_norm]) argument
Dtvnv17.c424 struct drm_encoder *enc; in nv17_tv_prepare() local
/linux-4.1.27/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.1.27/include/linux/sunrpc/
Dgss_krb5.h101 struct crypto_blkcipher *enc; member
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-ioctl.c1292 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_encoder_cmd()
1344 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) in ivtv_try_encoder_cmd()
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-book3e.h252 unsigned int enc; /* PTE encoding */ member
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_drv.h145 struct drm_encoder enc; member
/linux-4.1.27/drivers/block/
Damiflop.c1132 register unsigned char *enc, b2, b1; in dos_encode_byte() local
/linux-4.1.27/net/bluetooth/
Dsmp.c1264 struct smp_cmd_encrypt_info enc; in smp_distribute_keys() local
/linux-4.1.27/include/uapi/linux/
Dkvm.h633 struct kvm_ppc_one_page_size enc[KVM_PPC_PAGE_SIZES_MAX_SZ]; member