/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gddr3.c | 29 u8 enc; member in struct:ramxlat
|
H A D | sddr2.c | 29 u8 enc; member in struct:ramxlat
|
H A D | sddr3.c | 29 u8 enc; member in struct:ramxlat
|
/linux-4.4.14/drivers/crypto/nx/ |
H A D | nx-aes-cbc.c | 65 cbc_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) cbc_aes_nx_crypt() argument
|
H A D | nx-aes-ecb.c | 65 ecb_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) ecb_aes_nx_crypt() argument
|
H A D | nx-aes-gcm.c | 320 static int gcm_aes_nx_crypt(struct aead_request *req, int enc, gcm_aes_nx_crypt() argument 254 gcm_empty(struct aead_request *req, struct blkcipher_desc *desc, int enc) gcm_empty() argument
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_encoder_slave.c | 128 get_slave_funcs(struct drm_encoder *enc) get_slave_funcs() argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_encoder.h | 71 static inline struct nouveau_encoder *nouveau_encoder(struct drm_encoder *enc) nouveau_encoder() argument 78 static inline struct drm_encoder *to_drm_encoder(struct nouveau_encoder *enc) to_drm_encoder() argument 84 get_slave_funcs(struct drm_encoder *enc) get_slave_funcs() argument
|
H A D | nouveau_connector.c | 64 struct drm_encoder *enc; find_encoder() local
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 59 ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, bool enc) ecb_crypt() argument
|
H A D | aesni-intel_asm.S | 68 enc: .octa 0x2 label
|
/linux-4.4.14/crypto/ |
H A D | authenc.c | 29 struct crypto_skcipher_spawn enc; member in struct:authenc_instance_ctx 35 struct crypto_ablkcipher *enc; member in struct:crypto_authenc_ctx 86 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_setkey() local 202 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_encrypt() local 321 struct crypto_ablkcipher *enc; crypto_authenc_init_tfm() local 387 struct crypto_alg *enc; crypto_authenc_create() local
|
H A D | authencesn.c | 32 struct crypto_skcipher_spawn enc; member in struct:authenc_esn_instance_ctx 38 struct crypto_ablkcipher *enc; member in struct:crypto_authenc_esn_ctx 68 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_esn_setkey() local 199 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_esn_encrypt() local 334 struct crypto_ablkcipher *enc; crypto_authenc_esn_init_tfm() local 403 struct crypto_alg *enc; crypto_authenc_esn_create() local
|
H A D | algif_aead.c | 51 bool enc; member in struct:aead_ctx 178 bool enc = 0; aead_sendmsg() local
|
H A D | algif_skcipher.c | 53 bool enc; member in struct:skcipher_ctx 307 bool enc = 0; skcipher_sendmsg() local
|
H A D | tcrypt.c | 94 static int test_cipher_jiffies(struct blkcipher_desc *desc, int enc, test_cipher_jiffies() argument 117 static int test_cipher_cycles(struct blkcipher_desc *desc, int enc, test_cipher_cycles() argument 178 static int test_aead_jiffies(struct aead_request *req, int enc, test_aead_jiffies() argument 201 static int test_aead_cycles(struct aead_request *req, int enc, int blen) test_aead_cycles() argument 301 static void test_aead_speed(const char *algo, int enc, unsigned int secs, test_aead_speed() argument 457 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, test_cipher_speed() argument 1037 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, test_acipher_jiffies() argument 1062 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, test_acipher_cycles() argument 1109 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, test_acipher_speed() argument
|
H A D | gcm.c | 1049 static int crypto_rfc4543_crypt(struct aead_request *req, bool enc) crypto_rfc4543_crypt() argument 1080 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) crypto_rfc4543_copy_src_to_dst() argument
|
H A D | testmgr.c | 82 } enc, dec; member in struct:aead_test_suite 89 } enc, dec; member in struct:cipher_test_suite 427 static int __test_aead(struct crypto_aead *tfm, int enc, __test_aead() argument 817 static int test_aead(struct crypto_aead *tfm, int enc, test_aead() argument 850 static int test_cipher(struct crypto_cipher *tfm, int enc, test_cipher() argument 925 static int __test_skcipher(struct crypto_skcipher *tfm, int enc, __test_skcipher() argument 1183 static int test_skcipher(struct crypto_skcipher *tfm, int enc, test_skcipher() argument
|
/linux-4.4.14/arch/arm/crypto/ |
H A D | aesbs-glue.c | 43 struct AES_KEY enc; member in struct:aesbs_cbc_ctx 48 struct BS_KEY enc; member in struct:aesbs_ctr_ctx 52 struct BS_KEY enc; member in struct:aesbs_xts_ctx
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_acpi.c | 376 struct radeon_encoder *enc = atif->encoder_for_bl; radeon_atif_handler() local 723 struct radeon_encoder *enc = to_radeon_encoder(tmp); radeon_acpi_init() local
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | qat_asym_algs.c | 72 } enc; member in union:qat_rsa_input_params::__anon3883 86 } enc; member in union:qat_rsa_output_params::__anon3886
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv17.c | 416 struct drm_encoder *enc; nv17_tv_prepare() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acpi.c | 376 struct amdgpu_encoder *enc = atif->encoder_for_bl; amdgpu_atif_handler() local 716 struct amdgpu_encoder *enc = to_amdgpu_encoder(tmp); amdgpu_acpi_init() local
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 925 cx18_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) cx18_encoder_cmd() argument 986 cx18_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) cx18_try_encoder_cmd() argument
|
/linux-4.4.14/arch/s390/crypto/ |
H A D | aes_s390.c | 42 long enc; member in struct:s390_aes_ctx 62 long enc; member in struct:s390_xts_ctx
|
/linux-4.4.14/tools/perf/util/ |
H A D | unwind-libunwind.c | 230 u64 enc[2]; member in struct:eh_frame_hdr 246 u8 *enc = (u8 *) &hdr.enc; unwind_spec_ehframe() local
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.h | 110 struct drm_encoder enc; member in struct:virtio_gpu_output
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 1294 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) ivtv_encoder_cmd() argument 1346 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) ivtv_try_encoder_cmd() argument
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 1021 struct iw_point *enc = &data->encoding; gelic_wl_set_encode() local 1095 struct iw_point *enc = &data->encoding; gelic_wl_get_encode() local 1206 struct iw_point *enc = &data->encoding; gelic_wl_set_encodeext() local 1296 struct iw_point *enc = &data->encoding; gelic_wl_get_encodeext() local
|
/linux-4.4.14/drivers/crypto/ |
H A D | mxs-dcp.c | 93 unsigned int enc:1; member in struct:dcp_aes_req_ctx 375 static int mxs_dcp_block_fallback(struct ablkcipher_request *req, int enc) mxs_dcp_block_fallback() argument 395 static int mxs_dcp_aes_enqueue(struct ablkcipher_request *req, int enc, int ecb) mxs_dcp_aes_enqueue() argument
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | gss_krb5.h | 101 struct crypto_blkcipher *enc; member in struct:krb5_ctx
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.h | 145 struct drm_encoder enc; member in struct:qxl_output
|
/linux-4.4.14/drivers/block/ |
H A D | amiflop.c | 1132 register unsigned char *enc, b2, b1; dos_encode_byte() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | mmu-book3e.h | 252 unsigned int enc; /* PTE encoding */ member in struct:mmu_psize_def
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | perf_event.c | 827 u64 enc, val, mask = mask_for_index(idx); sparc_pmu_enable_event() local 951 u64 enc; calculate_single_pcr() local
|
/linux-4.4.14/net/bluetooth/ |
H A D | smp.c | 1258 struct smp_cmd_encrypt_info enc; smp_distribute_keys() local
|
/linux-4.4.14/include/uapi/linux/ |
H A D | kvm.h | 643 struct kvm_ppc_one_page_size enc[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_one_seg_page_size
|