Darren J Moffat wrote: > Derek Morr wrote: > >> It looks like these stats are created by KCF in >> crypto_register_provider() in kcf_spi.c. If that's the case, why do >> some providers not have kstats created for them? > > > Let me check on that.
This is because those KCF software providers (arcfour, aes, and blowfish) were never loaded/used. These providers are loaded on demand. For example, if kernel SSL uses RC4, the arcfour module is loaded and you will see the kstat for that. -Krishna
