Home
last modified time | relevance | path

Searched defs:cryptostats (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/opencrypto/
H A Dcryptodev.h304 struct cryptostats { struct
305 uint64_t cs_ops; /* symmetric crypto ops submitted */
306 uint64_t cs_errs; /* symmetric crypto ops that failed */
307 uint64_t cs_kops; /* asymetric/key ops submitted */
308 uint64_t cs_kerrs; /* asymetric/key ops that failed */
309 uint64_t cs_intrs; /* crypto swi thread activations */
310 uint64_t cs_rets; /* crypto return thread activations */
311 uint64_t cs_blocks; /* symmetric op driver block */
312 uint64_t cs_kblocks; /* symmetric op driver block */
H A Dcrypto.c219 static counter_u64_t cryptostats[sizeof(struct cryptostats) / sizeof(uint64_t)]; variable
/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c87 static FILEGEN cryptostats; global() variable