summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2026-05-22 08:07:34 +0300
committerJakub Kicinski <kuba@kernel.org>2026-06-10 03:03:03 +0300
commit432042e25e33d0db9c12bbe4ee3fa234d3b061af (patch)
tree51141a11f5e7e6c32de767bacda4d67a9bfe351c /scripts/objdiff
parent97b768514a6eb5aa8c2806df07aa1d37c5f3b1d2 (diff)
downloadlinux-432042e25e33d0db9c12bbe4ee3fa234d3b061af.tar.xz
net/rxrpc: Reimplement DES-PCBC using DES library
Since the use of "pcbc(des)" in rxkad_decrypt_ticket() is the only remaining user of the crypto API "pcbc" template, just implement DES-PCBC by locally implementing PCBC mode on top of the DES library. Note that only the decryption direction is needed. This will allow support for the obsolete PCBC mode to be removed from the crypto API. Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Eric Biggers <ebiggers@kernel.org> Tested-by: Marc Dionne <marc.dionne@auristor.com> Link: https://patch.msgid.link/20260522050740.84561-4-ebiggers@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions