Home
last modified time | relevance | path

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

12345678910>>...14

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/virtual/
H A Damdgpu_virtual_stream_encoder.c37 struct stream_encoder *enc, in virtual_stream_encoder_dp_set_stream_attribute()
44 struct stream_encoder *enc, in virtual_stream_encoder_hdmi_set_stream_attribute()
50 struct stream_encoder *enc, in virtual_stream_encoder_dvi_set_stream_attribute()
55 struct stream_encoder *enc, in virtual_stream_encoder_set_mst_bandwidth()
59 struct stream_encoder *enc, in virtual_stream_encoder_update_hdmi_info_packets()
63 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_hdmi_info_packets()
66 struct stream_encoder *enc, in virtual_stream_encoder_set_avmute()
69 struct stream_encoder *enc, in virtual_stream_encoder_update_dp_info_packets()
73 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_dp_info_packets()
76 struct stream_encoder *enc) {} in virtual_stream_encoder_dp_blank()
[all …]
H A Damdgpu_virtual_link_encoder.c39 struct link_encoder *enc, in virtual_link_encoder_validate_output_with_stream()
42 static void virtual_link_encoder_hw_init(struct link_encoder *enc) {} in virtual_link_encoder_hw_init()
45 struct link_encoder *enc, in virtual_link_encoder_setup()
49 struct link_encoder *enc, in virtual_link_encoder_enable_tmds_output()
56 struct link_encoder *enc, in virtual_link_encoder_enable_dp_output()
61 struct link_encoder *enc, in virtual_link_encoder_enable_dp_mst_output()
70 struct link_encoder *enc, in virtual_link_encoder_dp_set_lane_settings()
74 struct link_encoder *enc, in virtual_link_encoder_dp_set_phy_pattern()
78 struct link_encoder *enc, in virtual_link_encoder_update_mst_stream_allocation_table()
82 struct link_encoder *enc, in virtual_link_encoder_connect_dig_be_to_fe()
[all …]
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlrole.c111 # define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar) argument
142 const ENCODING *enc) { in prolog0()
173 const ENCODING *enc) { in prolog1()
205 const ENCODING *enc) { in prolog2()
225 const ENCODING *enc) { in doctype0()
242 const ENCODING *enc) { in doctype1()
268 const ENCODING *enc) { in doctype2()
284 const ENCODING *enc) { in doctype3()
300 const ENCODING *enc) { in doctype4()
319 const ENCODING *enc) { in doctype5()
[all …]
H A Dxmltok.c132 isNever(const ENCODING *enc, const char *p) { in isNever()
139 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2()
145 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3()
153 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2()
159 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3()
167 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2()
173 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3()
179 utf8_isInvalid4(const ENCODING *enc, const char *p) { in utf8_isInvalid4()
185 ENCODING enc; member
205 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *)(enc)) argument
[all …]
H A Dxmltok.h223 #define XmlTok(enc, state, ptr, end, nextTokPtr) \ argument
226 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \ argument
229 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ argument
232 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ argument
237 # define XmlIgnoreSectionTok(enc, ptr, end, nextTokPtr) \ argument
245 #define XmlLiteralTok(enc, literalType, ptr, end, nextTokPtr) \ argument
248 #define XmlAttributeValueTok(enc, ptr, end, nextTokPtr) \ argument
251 #define XmlEntityValueTok(enc, ptr, end, nextTokPtr) \ argument
254 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument
257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) argument
[all …]
H A Dxmltok_impl.c44 # define IS_INVALID_CHAR(enc, ptr, n) (0) argument
68 # define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \ argument
79 # define CHECK_NAME_CASES(enc, ptr, end, nextTokPtr) \ argument
97 # define CHECK_NMSTRT_CASE(n, enc, ptr, end, nextTokPtr) \ argument
108 # define CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr) \ argument
127 # define HAS_CHARS(enc, ptr, end, count) (end - ptr >= count * MINBPC(enc)) argument
129 # define HAS_CHAR(enc, ptr, end) HAS_CHARS(enc, ptr, end, 1) argument
131 # define REQUIRE_CHARS(enc, ptr, end, count) \ argument
138 # define REQUIRE_CHAR(enc, ptr, end) REQUIRE_CHARS(enc, ptr, end, 1) argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_stream_encoder.c252 struct stream_encoder *enc, in enc1_stream_encoder_dp_set_stream_attribute()
496 struct stream_encoder *enc, in enc1_stream_encoder_hdmi_set_stream_attribute()
603 struct stream_encoder *enc, in enc1_stream_encoder_dvi_set_stream_attribute()
628 struct stream_encoder *enc, in enc1_stream_encoder_set_mst_bandwidth()
654 struct stream_encoder *enc, in enc1_stream_encoder_update_hdmi_info_packets()
670 struct stream_encoder *enc) in enc1_stream_encoder_stop_hdmi_info_packets()
711 struct stream_encoder *enc, in enc1_stream_encoder_update_dp_info_packets()
760 struct stream_encoder *enc, in enc1_stream_encoder_send_immediate_sdp_message()
854 struct stream_encoder *enc) in enc1_stream_encoder_stop_dp_info_packets()
882 struct stream_encoder *enc) in enc1_stream_encoder_dp_blank()
[all …]
H A Damdgpu_dcn10_link_encoder.c215 struct link_encoder *enc, in dcn10_link_encoder_set_dp_phy_pattern_training_pattern()
455 unsigned int dcn10_get_dig_frontend(struct link_encoder *enc) in dcn10_get_dig_frontend()
507 void dcn10_psr_program_dp_dphy_fast_training(struct link_encoder *enc, in dcn10_psr_program_dp_dphy_fast_training()
531 void dcn10_psr_program_secondary_packet(struct link_encoder *enc, in dcn10_psr_program_secondary_packet()
541 bool dcn10_is_dig_enabled(struct link_encoder *enc) in dcn10_is_dig_enabled()
784 struct link_encoder *enc, in dcn10_link_encoder_validate_output_with_stream()
825 struct link_encoder *enc) in dcn10_link_encoder_hw_init()
870 void dcn10_link_encoder_destroy(struct link_encoder **enc) in dcn10_link_encoder_destroy()
877 struct link_encoder *enc, in dcn10_link_encoder_setup()
915 struct link_encoder *enc, in dcn10_link_encoder_enable_tmds_output()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_stream_encoder.c280 struct stream_encoder *enc, in dce110_stream_encoder_dp_set_stream_attribute()
558 struct stream_encoder *enc, in dce110_stream_encoder_hdmi_set_stream_attribute()
672 struct stream_encoder *enc, in dce110_stream_encoder_dvi_set_stream_attribute()
698 struct stream_encoder *enc, in dce110_stream_encoder_lvds_set_stream_attribute()
719 struct stream_encoder *enc, in dce110_stream_encoder_set_mst_bandwidth()
747 struct stream_encoder *enc, in dce110_stream_encoder_update_hdmi_info_packets()
811 struct stream_encoder *enc) in dce110_stream_encoder_stop_hdmi_info_packets()
856 struct stream_encoder *enc, in dce110_stream_encoder_update_dp_info_packets()
900 struct stream_encoder *enc) in dce110_stream_encoder_stop_dp_info_packets()
927 struct stream_encoder *enc) in dce110_stream_encoder_dp_blank()
[all …]
H A Damdgpu_dce_link_encoder.c243 struct link_encoder *enc, in dce110_link_encoder_set_dp_phy_pattern_training_pattern()
519 void dce110_psr_program_dp_dphy_fast_training(struct link_encoder *enc, in dce110_psr_program_dp_dphy_fast_training()
543 void dce110_psr_program_secondary_packet(struct link_encoder *enc, in dce110_psr_program_secondary_packet()
553 bool dce110_is_dig_enabled(struct link_encoder *enc) in dce110_is_dig_enabled()
788 struct link_encoder *enc, in dce110_link_encoder_validate_output_with_stream()
832 struct link_encoder *enc) in dce110_link_encoder_hw_init()
876 void dce110_link_encoder_destroy(struct link_encoder **enc) in dce110_link_encoder_destroy()
883 struct link_encoder *enc, in dce110_link_encoder_setup()
921 struct link_encoder *enc, in dce110_link_encoder_enable_tmds_output()
959 struct link_encoder *enc, in dce110_link_encoder_enable_lvds_output()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_stream_encoder.c150 struct stream_encoder *enc, in enc2_stream_encoder_update_hdmi_info_packets()
168 struct stream_encoder *enc) in enc2_stream_encoder_stop_hdmi_info_packets()
280 static void enc2_dp_set_dsc_config(struct stream_encoder *enc, in enc2_dp_set_dsc_config()
296 static void enc2_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, in enc2_dp_set_dsc_pps_info_packet()
350 static void enc2_read_state(struct stream_encoder *enc, struct enc_state *s) in enc2_read_state()
376 void enc2_set_dynamic_metadata(struct stream_encoder *enc, in enc2_set_dynamic_metadata()
426 struct stream_encoder *enc, in enc2_stream_encoder_update_dp_info_packets()
452 struct stream_encoder *enc, in enc2_stream_encoder_dp_unblank()
533 struct stream_encoder *enc, in enc2_dp_set_odm_combine()
542 struct stream_encoder *enc, in enc2_stream_encoder_dp_set_stream_attribute()
H A Damdgpu_dcn20_link_encoder.c173 void enc2_fec_set_enable(struct link_encoder *enc, bool enable) in enc2_fec_set_enable()
181 void enc2_fec_set_ready(struct link_encoder *enc, bool ready) in enc2_fec_set_ready()
188 bool enc2_fec_is_active(struct link_encoder *enc) in enc2_fec_is_active()
201 void link_enc2_read_state(struct link_encoder *enc, struct link_enc_state *s) in link_enc2_read_state()
246 struct link_encoder *enc, in dcn20_link_encoder_enable_dp_output()
276 void enc2_hw_init(struct link_encoder *enc) in enc2_hw_init()
/netbsd-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, in dcn21_link_encoder_get_max_link_cap()
223 bool dcn21_link_encoder_is_in_alt_mode(struct link_encoder *enc) in dcn21_link_encoder_is_in_alt_mode()
234 bool dcn21_link_encoder_acquire_phy(struct link_encoder *enc) in dcn21_link_encoder_acquire_phy()
269 static void dcn21_link_encoder_release_phy(struct link_encoder *enc) in dcn21_link_encoder_release_phy()
283 struct link_encoder *enc, in dcn21_link_encoder_enable_dp_output()
309 struct link_encoder *enc, in dcn21_link_encoder_enable_dp_mst_output()
320 struct link_encoder *enc, in dcn21_link_encoder_disable_output()
/netbsd-src/sys/crypto/aes/arch/arm/
H A Daes_armv8.c61 aesarmv8_setenckey(struct aesenc *enc, const uint8_t key[static 16], in aesarmv8_setenckey()
81 aesarmv8_setenckey_impl(struct aesenc *enc, const uint8_t key[static 16], in aesarmv8_setenckey_impl()
94 struct aesenc enc; in aesarmv8_setdeckey_impl() local
105 aesarmv8_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesarmv8_enc_impl()
125 aesarmv8_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesarmv8_cbc_enc_impl()
162 aesarmv8_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesarmv8_xts_enc_impl()
210 aesarmv8_cbcmac_update1_impl(const struct aesenc *enc, in aesarmv8_cbcmac_update1_impl()
224 aesarmv8_ccm_enc1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesarmv8_ccm_enc1_impl()
238 aesarmv8_ccm_dec1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesarmv8_ccm_dec1_impl()
H A Daes_neon_impl.c56 aes_neon_setenckey_impl(struct aesenc *enc, const uint8_t *key, in aes_neon_setenckey_impl()
76 aes_neon_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_neon_enc_impl()
96 aes_neon_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_neon_cbc_enc_impl()
122 aes_neon_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_neon_xts_enc_impl()
148 aes_neon_cbcmac_update1_impl(const struct aesenc *enc, in aes_neon_cbcmac_update1_impl()
159 aes_neon_ccm_enc1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_neon_ccm_enc1_impl()
170 aes_neon_ccm_dec1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_neon_ccm_dec1_impl()
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_ni.c59 aesni_setenckey(struct aesenc *enc, const uint8_t key[static 16], in aesni_setenckey()
79 aesni_setenckey_impl(struct aesenc *enc, const uint8_t key[static 16], in aesni_setenckey_impl()
92 struct aesenc enc; in aesni_setdeckey_impl() local
103 aesni_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesni_enc_impl()
123 aesni_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesni_cbc_enc_impl()
160 aesni_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesni_xts_enc_impl()
208 aesni_cbcmac_update1_impl(const struct aesenc *enc, in aesni_cbcmac_update1_impl()
222 aesni_ccm_enc1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesni_ccm_enc1_impl()
236 aesni_ccm_dec1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aesni_ccm_dec1_impl()
H A Daes_ssse3_impl.c48 aes_ssse3_setenckey_impl(struct aesenc *enc, const uint8_t *key, in aes_ssse3_setenckey_impl()
68 aes_ssse3_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_ssse3_enc_impl()
88 aes_ssse3_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_ssse3_cbc_enc_impl()
114 aes_ssse3_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_ssse3_xts_enc_impl()
140 aes_ssse3_cbcmac_update1_impl(const struct aesenc *enc, in aes_ssse3_cbcmac_update1_impl()
151 aes_ssse3_ccm_enc1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_ssse3_ccm_enc1_impl()
162 aes_ssse3_ccm_dec1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_ssse3_ccm_dec1_impl()
H A Daes_sse2_impl.c51 aes_sse2_setenckey_impl(struct aesenc *enc, const uint8_t *key, in aes_sse2_setenckey_impl()
75 aes_sse2_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_sse2_enc_impl()
95 aes_sse2_cbc_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_sse2_cbc_enc_impl()
121 aes_sse2_xts_enc_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_sse2_xts_enc_impl()
147 aes_sse2_cbcmac_update1_impl(const struct aesenc *enc, in aes_sse2_cbcmac_update1_impl()
158 aes_sse2_ccm_enc1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_sse2_ccm_enc1_impl()
169 aes_sse2_ccm_dec1_impl(const struct aesenc *enc, const uint8_t in[static 16], in aes_sse2_ccm_dec1_impl()
/netbsd-src/sys/crypto/aes/
H A Daes_impl.c172 aes_setenckey(struct aesenc *enc, const uint8_t key[static 16], in aes_setenckey()
181 aes_setenckey128(struct aesenc *enc, const uint8_t key[static 16]) in aes_setenckey128()
190 aes_setenckey192(struct aesenc *enc, const uint8_t key[static 24]) in aes_setenckey192()
199 aes_setenckey256(struct aesenc *enc, const uint8_t key[static 32]) in aes_setenckey256()
244 aes_enc(const struct aesenc *enc, const uint8_t in[static 16], in aes_enc()
262 aes_cbc_enc(struct aesenc *enc, const uint8_t in[static 16], in aes_cbc_enc()
282 aes_xts_enc(struct aesenc *enc, const uint8_t in[static 16], in aes_xts_enc()
302 aes_cbcmac_update1(const struct aesenc *enc, const uint8_t in[static 16], in aes_cbcmac_update1()
314 aes_ccm_enc1(const struct aesenc *enc, const uint8_t in[static 16], in aes_ccm_enc1()
327 aes_ccm_dec1(const struct aesenc *enc, const uint8_t in[static 16], in aes_ccm_dec1()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_cfb.c27 unsigned char *ivec, int *num, const int enc) in AES_cfb128_encrypt()
37 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt()
45 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcmll_cfb.c21 unsigned char *ivec, int *num, const int enc) in Camellia_cfb128_encrypt()
31 unsigned char *ivec, int *num, const int enc) in Camellia_cfb1_encrypt()
39 unsigned char *ivec, int *num, const int enc) in Camellia_cfb8_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_cfb.c27 unsigned char *ivec, int *num, const int enc) in Camellia_cfb128_encrypt()
37 unsigned char *ivec, int *num, const int enc) in Camellia_cfb1_encrypt()
45 unsigned char *ivec, int *num, const int enc) in Camellia_cfb8_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_cfb.c21 unsigned char *ivec, int *num, const int enc) in AES_cfb128_encrypt()
31 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt()
39 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_sm4.c24 const unsigned char *iv, int enc) in sm4_init_key()
32 unsigned char *ivec, const int enc) in sm4_cbc_encrypt()
44 unsigned char *ivec, int *num, const int enc) in sm4_cfb128_encrypt()
51 const SM4_KEY *key, const int enc) in sm4_ecb_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_sm4.c27 const unsigned char *iv, int enc) in sm4_init_key()
35 unsigned char *ivec, const int enc) in sm4_cbc_encrypt()
47 unsigned char *ivec, int *num, const int enc) in sm4_cfb128_encrypt()
54 const SM4_KEY *key, const int enc) in sm4_ecb_encrypt()

12345678910>>...14