Searched refs:cert_head (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h393 struct peer_cred_head cert_head; /* trusted client cert files */ member in struct:tls_global_options_t
H A Dsyslogd.c2922 free_cred_SLIST(&tls_opt.cert_head);
3104 credhead = &tls_opt.cert_head;
3382 free_cred_SLIST(&tls_opt.cert_head);
3515 SLIST_FOREACH(cred, &tls_opt.cert_head, entries) {
H A Dtls.c767 SLIST_FOREACH_SAFE(cred, &tls_opt.cert_head,

Completed in 70 milliseconds