Home
last modified time | relevance | path

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

12345

/dflybsd-src/sys/dev/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c30 struct stream_encoder *enc, in virtual_stream_encoder_dp_set_stream_attribute()
35 struct stream_encoder *enc, in virtual_stream_encoder_hdmi_set_stream_attribute()
41 struct stream_encoder *enc, in virtual_stream_encoder_dvi_set_stream_attribute()
46 struct stream_encoder *enc, in virtual_stream_encoder_set_mst_bandwidth()
50 struct stream_encoder *enc, in virtual_stream_encoder_update_hdmi_info_packets()
54 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_hdmi_info_packets()
57 struct stream_encoder *enc, in virtual_stream_encoder_set_avmute()
60 struct stream_encoder *enc, in virtual_stream_encoder_update_dp_info_packets()
64 struct stream_encoder *enc) {} in virtual_stream_encoder_stop_dp_info_packets()
67 struct stream_encoder *enc) {} in virtual_stream_encoder_dp_blank()
[all …]
H A Dvirtual_link_encoder.c32 struct link_encoder *enc, in virtual_link_encoder_validate_output_with_stream()
35 static void virtual_link_encoder_hw_init(struct link_encoder *enc) {} in virtual_link_encoder_hw_init()
38 struct link_encoder *enc, in virtual_link_encoder_setup()
42 struct link_encoder *enc, in virtual_link_encoder_enable_tmds_output()
49 struct link_encoder *enc, in virtual_link_encoder_enable_dp_output()
54 struct link_encoder *enc, in virtual_link_encoder_enable_dp_mst_output()
63 struct link_encoder *enc, in virtual_link_encoder_dp_set_lane_settings()
67 struct link_encoder *enc, in virtual_link_encoder_dp_set_phy_pattern()
71 struct link_encoder *enc, in virtual_link_encoder_update_mst_stream_allocation_table()
75 struct link_encoder *enc, in virtual_link_encoder_connect_dig_be_to_fe()
[all …]
/dflybsd-src/contrib/expat/lib/
H A Dxmltok.c133 isNever(const ENCODING *enc, const char *p) { in isNever()
140 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2()
146 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3()
154 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2()
160 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3()
168 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2()
174 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3()
180 utf8_isInvalid4(const ENCODING *enc, const char *p) { in utf8_isInvalid4()
186 ENCODING enc; member
206 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *)(enc)) argument
[all …]
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.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.c45 # define IS_INVALID_CHAR(enc, ptr, n) (0) argument
69 # define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \ argument
80 # define CHECK_NAME_CASES(enc, ptr, end, nextTokPtr) \ argument
98 # define CHECK_NMSTRT_CASE(n, enc, ptr, end, nextTokPtr) \ argument
109 # define CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr) \ argument
128 # define HAS_CHARS(enc, ptr, end, count) \ argument
131 # define HAS_CHAR(enc, ptr, end) HAS_CHARS(enc, ptr, end, 1) argument
133 # define REQUIRE_CHARS(enc, ptr, end, count) \ argument
140 # define REQUIRE_CHAR(enc, ptr, end) REQUIRE_CHARS(enc, ptr, end, 1) argument
/dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c246 struct stream_encoder *enc, in enc1_stream_encoder_dp_set_stream_attribute()
479 struct stream_encoder *enc, in enc1_stream_encoder_hdmi_set_stream_attribute()
585 struct stream_encoder *enc, in enc1_stream_encoder_dvi_set_stream_attribute()
610 struct stream_encoder *enc, in enc1_stream_encoder_set_mst_bandwidth()
636 struct stream_encoder *enc, in enc1_stream_encoder_update_hdmi_info_packets()
652 struct stream_encoder *enc) in enc1_stream_encoder_stop_hdmi_info_packets()
693 struct stream_encoder *enc, in enc1_stream_encoder_update_dp_info_packets()
738 struct stream_encoder *enc) in enc1_stream_encoder_stop_dp_info_packets()
766 struct stream_encoder *enc) in enc1_stream_encoder_dp_blank()
819 struct stream_encoder *enc, in enc1_stream_encoder_dp_unblank()
[all …]
H A Ddcn10_link_encoder.c205 struct link_encoder *enc, in dcn10_link_encoder_set_dp_phy_pattern_training_pattern()
455 void dcn10_psr_program_dp_dphy_fast_training(struct link_encoder *enc, in dcn10_psr_program_dp_dphy_fast_training()
479 void dcn10_psr_program_secondary_packet(struct link_encoder *enc, in dcn10_psr_program_secondary_packet()
489 bool dcn10_is_dig_enabled(struct link_encoder *enc) in dcn10_is_dig_enabled()
740 struct link_encoder *enc, in dcn10_link_encoder_validate_output_with_stream()
781 struct link_encoder *enc) in dcn10_link_encoder_hw_init()
826 void dcn10_link_encoder_destroy(struct link_encoder **enc) in dcn10_link_encoder_destroy()
833 struct link_encoder *enc, in dcn10_link_encoder_setup()
871 struct link_encoder *enc, in dcn10_link_encoder_enable_tmds_output()
909 struct link_encoder *enc, in dcn10_link_encoder_enable_dp_output()
[all …]
/dflybsd-src/sys/dev/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c273 struct stream_encoder *enc, in dce110_stream_encoder_dp_set_stream_attribute()
539 struct stream_encoder *enc, in dce110_stream_encoder_hdmi_set_stream_attribute()
653 struct stream_encoder *enc, in dce110_stream_encoder_dvi_set_stream_attribute()
678 struct stream_encoder *enc, in dce110_stream_encoder_set_mst_bandwidth()
706 struct stream_encoder *enc, in dce110_stream_encoder_update_hdmi_info_packets()
770 struct stream_encoder *enc) in dce110_stream_encoder_stop_hdmi_info_packets()
815 struct stream_encoder *enc, in dce110_stream_encoder_update_dp_info_packets()
859 struct stream_encoder *enc) in dce110_stream_encoder_stop_dp_info_packets()
886 struct stream_encoder *enc) in dce110_stream_encoder_dp_blank()
937 struct stream_encoder *enc, in dce110_stream_encoder_dp_unblank()
[all …]
H A Ddce_link_encoder.c234 struct link_encoder *enc, in dce110_link_encoder_set_dp_phy_pattern_training_pattern()
510 void dce110_psr_program_dp_dphy_fast_training(struct link_encoder *enc, in dce110_psr_program_dp_dphy_fast_training()
534 void dce110_psr_program_secondary_packet(struct link_encoder *enc, in dce110_psr_program_secondary_packet()
544 bool dce110_is_dig_enabled(struct link_encoder *enc) in dce110_is_dig_enabled()
790 struct link_encoder *enc, in dce110_link_encoder_validate_output_with_stream()
833 struct link_encoder *enc) in dce110_link_encoder_hw_init()
877 void dce110_link_encoder_destroy(struct link_encoder **enc) in dce110_link_encoder_destroy()
884 struct link_encoder *enc, in dce110_link_encoder_setup()
922 struct link_encoder *enc, in dce110_link_encoder_enable_tmds_output()
960 struct link_encoder *enc, in dce110_link_encoder_enable_dp_output()
[all …]
/dflybsd-src/crypto/libressl/crypto/camellia/
H A Dcmll_cfb.c121 const int enc) in Camellia_cfb128_encrypt()
131 const int enc) in Camellia_cfb1_encrypt()
140 const int enc) in Camellia_cfb8_encrypt()
H A Dcmll_ecb.c57 const CAMELLIA_KEY *key, const int enc) in Camellia_ecb_encrypt()
H A Dcmll_cbc.c57 const CAMELLIA_KEY *key, unsigned char *ivec, const int enc) in Camellia_cbc_encrypt()
/dflybsd-src/crypto/libressl/crypto/modes/
H A Dcfb128.c69 int enc, block128_f block) in CRYPTO_cfb128_encrypt()
175 unsigned char ivec[16],int enc, in cfbr_encrypt_block()
210 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt()
227 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
/dflybsd-src/crypto/libressl/crypto/pem/
H A Dpem_pk8.c89 PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
96 i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
110 do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, in do_pk8pkey()
194 i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_fp()
215 PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_PKCS8PrivateKey()
222 do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, in do_pk8pkey_fp()
H A Dpem_pkey.c152 PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PrivateKey()
165 const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, in PEM_write_bio_PrivateKey_traditional()
247 PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_PrivateKey()
H A Dpem_all.c308 PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, in PEM_write_RSAPrivateKey()
326 const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, in PEM_write_bio_RSAPrivateKey()
421 PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, in PEM_write_DSAPrivateKey()
439 const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, in PEM_write_bio_DSAPrivateKey()
562 PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, in PEM_write_ECPrivateKey()
579 const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, in PEM_write_bio_ECPrivateKey()
/dflybsd-src/crypto/libressl/crypto/evp/
H A De_sm4.c33 const unsigned char *iv, int enc) in sm4_init_key()
41 const SM4_KEY *key, unsigned char *ivec, const int enc) in sm4_cbc_encrypt()
53 const SM4_KEY *key, unsigned char *ivec, int *num, const int enc) in sm4_cfb128_encrypt()
61 const int enc) in sm4_ecb_encrypt()
H A De_aes.c203 const unsigned char *iv, int enc) in aesni_init_key()
262 const unsigned char *iv, int enc) in aesni_gcm_init_key()
297 const unsigned char *iv, int enc) in aesni_xts_init_key()
335 const unsigned char *iv, int enc) in aesni_ccm_init_key()
360 const unsigned char *iv, int enc) in aes_init_key()
1460 const unsigned char *iv, int enc) in aes_gcm_init_key()
1788 const unsigned char *iv, int enc) in aes_xts_init_key()
2020 const unsigned char *iv, int enc) in aes_ccm_init_key()
2432 const unsigned char *iv, int enc) in aes_wrap_init_key()
/dflybsd-src/crypto/libressl/crypto/des/
H A Ddes_enc.c64 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1()
158 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt2()
295 DES_cblock *ivec, int enc) in DES_ede3_cbc_encrypt()
H A Dcfb64ede.c69 DES_cblock *ivec, int *num, int enc) in DES_ede3_cfb64_encrypt()
142 DES_cblock *ivec,int enc) in DES_ede3_cfb_encrypt()
/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_enc.c83 int enc, keep_key = 0; in cms_EncryptedContent_init_bio() local
256 CMS_EncryptedData *enc = cms->d.encryptedData; in cms_EncryptedData_init_bio() local
/dflybsd-src/sys/crypto/des/
H A Ddes_ecb.c99 des_key_schedule ks, int enc) in des_ecb_encrypt()
116 int enc) in des_ecb3_encrypt()
H A Ddes_enc.c68 void des_encrypt1(DES_LONG *data, des_key_schedule ks, int enc) in des_encrypt1()
166 void des_encrypt2(DES_LONG *data, des_key_schedule ks, int enc) in des_encrypt2()
/dflybsd-src/crypto/libressl/crypto/cast/
H A Dc_ecb.c64 const CAST_KEY *ks, int enc) in CAST_ecb_encrypt()

12345