Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CRYPTO_STATS
has multiple definitions:
crypto/Kconfig
The configuration item CONFIG_CRYPTO_STATS:
CONFIG_CRYPTO_USER
Enable the gathering of crypto stats.
Enabling this option reduces the performance of the crypto API. It should only be enabled when there is actually a use case for it.
This collects data sizes, numbers of requests, and numbers of errors processed by: - AEAD ciphers (encrypt, decrypt) - asymmetric key ciphers (encrypt, decrypt, verify, sign) - symmetric key ciphers (encrypt, decrypt) - compression algorithms (compress, decompress) - hash algorithms (hash) - key-agreement protocol primitives (setsecret, generate public key, compute shared secret) - RNG (generate, seed)
crypto/Kconfig
The configuration item CONFIG_CRYPTO_STATS:
CONFIG_CRYPTO_USER
This option enables the gathering of crypto stats. This will collect: - encrypt/decrypt size and numbers of symmeric operations - compress/decompress size and numbers of compress operations - size and numbers of hash operations - encrypt/decrypt/sign/verify numbers for asymmetric operations - generate/seed numbers for rng operations
crypto/Kconfig
The configuration item CONFIG_CRYPTO_STATS:
(none)
This option enables the gathering of crypto stats. This will collect: - encrypt/decrypt size and numbers of symmeric operations - compress/decompress size and numbers of compress operations - size and numbers of hash operations - encrypt/decrypt/sign/verify numbers for asymmetric operations - generate/seed numbers for rng operations
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2024). See also LKDDb sources on GitLab