Home
last modified time | relevance | path

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

/dragonfly/tools/tools/crypto/
H A DMakefile28 ALL= cryptotest cryptokeytest cryptostats \
42 cryptostats: cryptostats.c target
43 ${CC} -o cryptostats cryptostats.c
H A Dcryptostats.c59 struct cryptostats stats; in main()
H A Dcryptotest.c392 struct cryptostats stats; in resetstats()
495 struct cryptostats stats; in runtests()
/dragonfly/sys/opencrypto/
H A Dcrypto.c186 static struct cryptostats cryptostats; variable
799 cryptostats.cs_ops++; in crypto_dispatch()
865 cryptostats.cs_kops++; in crypto_kdispatch()
1169 cryptostats.cs_errs++; in crypto_done()
1197 crypto_tstat(&cryptostats.cs_cb, &t); in crypto_done()
1224 cryptostats.cs_kerrs++; in crypto_kdone()
1370 cryptostats.cs_blocks++; in crypto_proc()
1415 cryptostats.cs_kblocks++; in crypto_proc()
1438 cryptostats.cs_intrs++; in crypto_proc()
1484 crypto_tstat(&cryptostats.cs_cb, &t); in crypto_ret_proc()
[all …]
H A Dcryptodev.h275 struct cryptostats { struct