Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index

CONFIG_CRYPTO_STATS: Crypto usage statistics

General informations

The Linux kernel configuration item CONFIG_CRYPTO_STATS has multiple definitions:

Crypto usage statistics found in crypto/Kconfig

The configuration item CONFIG_CRYPTO_STATS:

Help text

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 usage statistics for User-space found in crypto/Kconfig

The configuration item CONFIG_CRYPTO_STATS:

Help text

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

found in crypto/Kconfig

The configuration item CONFIG_CRYPTO_STATS:

Help text

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

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index

Automatically generated (in year 2024). See also LKDDb sources on GitLab