Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/expat/lib/
HDxmltok.c125 isNever(const ENCODING *enc, const char *p) in isNever()
131 utf8_isName2(const ENCODING *enc, const char *p) in utf8_isName2()
137 utf8_isName3(const ENCODING *enc, const char *p) in utf8_isName3()
145 utf8_isNmstrt2(const ENCODING *enc, const char *p) in utf8_isNmstrt2()
151 utf8_isNmstrt3(const ENCODING *enc, const char *p) in utf8_isNmstrt3()
159 utf8_isInvalid2(const ENCODING *enc, const char *p) in utf8_isInvalid2()
165 utf8_isInvalid3(const ENCODING *enc, const char *p) in utf8_isInvalid3()
171 utf8_isInvalid4(const ENCODING *enc, const char *p) in utf8_isInvalid4()
177 ENCODING enc; member
197 #define AS_NORMAL_ENCODING(enc) ((const struct normal_encoding *) (enc)) argument
[all …]
HDxmlrole.c89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar) argument
132 const ENCODING *enc) in prolog0()
169 const ENCODING *enc) in prolog1()
200 const ENCODING *enc) in prolog2()
221 const ENCODING *enc) in doctype0()
239 const ENCODING *enc) in doctype1()
269 const ENCODING *enc) in doctype2()
286 const ENCODING *enc) in doctype3()
303 const ENCODING *enc) in doctype4()
323 const ENCODING *enc) in doctype5()
[all …]
HDxmltok.h198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \ argument
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \ argument
204 #define XmlContentTok(enc, ptr, end, nextTokPtr) \ argument
207 #define XmlCdataSectionTok(enc, ptr, end, nextTokPtr) \ argument
212 #define XmlIgnoreSectionTok(enc, ptr, end, nextTokPtr) \ argument
220 #define XmlLiteralTok(enc, literalType, ptr, end, nextTokPtr) \ argument
223 #define XmlAttributeValueTok(enc, ptr, end, nextTokPtr) \ argument
226 #define XmlEntityValueTok(enc, ptr, end, nextTokPtr) \ argument
229 #define XmlSameName(enc, ptr1, ptr2) (((enc)->sameName)(enc, ptr1, ptr2)) argument
231 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument
[all …]
HDxmltok_impl.c9 #define IS_INVALID_CHAR(enc, ptr, n) (0) argument
33 #define CHECK_NAME_CASE(n, enc, ptr, end, nextTokPtr) \ argument
44 #define CHECK_NAME_CASES(enc, ptr, end, nextTokPtr) \ argument
61 #define CHECK_NMSTRT_CASE(n, enc, ptr, end, nextTokPtr) \ argument
72 #define CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr) \ argument
/NextBSD/sys/dev/ahci/
HDahciem.c76 struct ahci_enclosure *enc = device_get_softc(dev); in ahci_em_attach() local
203 struct ahci_enclosure *enc = device_get_softc(dev); in ahci_em_detach() local
228 struct ahci_enclosure *enc; in ahci_em_reset() local
249 struct ahci_enclosure *enc = device_get_softc(dev); in ahci_em_suspend() local
260 struct ahci_enclosure *enc = device_get_softc(dev); in ahci_em_resume() local
288 struct ahci_enclosure *enc; in ahci_em_setleds() local
319 struct ahci_enclosure *enc; in ahci_em_led() local
366 struct ahci_enclosure *enc; in ahci_em_emulate_ses_on_led() local
519 struct ahci_enclosure *enc; in ahci_em_begin_transaction() local
548 struct ahci_enclosure *enc; in ahciemaction() local
/NextBSD/sys/cam/scsi/
HDscsi_enc.c116 struct enc_softc *enc; in enc_devgonecb() local
153 struct enc_softc *enc; in enc_oninvalidate() local
184 struct enc_softc *enc; in enc_dtor() local
297 struct enc_softc *enc; in enc_close() local
349 enc_softc_t *enc; in enc_ioctl() local
557 enc_runcmd(struct enc_softc *enc, char *cdb, int cdbl, char *dptr, int *dlenp) in enc_runcmd()
630 enc_log(struct enc_softc *enc, const char *fmt, ...) in enc_log()
719 enc_update_request(enc_softc_t *enc, uint32_t action) in enc_update_request()
740 enc_fsm_step(enc_softc_t *enc) in enc_fsm_step()
801 enc_softc_t *enc; in enc_status_updater() local
[all …]
HDscsi_enc_ses.c185 enc_softc_t *enc; member
409 ses_iter_init(enc_softc_t *enc, enc_cache_t *cache, struct ses_iterator *iter) in ses_iter_init()
558 ses_cache_free_elm_addlstatus(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free_elm_addlstatus()
589 ses_cache_free_elm_descs(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free_elm_descs()
619 ses_cache_free_status(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free_status()
636 ses_cache_free_elm_map(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free_elm_map()
659 ses_cache_free(enc_softc_t *enc, enc_cache_t *cache) in ses_cache_free()
689 ses_cache_clone(enc_softc_t *enc, enc_cache_t *src, enc_cache_t *dst) in ses_cache_clone()
816 ses_devids_iter(enc_softc_t *enc, enc_element_t *elm, in ses_devids_iter()
882 ses_path_iter_devid_callback(enc_softc_t *enc, enc_element_t *elem, in ses_path_iter_devid_callback()
[all …]
HDscsi_enc_safte.c233 safte_fill_read_buf_io(enc_softc_t *enc, struct enc_fsm_state *state, in safte_fill_read_buf_io()
258 safte_process_config(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_config()
332 safte_process_gflags(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_gflags()
357 safte_process_status(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_status()
666 safte_process_slotstatus(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_slotstatus()
735 safte_fill_control_request(enc_softc_t *enc, struct enc_fsm_state *state, in safte_fill_control_request()
956 safte_process_control_request(enc_softc_t *enc, struct enc_fsm_state *state, in safte_process_control_request()
989 safte_softc_invalidate(enc_softc_t *enc) in safte_softc_invalidate()
998 safte_softc_cleanup(enc_softc_t *enc) in safte_softc_cleanup()
1007 safte_init_enc(enc_softc_t *enc) in safte_init_enc()
[all …]
/NextBSD/crypto/openssl/crypto/des/
HDdes_old.c89 des_key_schedule ks3, int enc) in _ossl_old_des_ecb3_encrypt()
108 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_cbc_encrypt()
117 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_ncbc_encrypt()
128 _ossl_old_des_cblock *outw, int enc) in _ossl_old_des_xcbc_encrypt()
138 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_cfb_encrypt()
146 des_key_schedule ks, int enc) in _ossl_old_des_ecb_encrypt()
151 void _ossl_old_des_encrypt(DES_LONG *data, des_key_schedule ks, int enc) in _ossl_old_des_encrypt()
156 void _ossl_old_des_encrypt2(DES_LONG *data, des_key_schedule ks, int enc) in _ossl_old_des_encrypt2()
180 _ossl_old_des_cblock *ivec, int enc) in _ossl_old_des_ede3_cbc_encrypt()
193 int enc) in _ossl_old_des_ede3_cfb64_encrypt()
[all …]
HDcfb64ede.c71 DES_cblock *ivec, int *num, int enc) in DES_ede3_cfb64_encrypt()
134 int *num, int enc) in DES_ede2_cfb64_encrypt()
148 DES_cblock *ivec, int enc) in DES_ede3_cfb_encrypt()
HDdes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1()
154 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt2()
287 DES_cblock *ivec, int enc) in DES_ede3_cbc_encrypt()
/NextBSD/crypto/openssl/crypto/aes/
HDaes_cfb.c63 unsigned char *ivec, int *num, const int enc) in AES_cfb128_encrypt()
73 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt()
81 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
/NextBSD/crypto/openssl/crypto/camellia/
HDcmll_cfb.c119 unsigned char *ivec, int *num, const int enc) in Camellia_cfb128_encrypt()
129 unsigned char *ivec, int *num, const int enc) in Camellia_cfb1_encrypt()
137 unsigned char *ivec, int *num, const int enc) in Camellia_cfb8_encrypt()
/NextBSD/crypto/openssl/crypto/modes/
HDcfb128.c70 int enc, block128_f block) in CRYPTO_cfb128_encrypt()
189 unsigned char ivec[16], int enc, in cfbr_encrypt_block()
226 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt()
245 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
/NextBSD/crypto/openssl/crypto/asn1/
HDtasn_utl.c142 ASN1_ENCODING *enc; in asn1_enc_init() local
153 ASN1_ENCODING *enc; in asn1_enc_free() local
167 ASN1_ENCODING *enc; in asn1_enc_save() local
187 ASN1_ENCODING *enc; in asn1_enc_restore() local
/NextBSD/crypto/openssl/crypto/pem/
HDpem_pk8.c90 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
97 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
112 const EVP_CIPHER *enc, char *kstr, int klen, in do_pk8pkey()
197 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_fp()
217 int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_PKCS8PrivateKey()
225 const EVP_CIPHER *enc, char *kstr, int klen, in do_pk8pkey_fp()
HDpem_all.c192 int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc, in PEM_write_bio_RSAPrivateKey()
214 int PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, in PEM_write_RSAPrivateKey()
273 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, in PEM_write_bio_DSAPrivateKey()
295 int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, in PEM_write_DSAPrivateKey()
383 int PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, in PEM_write_ECPrivateKey()
/NextBSD/tests/sys/opencrypto/
HDcryptodev.py418 enc = c.encrypt(pt, iv) variable
439 enc = c.encrypt(pt, iv) variable
459 enc = c.encrypt(pt, iv) variable
485 enc, enctag = c.encrypt(pt, iv, aad=aad) variable
521 enc, enctag = c.encrypt(pt, iv, aad=aad) variable
538 enc = c.encrypt(data, iv) variable
546 enc = c.encrypt(data, iv) variable
/NextBSD/sys/dev/sec/
HDsec.c1180 sec_split_cri(struct cryptoini *cri, struct cryptoini **enc, in sec_split_cri()
1208 sec_split_crp(struct cryptop *crp, struct cryptodesc **enc, in sec_split_crp()
1286 struct cryptoini *enc = NULL; in sec_newsession() local
1367 struct cryptodesc *mac, *enc; in sec_process() local
1494 struct sec_session *ses, struct cryptop *crp, struct cryptodesc *enc, in sec_build_common_ns_desc()
1546 struct sec_session *ses, struct cryptop *crp, struct cryptodesc *enc, in sec_build_common_s_desc()
1614 struct cryptoini *enc, struct cryptoini *mac) in sec_aesu_newsession()
1633 struct cryptodesc *enc, *mac; in sec_aesu_make_desc() local
1669 struct cryptoini *enc, struct cryptoini *mac) in sec_deu_newsession()
1693 struct cryptodesc *enc, *mac; in sec_deu_make_desc() local
[all …]
/NextBSD/crypto/openssl/crypto/cms/
HDcms_enc.c82 int enc, keep_key = 0; in DECLARE_ASN1_ITEM() local
256 CMS_EncryptedData *enc = cms->d.encryptedData; in cms_EncryptedData_init_bio() local
/NextBSD/sys/crypto/des/
HDdes_ecb.c101 des_key_schedule ks, int enc) in des_ecb_encrypt()
118 int enc) in des_ecb3_encrypt()
HDdes_enc.c70 void des_encrypt1(DES_LONG *data, des_key_schedule ks, int enc) in des_encrypt1()
168 void des_encrypt2(DES_LONG *data, des_key_schedule ks, int enc) in des_encrypt2()
/NextBSD/crypto/openssl/crypto/evp/
HDe_aes.c270 const unsigned char *iv, int enc) in aesni_init_key()
343 const unsigned char *iv, int enc) in aesni_gcm_init_key()
379 const unsigned char *iv, int enc) in aesni_xts_init_key()
417 const unsigned char *iv, int enc) in aesni_ccm_init_key()
550 const unsigned char *iv, int enc) in aes_t4_init_key()
649 const unsigned char *iv, int enc) in aes_t4_gcm_init_key()
699 const unsigned char *iv, int enc) in aes_t4_xts_init_key()
767 const unsigned char *iv, int enc) in aes_t4_ccm_init_key()
924 const unsigned char *iv, int enc) in aes_init_key()
1275 const unsigned char *iv, int enc) in aes_gcm_init_key()
[all …]
/NextBSD/sys/geom/eli/
HDg_eli_crypto.c59 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, in g_eli_crypto_cipher()
120 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, in g_eli_crypto_cipher()
/NextBSD/crypto/openssl/crypto/seed/
HDseed_ecb.c55 const SEED_KEY_SCHEDULE *ks, int enc) in SEED_ecb_encrypt()

123456