Searched refs:cryptostats (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/opencrypto/ |
| D | crypto.c | 517 static struct cryptostats cryptostats; variable 1292 cryptostats.cs_ops++; in crypto_dispatch() 1368 cryptostats.cs_blocks++; in crypto_dispatch() 1391 cryptostats.cs_kops++; in crypto_kdispatch() 1429 cryptostats.cs_kblocks++; in crypto_kdispatch() 1534 crypto_tstat(&cryptostats.cs_invoke, &crp->crp_tstamp); in crypto_invoke() 1704 cryptostats.cs_errs++; in crypto_done() 1707 crypto_tstat(&cryptostats.cs_done, &crp->crp_tstamp); in crypto_done() 1739 cryptostats.cs_kerrs++; in crypto_kdone() 1807 cryptostats.cs_intrs++; in cryptointr() [all …]
|
| D | cryptodev.h | 391 struct cryptostats { struct
|
| /netbsd/src/external/bsd/ntp/dist/conf/ |
| D | pogo.conf | 44 filegen cryptostats file cryptostats type day enable
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_util.c | 87 static FILEGEN cryptostats; variable 167 filegen_register(statsdir, "cryptostats", &cryptostats); in init_util() 882 filegen_setup(&cryptostats, now.l_ui); in record_crypto_stats() 885 if (cryptostats.fp != NULL) { in record_crypto_stats() 887 fprintf(cryptostats.fp, "%lu %s 0.0.0.0 %s\n", in record_crypto_stats() 890 fprintf(cryptostats.fp, "%lu %s %s %s\n", in record_crypto_stats() 892 fflush(cryptostats.fp); in record_crypto_stats()
|
| D | complete.conf.in | 12 statistics clockstats cryptostats loopstats peerstats protostats rawstats sysstats timingstats 14 filegen cryptostats file cryptostats type pid link disable
|
| D | invoke-ntp.conf.texi | 1039 @item @code{cryptostats} 1045 @code{cryptostats}:
|
| D | ntp.conf.def | 1102 .It Cm cryptostats 1108 .Cm cryptostats :
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | ChangeLog | 2738 * [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL. 4420 sysstats files and cryptostats files reveal the ambient health of a busy
|
| D | CommitLog | 141961 [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL. 141965 [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL. 141971 [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL. 141974 filegen_register() timingstats and cryptostats unconditionally, so we do 141976 cryptostats with a non-autokey ntpd.
|