From 3c08fee7b5ce471a7114478ac8c6e546787bd8c2 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Thu, 21 May 2015 15:11:14 +0800 Subject: [PATCH] crypto: seqiv - Add seqniv This patch adds a new IV generator seqniv which is identical to seqiv except that it skips the IV when authenticating. This is intended to be used by algorithms such as rfc4106 that does the IV authentication implicitly. Note that the code used for seqniv is in fact identical to the compatibility case for seqiv. Signed-off-by: Herbert Xu --- Reading git-format-patch failed