Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Ducdata.h126 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0) argument
127 #define ucisdigit(cc) ucisprop(cc, UC_ND, 0) argument
128 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0) argument
129 #define uciscntrl(cc) ucisprop(cc, UC_CC|UC_CF, 0) argument
130 #define ucisspace(cc) ucisprop(cc, UC_ZS|UC_SS, 0) argument
131 #define ucisblank(cc) ucisprop(cc, UC_ZS, 0) argument
132 #define ucispunct(cc) ucisprop(cc, UC_PD|UC_PS|UC_PE|UC_PO, UC_PI|UC_PF) argument
133 #define ucisgraph(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\ argument
137 #define ucisprint(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\ argument
141 #define ucisupper(cc) ucisprop(cc, UC_LU, 0) argument
[all …]
/freebsd/crypto/openssl/test/
H A Dcc_dummy.c32 static void dummy_free(OSSL_CC_DATA *cc) in dummy_free()
37 static void dummy_reset(OSSL_CC_DATA *cc) in dummy_reset()
42 static int dummy_set_input_params(OSSL_CC_DATA *cc, const OSSL_PARAM *params) in dummy_set_input_params()
62 static int dummy_bind_diagnostic(OSSL_CC_DATA *cc, OSSL_PARAM *params) in dummy_bind_diagnostic()
80 static int dummy_unbind_diagnostic(OSSL_CC_DATA *cc, OSSL_PARAM *params) in dummy_unbind_diagnostic()
97 static uint64_t dummy_get_tx_allowance(OSSL_CC_DATA *cc) in dummy_get_tx_allowance()
102 static OSSL_TIME dummy_get_wakeup_deadline(OSSL_CC_DATA *cc) in dummy_get_wakeup_deadline()
107 static int dummy_on_data_sent(OSSL_CC_DATA *cc, in dummy_on_data_sent()
113 static int dummy_on_data_acked(OSSL_CC_DATA *cc, in dummy_on_data_acked()
119 static int dummy_on_data_lost(OSSL_CC_DATA *cc, in dummy_on_data_lost()
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_engine.c469 rng_init(br_ssl_engine_context *cc) in rng_init()
508 br_ssl_engine_init_rand(br_ssl_engine_context *cc) in br_ssl_engine_init_rand()
537 br_ssl_engine_inject_entropy(br_ssl_engine_context *cc, in br_ssl_engine_inject_entropy()
927 clear_max_plaintext(const br_sslrec_out_clear_context *cc, in clear_max_plaintext()
944 clear_encrypt(br_sslrec_out_clear_context *cc, in clear_encrypt()
1020 br_ssl_engine_set_suites(br_ssl_engine_context *cc, in br_ssl_engine_set_suites()
1036 jump_handshake(br_ssl_engine_context *cc, int action) in jump_handshake()
1107 br_ssl_engine_flush_record(br_ssl_engine_context *cc) in br_ssl_engine_flush_record()
1120 br_ssl_engine_sendapp_buf(const br_ssl_engine_context *cc, size_t *len) in br_ssl_engine_sendapp_buf()
1131 br_ssl_engine_sendapp_ack(br_ssl_engine_context *cc, size_t len) in br_ssl_engine_sendapp_ack()
[all …]
H A Dssl_rec_chapol.c28 gen_chapol_init(br_sslrec_chapol_context *cc, in gen_chapol_init()
40 gen_chapol_process(br_sslrec_chapol_context *cc, in gen_chapol_process()
64 in_chapol_init(br_sslrec_chapol_context *cc, in in_chapol_init()
73 chapol_check_length(const br_sslrec_chapol_context *cc, size_t rlen) in chapol_check_length()
83 chapol_decrypt(br_sslrec_chapol_context *cc, in chapol_decrypt()
122 out_chapol_init(br_sslrec_chapol_context *cc, in out_chapol_init()
131 chapol_max_plaintext(const br_sslrec_chapol_context *cc, in chapol_max_plaintext()
145 chapol_encrypt(br_sslrec_chapol_context *cc, in chapol_encrypt()
H A Dssl_rec_gcm.c33 gen_gcm_init(br_sslrec_gcm_context *cc, in gen_gcm_init()
51 in_gcm_init(br_sslrec_gcm_context *cc, in in_gcm_init()
62 gcm_check_length(const br_sslrec_gcm_context *cc, size_t rlen) in gcm_check_length()
78 do_tag(br_sslrec_gcm_context *cc, in do_tag()
111 do_ctr(br_sslrec_gcm_context *cc, const void *nonce, void *data, size_t len, in do_ctr()
123 gcm_decrypt(br_sslrec_gcm_context *cc, in gcm_decrypt()
169 out_gcm_init(br_sslrec_gcm_context *cc, in out_gcm_init()
180 gcm_max_plaintext(const br_sslrec_gcm_context *cc, in gcm_max_plaintext()
195 gcm_encrypt(br_sslrec_gcm_context *cc, in gcm_encrypt()
H A Dssl_rec_ccm.c33 gen_ccm_init(br_sslrec_ccm_context *cc, in gen_ccm_init()
45 in_ccm_init(br_sslrec_ccm_context *cc, in in_ccm_init()
55 ccm_check_length(const br_sslrec_ccm_context *cc, size_t rlen) in ccm_check_length()
68 ccm_decrypt(br_sslrec_ccm_context *cc, in ccm_decrypt()
125 out_ccm_init(br_sslrec_ccm_context *cc, in out_ccm_init()
135 ccm_max_plaintext(const br_sslrec_ccm_context *cc, in ccm_max_plaintext()
149 ccm_encrypt(br_sslrec_ccm_context *cc, in ccm_encrypt()
H A Dssl_lru.c148 find_node(br_ssl_session_cache_lru *cc, const unsigned char *id, in find_node()
195 find_replacement_node(br_ssl_session_cache_lru *cc, uint32_t x, uint32_t *al) in find_replacement_node()
238 set_link(br_ssl_session_cache_lru *cc, uint32_t alx, uint32_t x) in set_link()
252 remove_node(br_ssl_session_cache_lru *cc, uint32_t x) in remove_node()
326 br_ssl_session_cache_lru *cc; in lru_save() local
432 br_ssl_session_cache_lru *cc; in lru_load() local
494 br_ssl_session_cache_lru_init(br_ssl_session_cache_lru *cc, in br_ssl_session_cache_lru_init()
509 br_ssl_session_cache_lru *cc, const unsigned char *id) in br_ssl_session_cache_lru_forget()
H A Dssl_rec_cbc.c28 in_cbc_init(br_sslrec_in_cbc_context *cc, in in_cbc_init()
50 cbc_check_length(const br_sslrec_in_cbc_context *cc, size_t rlen) in cbc_check_length()
98 cbc_decrypt(br_sslrec_in_cbc_context *cc, in cbc_decrypt()
268 out_cbc_init(br_sslrec_out_cbc_context *cc, in out_cbc_init()
290 cbc_max_plaintext(const br_sslrec_out_cbc_context *cc, in cbc_max_plaintext()
310 cbc_encrypt(br_sslrec_out_cbc_context *cc, in cbc_encrypt()
H A Dssl_server.c29 br_ssl_server_zero(br_ssl_server_context *cc) in br_ssl_server_zero()
42 br_ssl_server_reset(br_ssl_server_context *cc) in br_ssl_server_reset()
H A Dssl_client.c29 br_ssl_client_zero(br_ssl_client_context *cc) in br_ssl_client_zero()
42 br_ssl_client_reset(br_ssl_client_context *cc, in br_ssl_client_reset()
/freebsd/sys/kern/
H A Dkern_timeout.c179 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr argument
180 #define cc_exec_last_func(cc, dir) cc->cc_exec_entity[dir].cc_last_func argument
181 #define cc_exec_last_arg(cc, dir) cc->cc_exec_entity[dir].cc_last_arg argument
182 #define cc_exec_next(cc) cc->cc_next argument
183 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel argument
184 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting argument
186 #define cc_migration_func(cc, dir) cc->cc_exec_entity[dir].ce_migration_func argument
187 #define cc_migration_arg(cc, dir) cc->cc_exec_entity[dir].ce_migration_arg argument
188 #define cc_migration_cpu(cc, dir) cc->cc_exec_entity[dir].ce_migration_cpu argument
189 #define cc_migration_time(cc, dir) cc->cc_exec_entity[dir].ce_migration_time argument
[all …]
H A Dtty_compat.c128 cc_t *cc; in ttsetcompat() local
144 cc_t *cc; in ttsetcompat() local
200 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() local
216 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() local
228 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() local
/freebsd/contrib/bearssl/src/hash/
H A Dmd5sha1.c29 br_md5sha1_init(br_md5sha1_context *cc) in br_md5sha1_init()
39 br_md5sha1_update(br_md5sha1_context *cc, const void *data, size_t len) in br_md5sha1_update()
68 br_md5sha1_out(const br_md5sha1_context *cc, void *dst) in br_md5sha1_out()
103 br_md5sha1_state(const br_md5sha1_context *cc, void *dst) in br_md5sha1_state()
115 br_md5sha1_set_state(br_md5sha1_context *cc, const void *stb, uint64_t count) in br_md5sha1_set_state()
H A Dsha2big.c144 sha2big_update(br_sha384_context *cc, const void *data, size_t len) in sha2big_update()
171 sha2big_out(const br_sha384_context *cc, void *dst, int num) in sha2big_out()
196 br_sha384_init(br_sha384_context *cc) in br_sha384_init()
205 br_sha384_update(br_sha384_context *cc, const void *data, size_t len) in br_sha384_update()
212 br_sha384_out(const br_sha384_context *cc, void *dst) in br_sha384_out()
219 br_sha384_state(const br_sha384_context *cc, void *dst) in br_sha384_state()
227 br_sha384_set_state(br_sha384_context *cc, const void *stb, uint64_t count) in br_sha384_set_state()
235 br_sha512_init(br_sha512_context *cc) in br_sha512_init()
244 br_sha512_out(const br_sha512_context *cc, void *dst) in br_sha512_out()
H A Dsha2small.c203 sha2small_update(br_sha224_context *cc, const void *data, size_t len) in sha2small_update()
230 sha2small_out(const br_sha224_context *cc, void *dst, int num) in sha2small_out()
254 br_sha224_init(br_sha224_context *cc) in br_sha224_init()
263 br_sha224_update(br_sha224_context *cc, const void *data, size_t len) in br_sha224_update()
270 br_sha224_out(const br_sha224_context *cc, void *dst) in br_sha224_out()
277 br_sha224_state(const br_sha224_context *cc, void *dst) in br_sha224_state()
285 br_sha224_set_state(br_sha224_context *cc, const void *stb, uint64_t count) in br_sha224_set_state()
293 br_sha256_init(br_sha256_context *cc) in br_sha256_init()
302 br_sha256_out(const br_sha256_context *cc, void *dst) in br_sha256_out()
H A Dmd5.c119 br_md5_init(br_md5_context *cc) in br_md5_init()
128 br_md5_update(br_md5_context *cc, const void *data, size_t len) in br_md5_update()
156 br_md5_out(const br_md5_context *cc, void *dst) in br_md5_out()
180 br_md5_state(const br_md5_context *cc, void *dst) in br_md5_state()
188 br_md5_set_state(br_md5_context *cc, const void *stb, uint64_t count) in br_md5_set_state()
H A Dsha1.c101 br_sha1_init(br_sha1_context *cc) in br_sha1_init()
110 br_sha1_update(br_sha1_context *cc, const void *data, size_t len) in br_sha1_update()
138 br_sha1_out(const br_sha1_context *cc, void *dst) in br_sha1_out()
162 br_sha1_state(const br_sha1_context *cc, void *dst) in br_sha1_state()
170 br_sha1_set_state(br_sha1_context *cc, const void *stb, uint64_t count) in br_sha1_set_state()
/freebsd/crypto/openssl/ssl/quic/
H A Dcc_newreno.c64 static void newreno_free(OSSL_CC_DATA *cc) in newreno_free()
93 static void newreno_reset(OSSL_CC_DATA *cc) in newreno_reset()
112 static int newreno_set_input_params(OSSL_CC_DATA *cc, const OSSL_PARAM *params) in newreno_set_input_params()
149 static int newreno_bind_diagnostic(OSSL_CC_DATA *cc, OSSL_PARAM *params) in newreno_bind_diagnostic()
198 static int newreno_unbind_diagnostic(OSSL_CC_DATA *cc, OSSL_PARAM *params) in newreno_unbind_diagnostic()
287 static uint64_t newreno_get_tx_allowance(OSSL_CC_DATA *cc) in newreno_get_tx_allowance()
297 static OSSL_TIME newreno_get_wakeup_deadline(OSSL_CC_DATA *cc) in newreno_get_wakeup_deadline()
311 static int newreno_on_data_sent(OSSL_CC_DATA *cc, uint64_t num_bytes) in newreno_on_data_sent()
339 static int newreno_on_data_acked(OSSL_CC_DATA *cc, in newreno_on_data_acked()
403 static int newreno_on_data_lost(OSSL_CC_DATA *cc, in newreno_on_data_lost()
[all …]
/freebsd/crypto/openssh/
H A Dcipher.c197 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext()
237 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message()
250 struct sshcipher_ctx *cc = NULL; in cipher_init() local
345 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt()
408 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length()
421 cipher_free(struct sshcipher_ctx *cc) in cipher_free()
438 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) in cipher_get_keyiv()
478 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len) in cipher_set_keyiv()
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_pwr8.c38 long cc; in key_schedule_128() local
148 long cc; in key_schedule_192() local
286 long cc; in key_schedule_256() local
/freebsd/sys/dev/firewire/
H A Dfwcrom.c67 #define CROM_END(cc) ((vm_offset_t)(cc)->stack[0].dir + MAX_ROM - 1) argument
70 crom_init_context(struct crom_context *cc, uint32_t *p) in crom_init_context()
93 crom_get(struct crom_context *cc) in crom_get()
102 crom_next(struct crom_context *cc) in crom_next()
143 crom_search_key(struct crom_context *cc, uint8_t key) in crom_search_key()
160 struct crom_context c, *cc; in crom_has_specver() local
184 crom_parse_text(struct crom_context *cc, char *buf, int len) in crom_parse_text()
295 crom_desc(struct crom_context *cc, char *buf, int len) in crom_desc()
/freebsd/crypto/krb5/src/clients/ksu/
H A Dccache.c101 krb5_store_all_creds(krb5_context context, krb5_ccache cc, in krb5_store_all_creds()
180 krb5_get_nonexp_tkts(krb5_context context, krb5_ccache cc, in krb5_get_nonexp_tkts()
316 show_credential(krb5_context context, krb5_creds *cred, krb5_ccache cc) in show_credential()
440 krb5_store_some_creds(krb5_context context, krb5_ccache cc, in krb5_store_some_creds()
486 krb5_ccache_filter(krb5_context context, krb5_ccache cc, krb5_principal prst) in krb5_ccache_filter()
550 krb5_find_princ_in_cache(krb5_context context, krb5_ccache cc, in krb5_find_princ_in_cache()
573 krb5_ccache cc; in ks_ccache_name_is_initialized() local
584 ks_ccache_is_initialized(krb5_context context, krb5_ccache cc) in ks_ccache_is_initialized()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h149 CC *cc; variable
153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC()
161 ~LLC() override { delete cc; } in ~LLC() local
/freebsd/contrib/bearssl/samples/
H A Dcustom_profile.c47 example_client_profile(br_ssl_client_context *cc in example_client_profile()
457 example_server_profile(br_ssl_server_context *cc, in example_server_profile()
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m31.c167 uint64_t cc; in mul9() local
274 uint64_t cc; in square9() local
348 uint32_t cc; in reduce_final_f255() local
375 uint32_t t[18], cc; in f255_mul() local
438 uint32_t t[18], cc; in f255_square() local
484 uint32_t cc, w; in f255_add() local
513 uint32_t cc, w; in f255_sub() local
539 uint32_t cc; in f255_mul_a24() local

12345678910>>...16