Home
last modified time | relevance | path

Searched +defs:cc +defs:name (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/crypto/openssh/
H A Dcipher.c68 char *name; member
197 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext()
203 cipher_by_name(const char *name) in cipher_by_name()
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/ssl/
H A Dssl_lru.c95 #define GETSET(name, off) \ argument
148 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()
/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c428 KFW_get_ccache(krb5_context alt_ctx, krb5_principal principal, krb5_ccache * cc) in KFW_get_ccache()
486 krb5_ccache cc = 0; in KFW_kinit() local
488 char* name = 0; in KFW_kinit() local
654 krb5_ccache cc = 0; in KFW_get_cred() local
960 krb5_ccache cc = 0; in KFW_copy_cache_to_system_file() local
1019 krb5_ccache cc = 0; in KFW_copy_file_cache_to_default_cache() local
1095 krb5_ccache cc = 0; in KFW_copy_file_cache_to_api_cache() local
1097 char *name = NULL; in KFW_copy_file_cache_to_api_cache() local
1182 krb5_ccache cc = 0; in KFW_destroy_tickets_for_principal() local
/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()
319 char *name = NULL, *sname = NULL, *defname = NULL, *flags; in show_credential() local
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/usr.bin/localedef/
H A Dcollate.c159 char *name; member
169 char *name; member
492 define_collsym(char *name) in define_collsym()
516 lookup_collsym(char *name) in lookup_collsym()
534 get_collundef(char *name) in get_collundef()
561 collchar_t *cc; in get_collchar() local
706 start_order_symbol(char *name) in start_order_symbol()
715 collchar_t *cc; in start_order_char() local
789 define_collelem(char *name, wchar_t *wcs) in define_collelem()
879 collchar_t *cc; in add_order_char() local
[all …]
/freebsd/contrib/dialog/
H A Dtrace.c66 dlg_trace_2s(const char *name, const char *value) in dlg_trace_2s()
95 dlg_trace_2n(const char *name, int value) in dlg_trace_2n()
113 int cc = getmaxx(win); in dlg_trace_win() local
196 #define CASE(name) case name: fkey_name = #name; break in dlg_trace_chr() argument
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c290 gss_name_t name; in rpc_gss_acquire_svc_cred() local
376 const char *mech, const char *name, const char *node, const char *domain) in rpc_gss_get_principal_name()
493 struct svc_rpc_gss_cookedcred *cc; in rpc_gss_getcred() local
518 struct svc_rpc_gss_cookedcred *cc; in rpc_gss_svc_getcred() local
551 struct svc_rpc_gss_cookedcred *cc = req->rq_clntcred; in rpc_gss_svc_max_data_length() local
870 const gss_name_t name) in svc_rpc_gss_build_ucred()
1394 struct svc_rpc_gss_cookedcred *cc; in svc_rpc_gss() local
1667 struct svc_rpc_gss_cookedcred *cc; in svc_rpc_gss_wrap() local
1687 struct svc_rpc_gss_cookedcred *cc; in svc_rpc_gss_unwrap() local
1707 struct svc_rpc_gss_cookedcred *cc; in svc_rpc_gss_release() local
/freebsd/lib/libc/gen/
H A Dnlist.c54 nlist(const char *name, struct nlist *list) in nlist()
126 Elf_Ssize cc, i; in __elf_fdnlist() local
228 char *name; in __elf_fdnlist() local
/freebsd/usr.bin/mail/
H A Dcollect.c70 int lc, cc, escape, eofcount, fd, c, t; in collect() local
496 exwrite(char name[], FILE *fp, int f) in exwrite()
500 long cc; in exwrite() local
/freebsd/contrib/bearssl/tools/
H A Dsslio.c51 dump_blob(const char *name, const void *data, size_t len) in dump_blob()
75 run_command(br_ssl_engine_context *cc, unsigned char *buf, size_t len) in run_command()
247 run_ssl_engine(br_ssl_engine_context *cc, unsigned long fd, unsigned flags) in run_ssl_engine()
H A Dtwrch.c105 dump_blob(const char *name, const void *data, size_t len) in dump_blob()
212 const char *name, *comment; in print_error() local
266 } cc; in do_twrch() local
H A Dclient.c222 const char *name; in print_hashes() local
253 const br_ssl_client_context *cc, uint32_t auth_types, in cc_choose()
527 br_ssl_client_context cc; in do_client() local
/freebsd/sys/x86/x86/
H A Dmca.c324 int *name = (int *)arg1; in sysctl_mca_records() local
1006 struct cmc_state *cc; in cmci_update() local
1032 struct amd_et_state *cc; in amd_thresholding_update() local
1383 struct cmc_state *cc; in cmci_monitor() local
1441 struct cmc_state *cc; in cmci_resume() local
1466 amd_thresholding_start(struct amd_et_state *cc, int bank) in amd_thresholding_start()
1493 struct amd_et_state *cc; in amd_thresholding_monitor() local
1552 struct amd_et_state *cc; in amd_thresholding_resume() local
/freebsd/libexec/comsat/
H A Dcomsat.c72 int cc; in main() local
109 mailfor(char *name) in mailfor()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.h68 const char *name; /* printable name */ member
69 const struct country *cc; /* country code for 1-1/default map */ member
87 const char* name; member
/freebsd/contrib/lua/src/
H A Dlparser.c193 static int new_localvar (LexState *ls, TString *name) { in new_localvar()
342 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue()
364 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue()
544 static Labeldesc *findlabel (LexState *ls, TString *name) { in findlabel()
560 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
575 static int newgotoentry (LexState *ls, TString *name, int line, int pc) { in newgotoentry()
608 static int createlabel (LexState *ls, TString *name, int line, in createlabel()
847 static void recfield (LexState *ls, ConsControl *cc) { in recfield()
867 static void closelistfield (FuncState *fs, ConsControl *cc) { in closelistfield()
879 static void lastlistfield (FuncState *fs, ConsControl *cc) { in lastlistfield()
[all …]
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.c235 br_x509_minimal_context *cc; in xm_start_chain() local
259 br_x509_minimal_context *cc; in xm_start_cert() local
275 br_x509_minimal_context *cc; in xm_append() local
289 br_x509_minimal_context *cc; in xm_end_cert() local
301 br_x509_minimal_context *cc; in xm_end_chain() local
319 br_x509_minimal_context *cc; in xm_get_pkey() local
863 #define T0_DEFENTRY(name, slot) \ argument
/freebsd/usr.sbin/rwhod/
H A Drwhod.c318 verify(char *name, int maxlen) in verify()
346 int cc, whod; in receiver_process() local
443 int i, cc, status; in sender_process() local
709 Sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to, in Sendto()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c176 static void new_localvar (LexState *ls, TString *name) { in new_localvar()
188 static void new_localvarliteral_ (LexState *ls, const char *name, size_t sz) { in new_localvarliteral_()
219 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue()
229 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue()
382 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry()
656 static void recfield (LexState *ls, struct ConsControl *cc) { in recfield()
677 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield()
688 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield()
703 static void listfield (LexState *ls, struct ConsControl *cc) { in listfield()
712 static void field (LexState *ls, struct ConsControl *cc) { in field()
[all …]
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dkrb5routines.c88 krb5_ccache cc = 0; in LeashKRB5_renew() local
177 krb5_ccache cc = 0, defcache = 0; in Leash_krb5_kinit() local
179 char* name = 0; in Leash_krb5_kinit() local
793 const char *name, in leash_krb5_prompter()
H A Dtimesync.c160 char name[80]; in Leash_timesync() local
218 int cc; in ProcessTimeSync() local
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dt_kadm5.c109 create_simple_policy(char *name) in create_simple_policy()
121 delete_policy(char *name) in delete_policy()
247 kinit(krb5_ccache cc, const char *user, const char *pass, const char *service) in kinit()
523 dpol_test_fail(char *user, char *name, krb5_error_code code) in dpol_test_fail()
532 dpol_test_succeed(char *user, char *name) in dpol_test_succeed()
619 gpol_test_succeed(char *user, char *name) in gpol_test_succeed()
631 gpol_test_fail(char *user, char *name, krb5_error_code code) in gpol_test_fail()
753 krb5_ccache cc; in test_init_destroy() local
/freebsd/stand/libsa/
H A Dnfs.c202 size_t cc; in nfs_getrootfh() local
247 nfs_lookupfh(struct nfs_iodesc *d, const char *name, struct nfs_iodesc *newfd) in nfs_lookupfh()
267 ssize_t cc; in nfs_lookupfh() local
338 ssize_t cc; in nfs_readlink() local
411 size_t cc; in nfs_readdata() local
680 ssize_t cc; in nfs_read() local
774 size_t cc; in nfs_readdir() local
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c280 char *name; member
393 char *name; /* name of protocol */ member
1011 register int cc; in main() local
1220 register int cc = 0; in wait_for_reply() local
1255 register int cc; in send_probe() local
1353 packet_ok(register u_char *buf, int cc, register struct sockaddr_in *from, in packet_ok()
1652 print(register u_char *buf, register int cc, register struct sockaddr_in *from) in print()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c293 pcap_next_zbuf_shm(pcap_t *p, int *cc) in pcap_next_zbuf_shm()
331 pcap_next_zbuf(pcap_t *p, int *cc) in pcap_next_zbuf()
630 bpf_bind(int fd, const char *name, char *errbuf) in bpf_bind()
826 bpf_open_and_bind(const char *name, char *errbuf) in bpf_open_and_bind()
863 device_exists(int fd, const char *name, char *errbuf) in device_exists()
1181 ssize_t cc; in pcap_read_bpf() local
2792 check_bpf_bindable(const char *name)
2885 char *name; local
2960 get_if_flags(const char *name, bpf_u_int32 *flags, char *errbuf)

1234