Skip to content

Commit

Permalink
crypto: essiv - fix AEAD capitalization and preposition use in help text
Browse files Browse the repository at this point in the history
"AEAD" is capitalized everywhere else.
Use "an" when followed by a written or spoken vowel.

Fixes: be1eb7f ("crypto: essiv - create wrapper template for ESSIV generation")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
geertu authored and herbertx committed Jan 16, 2020
1 parent 63fabc8 commit ab3d436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit ab3d436

Please sign in to comment.