Searched refs:cryptostats (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/ntp/conf/
H A Dpogo.conf44 filegen cryptostats file cryptostats type day enable
/freebsd-12-stable/tools/tools/crypto/
H A DMakefile29 PROGS= cryptocheck cryptotest cryptokeytest cryptostats \
40 # cryptostats: dump statistics kept by the core crypto code
H A Dcryptostats.c63 struct cryptostats stats;
68 err(1, "kern.cryptostats");
80 err(1, "kern.cryptostats");
90 err(1, "kern.cryptostats");
H A Dcryptotest.c427 struct cryptostats stats;
444 perror("kern.cryptostats");
531 struct cryptostats stats;
538 perror("kern.cryptostats");
/freebsd-12-stable/sys/opencrypto/
H A Dcrypto.c219 static struct cryptostats cryptostats; variable in typeref:struct:cryptostats
220 SYSCTL_STRUCT(_kern, OID_AUTO, crypto_stats, CTLFLAG_RW, &cryptostats,
221 cryptostats, "Crypto system statistics");
1012 cryptostats.cs_ops++;
1082 cryptostats.cs_kops++;
1281 crypto_tstat(&cryptostats.cs_invoke, &crp->crp_tstamp);
1393 cryptostats.cs_errs++;
1396 crypto_tstat(&cryptostats.cs_done, &crp->crp_tstamp);
1422 crypto_tstat(&cryptostats
[all...]
H A Dcryptodev.h358 struct cryptostats { struct
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c86 static FILEGEN cryptostats; variable
141 filegen_unregister("cryptostats");
166 filegen_register(statsdir, "cryptostats", &cryptostats);
829 filegen_setup(&cryptostats, now.l_ui);
832 if (cryptostats.fp != NULL) {
834 fprintf(cryptostats.fp, "%lu %s 0.0.0.0 %s\n",
837 fprintf(cryptostats.fp, "%lu %s %s %s\n",
839 fflush(cryptostats.fp);

Completed in 204 milliseconds