Searched refs:cryptostats (Results 1 – 12 of 12) 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 | invoke-ntp.conf.texi | 1039 @item @code{cryptostats} 1045 @code{cryptostats}:
|
H A D | ntp.conf.def | 1102 .It Cm cryptostats 1108 .Cm cryptostats :
|
/freebsd/sys/opencrypto/ |
H A D | crypto.c | 219 static counter_u64_t cryptostats[sizeof(struct cryptostats) / sizeof(uint64_t)]; variable 221 cryptostats, nitems(cryptostats), 226 cryptostats[offsetof(struct cryptostats, stat) / sizeof(uint64_t)],\ 233 COUNTER_ARRAY_ALLOC(cryptostats, nitems(cryptostats), M_WAITOK); in cryptostats_init() 240 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 cryptotest cryptostats \
|
H A D | cryptostats.c | 61 struct cryptostats stats; in main()
|
H A D | cryptotest.c | 413 struct cryptostats stats; in resetstats() 517 struct cryptostats stats; in runtests()
|
/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...] |