Home
last modified time | relevance | path

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

/dragonfly/sys/opencrypto/
H A Dcryptodev.h275 struct cryptostats { struct
276 u_int32_t cs_ops; /* symmetric crypto ops submitted */
277 u_int32_t cs_errs; /* symmetric crypto ops that failed */
278 u_int32_t cs_kops; /* asymetric/key ops submitted */
279 u_int32_t cs_kerrs; /* asymetric/key ops that failed */
280 u_int32_t cs_intrs; /* crypto swi thread activations */
281 u_int32_t cs_rets; /* crypto return thread activations */
282 u_int32_t cs_blocks; /* symmetric op driver block */
283 u_int32_t cs_kblocks; /* symmetric op driver block */
291 struct cryptotstat cs_done; /* crypto_invoke -> crypto_done */
[all …]
H A Dcrypto.c186 static struct cryptostats cryptostats; variable
/dragonfly/tools/tools/crypto/
H A DMakefile42 cryptostats: cryptostats.c target