Home
last modified time | relevance | path

Searched refs:cryptostats (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ntp/conf/
H A Dpogo.conf44 filegen cryptostats file cryptostats type day enable
/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c85 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 Dcomplete.conf.in12 statistics clockstats cryptostats loopstats peerstats protostats rawstats sysstats timingstats
14 filegen cryptostats file cryptostats type pid link disable
H A Dinvoke-ntp.conf.texi1039 @item @code{cryptostats}
1045 @code{cryptostats}:
H A Dntp.conf.def1102 .It Cm cryptostats
1108 .Cm cryptostats :
/freebsd/sys/opencrypto/
H A Dcrypto.c219 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 Dcryptodev.h304 struct cryptostats { struct
/freebsd/tools/tools/crypto/
H A DMakefile28 PROGS= cryptocheck cryptotest cryptostats \
H A Dcryptostats.c61 struct cryptostats stats; in main()
H A Dcryptotest.c413 struct cryptostats stats; in resetstats()
517 struct cryptostats stats; in runtests()
/freebsd/contrib/ntp/
H A DChangeLog2738 * [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 DCommitLog[all...]