crypto: aead - use str_yes_no() helper in crypto_aead_show()
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 11 Feb 2025 09:52:54 +0000 (10:52 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 22 Feb 2025 07:56:03 +0000 (15:56 +0800)
commit844c683d1f00cd5f950dd09aefd53a522f686bc5
tree194e4b57d9e8e0e88d393b1d0b6ad5a6b7dd154f
parent4f95a6d2748acffaf866cc58e51d2fd00227e91b
crypto: aead - use str_yes_no() helper in crypto_aead_show()

Remove hard-coded strings by using the str_yes_no() helper function.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/aead.c