Searched defs:enc (Results 1 - 25 of 65) sorted by relevance

123

/src/sys/arch/evbppc/compile/
H A Dwalnut-mkimg.sh45 enc() function
/src/sys/crypto/aes/arch/arm/
H A Daes_neon_impl.h51 aes_neon_enc2(const struct aesenc *enc, uint8x16x2_t b2, unsigned nrounds) argument
H A Daes_armv8.c61 aesarmv8_setenckey(struct aesenc *enc, const uint8_t key[static 16], argument
81 aesarmv8_setenckey_impl(struct aesenc *enc, const uint8_t key[static 16], argument
94 struct aesenc enc; local in function:aesarmv8_setdeckey_impl
105 aesarmv8_enc_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],uint32_t nrounds) argument
125 aesarmv8_cbc_enc_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t iv[static16],uint32_t nrounds) argument
162 aesarmv8_xts_enc_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t tweak[static16],uint32_t nrounds) argument
210 aesarmv8_cbcmac_update1_impl(const struct aesenc * enc,const uint8_t in[static16],size_t nbytes,uint8_t auth[static16],uint32_t nrounds) argument
224 aesarmv8_ccm_enc1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
238 aesarmv8_ccm_dec1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
[all...]
H A Daes_neon_impl.c56 aes_neon_setenckey_impl(struct aesenc *enc, const uint8_t *key, argument
76 aes_neon_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
96 aes_neon_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
122 aes_neon_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
148 aes_neon_cbcmac_update1_impl(const struct aesenc *enc, argument
159 aes_neon_ccm_enc1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
170 aes_neon_ccm_dec1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
[all...]
/src/sys/crypto/aes/
H A Daes_ccm.h37 const struct aesenc *enc; member in struct:aes_ccm
H A Daes_selftest.c104 struct aesenc enc; local in function:aes_selftest_encdec
207 struct aesenc enc; local in function:aes_selftest_encdec_cbc
337 struct aesenc enc; local in function:aes_selftest_encdec_xts
428 struct aesenc enc; local in function:aes_selftest_cbcmac
499 struct aesenc enc; local in function:aes_selftest_ccm
[all...]
/src/sys/crypto/des/
H A Ddes_enc.c67 void des_encrypt1(DES_LONG *data, des_key_schedule ks, int enc) argument
165 void des_encrypt2(DES_LONG *data, des_key_schedule ks, int enc) argument
H A Ddes_cbc.c65 des_ncbc_encrypt(const unsigned char * in,unsigned char * out,long length,des_key_schedule schedule,des_cblock * ivec,int enc) argument
138 des_ede3_cbc_encrypt(const unsigned char * input,unsigned char * output,long length,des_key_schedule ks1,des_key_schedule ks2,des_key_schedule ks3,des_cblock * ivec,int enc) argument
H A Ddes_ecb.c107 des_ecb_encrypt(des_cblock * input,des_cblock * output,des_key_schedule ks,int enc) argument
123 des_ecb3_encrypt(des_cblock * input,des_cblock * output,des_key_schedule ks1,des_key_schedule ks2,des_key_schedule ks3,int enc) argument
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_gddr3.c34 u8 enc; member in struct:ramxlat
H A Dnouveau_nvkm_subdev_fb_sddr2.c36 u8 enc; member in struct:ramxlat
H A Dnouveau_nvkm_subdev_fb_sddr3.c36 u8 enc; member in struct:ramxlat
/src/usr.bin/audiocfg/
H A Dmain.c153 const char *enc; local in function:main
H A Daudiodev.c257 u_int enc; local in function:audiodev_set_param
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_encoder_slave.c133 get_slave_funcs(struct drm_encoder *enc) argument
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/virtual/
H A Damdgpu_virtual_link_encoder.c42 static void virtual_link_encoder_hw_init(struct link_encoder *enc) {} argument
38 virtual_link_encoder_validate_output_with_stream(struct link_encoder * enc,const struct dc_stream_state * stream) argument
44 virtual_link_encoder_setup(struct link_encoder * enc,enum signal_type signal) argument
48 virtual_link_encoder_enable_tmds_output(struct link_encoder * enc,enum clock_source_id clock_source,enum dc_color_depth color_depth,enum signal_type signal,uint32_t pixel_clock) argument
55 virtual_link_encoder_enable_dp_output(struct link_encoder * enc,const struct dc_link_settings * link_settings,enum clock_source_id clock_source) argument
60 virtual_link_encoder_enable_dp_mst_output(struct link_encoder * enc,const struct dc_link_settings * link_settings,enum clock_source_id clock_source) argument
69 virtual_link_encoder_dp_set_lane_settings(struct link_encoder * enc,const struct link_training_settings * link_settings) argument
73 virtual_link_encoder_dp_set_phy_pattern(struct link_encoder * enc,const struct encoder_set_dp_phy_pattern_param * param) argument
77 virtual_link_encoder_update_mst_stream_allocation_table(struct link_encoder * enc,const struct link_mst_stream_allocation_table * table) argument
81 virtual_link_encoder_connect_dig_be_to_fe(struct link_encoder * enc,enum engine_id engine,bool connect) argument
86 virtual_link_encoder_destroy(struct link_encoder ** enc) argument
110 virtual_link_encoder_construct(struct link_encoder * enc,const struct encoder_init_data * init_data) argument
[all...]
H A Damdgpu_virtual_stream_encoder.c36 virtual_stream_encoder_dp_set_stream_attribute(struct stream_encoder * enc,struct dc_crtc_timing * crtc_timing,enum dc_color_space output_color_space,bool use_vsc_sdp_for_colorimetry,uint32_t enable_sdp_splitting) argument
43 virtual_stream_encoder_hdmi_set_stream_attribute(struct stream_encoder * enc,struct dc_crtc_timing * crtc_timing,int actual_pix_clk_khz,bool enable_audio) argument
49 virtual_stream_encoder_dvi_set_stream_attribute(struct stream_encoder * enc,struct dc_crtc_timing * crtc_timing,bool is_dual_link) argument
54 virtual_stream_encoder_set_mst_bandwidth(struct stream_encoder * enc,struct fixed31_32 avg_time_slots_per_mtp) argument
58 virtual_stream_encoder_update_hdmi_info_packets(struct stream_encoder * enc,const struct encoder_info_frame * info_frame) argument
62 virtual_stream_encoder_stop_hdmi_info_packets(struct stream_encoder * enc) argument
65 virtual_stream_encoder_set_avmute(struct stream_encoder * enc,bool enable) argument
68 virtual_stream_encoder_update_dp_info_packets(struct stream_encoder * enc,const struct encoder_info_frame * info_frame) argument
72 virtual_stream_encoder_stop_dp_info_packets(struct stream_encoder * enc) argument
75 virtual_stream_encoder_dp_blank(struct stream_encoder * enc) argument
78 virtual_stream_encoder_dp_unblank(struct stream_encoder * enc,const struct encoder_unblank_param * param) argument
82 virtual_audio_mute_control(struct stream_encoder * enc,bool mute) argument
86 virtual_stream_encoder_reset_hdmi_stream_attribute(struct stream_encoder * enc) argument
90 virtual_enc_dp_set_odm_combine(struct stream_encoder * enc,bool odm_combine) argument
124 virtual_stream_encoder_construct(struct stream_encoder * enc,struct dc_context * ctx,struct dc_bios * bp) argument
145 struct stream_encoder *enc = kzalloc(sizeof(*enc), GFP_KERNEL); local in function:virtual_stream_encoder_create
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_link_encoder.c173 void enc2_fec_set_enable(struct link_encoder *enc, bool enable) argument
181 void enc2_fec_set_ready(struct link_encoder *enc, bool ready) argument
188 bool enc2_fec_is_active(struct link_encoder *enc) argument
201 void link_enc2_read_state(struct link_encoder *enc, struct link_enc_state *s) argument
245 dcn20_link_encoder_enable_dp_output(struct link_encoder * enc,const struct dc_link_settings * link_settings,enum clock_source_id clock_source) argument
276 enc2_hw_init(struct link_encoder * enc) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_link_encoder.c211 void dcn21_link_encoder_get_max_link_cap(struct link_encoder *enc, argument
223 bool dcn21_link_encoder_is_in_alt_mode(struct link_encoder *enc) argument
234 bool dcn21_link_encoder_acquire_phy(struct link_encoder *enc) argument
269 static void dcn21_link_encoder_release_phy(struct link_encoder *enc) argument
282 dcn21_link_encoder_enable_dp_output(struct link_encoder * enc,const struct dc_link_settings * link_settings,enum clock_source_id clock_source) argument
308 dcn21_link_encoder_enable_dp_mst_output(struct link_encoder * enc,const struct dc_link_settings * link_settings,enum clock_source_id clock_source) argument
319 dcn21_link_encoder_disable_output(struct link_encoder * enc,enum signal_type signal) argument
[all...]
/src/sys/crypto/aes/arch/x86/
H A Daes_ni.c59 aesni_setenckey(struct aesenc *enc, const uint8_t key[static 16], argument
79 aesni_setenckey_impl(struct aesenc *enc, const uint8_t key[static 16], argument
92 struct aesenc enc; local in function:aesni_setdeckey_impl
103 aesni_enc_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],uint32_t nrounds) argument
123 aesni_cbc_enc_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t iv[static16],uint32_t nrounds) argument
160 aesni_xts_enc_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t iv[static16],uint32_t nrounds) argument
208 aesni_cbcmac_update1_impl(const struct aesenc * enc,const uint8_t in[static16],size_t nbytes,uint8_t auth[static16],uint32_t nrounds) argument
222 aesni_ccm_enc1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
236 aesni_ccm_dec1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
[all...]
H A Daes_sse2_impl.c51 aes_sse2_setenckey_impl(struct aesenc *enc, const uint8_t *key, argument
75 aes_sse2_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
95 aes_sse2_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
121 aes_sse2_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
147 aes_sse2_cbcmac_update1_impl(const struct aesenc *enc, argument
158 aes_sse2_ccm_enc1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
169 aes_sse2_ccm_dec1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
[all...]
H A Daes_ssse3_impl.c48 aes_ssse3_setenckey_impl(struct aesenc *enc, const uint8_t *key, argument
68 aes_ssse3_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
88 aes_ssse3_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
114 aes_ssse3_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], argument
140 aes_ssse3_cbcmac_update1_impl(const struct aesenc *enc, argument
151 aes_ssse3_ccm_enc1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
162 aes_ssse3_ccm_dec1_impl(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
[all...]
H A Daes_ssse3_subr.c57 aes_ssse3_enc(const struct aesenc *enc, const uint8_t in[static 16], argument
79 aes_ssse3_cbc_enc(const struct aesenc *enc, const uint8_t in[static 16], argument
172 aes_ssse3_xts_enc(const struct aesenc *enc, const uint8_t in[static 16], argument
212 aes_ssse3_cbcmac_update1(const struct aesenc *enc, const uint8_t in[static 16], argument
227 aes_ssse3_ccm_enc1(const struct aesenc *enc, const uint8_t in[static 16], argument
254 aes_ssse3_ccm_dec1(const struct aesenc * enc,const uint8_t in[static16],uint8_t out[static16],size_t nbytes,uint8_t authctr[static32],uint32_t nrounds) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_encoder.h80 static inline struct nouveau_encoder *nouveau_encoder(struct drm_encoder *enc) argument
87 static inline struct drm_encoder *to_drm_encoder(struct nouveau_encoder *enc) argument
93 get_slave_funcs(struct drm_encoder *enc) argument
/src/usr.bin/audio/common/
H A Daudio.c131 audio_enc_to_val(const char *enc) argument

Completed in 12 milliseconds

123