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

/freebsd-10.0-release/tools/tools/crypto/
H A DMakefile28 ALL= cryptotest cryptokeytest cryptostats \
39 cryptostats: cryptostats.c
40 ${CC} -o cryptostats cryptostats.c
H A Dcryptostats.c59 struct cryptostats stats;
64 err(1, "kern.cryptostats");
76 err(1, "kern.cryptostats");
86 err(1, "kern.cryptostats");
H A Dcryptotest.c392 struct cryptostats stats;
409 perror("kern.cryptostats");
495 struct cryptostats stats;
502 perror("kern.cryptostats");
/freebsd-10.0-release/contrib/ntp/conf/
H A Dpogo.conf44 filegen cryptostats file cryptostats type day enable
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_util.c86 static FILEGEN cryptostats; variable
121 filegen_register(&statsdir[0], "cryptostats", &cryptostats);
401 if(cryptostats.prefix == &statsdir[0] &&
402 cryptostats.fp != NULL) {
403 fclose(cryptostats.fp);
404 cryptostats.fp = NULL;
405 filegen_setup(&cryptostats, now.l_ui);
643 filegen_setup(&cryptostats, now.l_ui);
646 if (cryptostats
[all...]
/freebsd-10.0-release/sys/opencrypto/
H A Dcrypto.c180 static struct cryptostats cryptostats; variable in typeref:struct:cryptostats
181 SYSCTL_STRUCT(_kern, OID_AUTO, crypto_stats, CTLFLAG_RW, &cryptostats,
182 cryptostats, "Crypto system statistics");
787 cryptostats.cs_ops++;
832 cryptostats.cs_kops++;
1015 crypto_tstat(&cryptostats.cs_invoke, &crp->crp_tstamp);
1123 cryptostats.cs_errs++;
1126 crypto_tstat(&cryptostats.cs_done, &crp->crp_tstamp);
1151 crypto_tstat(&cryptostats
[all...]
H A Dcryptodev.h250 struct cryptostats { struct

Completed in 141 milliseconds