Searched refs:cryptostats (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/ntp/conf/ |
| H A D | pogo.conf | 44 filegen cryptostats file cryptostats type day enable
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 85 static FILEGEN cryptostats; 140 filegen_unregister("cryptostats"); in uninit_util() 165 filegen_register(statsdir, "cryptostats", &cryptostats); in init_util() 880 filegen_setup(&cryptostats, now.l_ui); in record_crypto_stats() 883 if (cryptostats.fp != NULL) { in record_crypto_stats() 885 fprintf(cryptostats.fp, "%lu %s 0.0.0.0 %s\n", in record_crypto_stats() 888 fprintf(cryptostats.fp, "%lu %s %s %s\n", in record_crypto_stats() 890 fflush(cryptostats.fp); in record_crypto_stats() 87 static FILEGEN cryptostats; global() variable
|
| H A D | complete.conf.in | 12 statistics clockstats cryptostats loopstats peerstats protostats rawstats sysstats timingstats 14 filegen cryptostats file cryptostats type pid link disable
|
| H A D | ntp.conf.def | 1102 .It Cm cryptostats 1108 .Cm cryptostats :
|
| H A D | invoke-ntp.conf.texi | 1039 @item @code{cryptostats} 1045 @code{cryptostats}:
|
| /freebsd/sys/opencrypto/ |
| H A D | crypto.c | 223 static counter_u64_t cryptostats[sizeof(struct cryptostats) / sizeof(uint64_t)]; variable 225 cryptostats, nitems(cryptostats), 230 cryptostats[offsetof(struct cryptostats, stat) / sizeof(uint64_t)],\ 237 COUNTER_ARRAY_ALLOC(cryptostats, nitems(cryptostats), M_WAITOK); in cryptostats_init() 244 COUNTER_ARRAY_FREE(cryptostats, nitems(cryptostats)); in cryptostats_fini()
|
| H A D | cryptodev.h | 304 struct cryptostats { struct
|
| /freebsd/tools/tools/crypto/ |
| H A D | Makefile | 28 PROGS= cryptocheck cryptostats ipsecstats safestats
|
| H A D | cryptostats.c | 61 struct cryptostats stats; in main()
|
| /freebsd/contrib/ntp/ |
| H A 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
|
| H A D | CommitLog | [all...] |