]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/Kconfig
Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / crypto / Kconfig
index 5575d48473bd4a7fe863227cb582dcd24c6f1dab..cdb51d4272d0cc7c972fe0aa1db5a612af4cc89c 100644 (file)
@@ -511,10 +511,10 @@ config CRYPTO_ESSIV
          encryption.
 
          This driver implements a crypto API template that can be
-         instantiated either as a skcipher or as a aead (depending on the
+         instantiated either as an skcipher or as an AEAD (depending on the
          type of the first template argument), and which defers encryption
          and decryption requests to the encapsulated cipher after applying
-         ESSIV to the input IV. Note that in the aead case, it is assumed
+         ESSIV to the input IV. Note that in the AEAD case, it is assumed
          that the keys are presented in the same format used by the authenc
          template, and that the IV appears at the end of the authenticated
          associated data (AAD) region (which is how dm-crypt uses it.)