Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CRYPTO_OFB
has multiple definitions:
crypto/Kconfig
The configuration item CONFIG_CRYPTO_OFB:
(none)
ofb
OFB (Output Feedback) mode (NIST SP800-38A)
This mode makes a block cipher into a synchronous stream cipher. It generates keystream blocks, which are then XORed with the plaintext blocks to get the ciphertext. Flipping a bit in the ciphertext produces a flipped bit in the plaintext at the same location. This property allows many error correcting codes to function normally even when applied before encryption.
crypto/Kconfig
The configuration item CONFIG_CRYPTO_OFB:
(none)
ofb
OFB: the Output Feedback mode makes a block cipher into a synchronous stream cipher. It generates keystream blocks, which are then XORed with the plaintext blocks to get the ciphertext. Flipping a bit in the ciphertext produces a flipped bit in the plaintext at the same location. This property allows many error correcting codes to function normally even when applied before encryption.
Raw data from LKDDb:
lkddb module ofb CONFIG_CRYPTO_OFB : crypto/Kconfig : "OFB (Output Feedback)" # in 4.20, 5.0–5.19, 6.0–6.7
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 2025). See also LKDDb sources on GitLab