From eeee12aa34d840c6c99051f0ff85a9ffa1badd07 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sun, 21 Jun 2015 19:11:49 +0800 Subject: [PATCH] crypto: seqiv - Add compatibility support without RNG When seqiv is used in compatibility mode, this patch allows it to function even when an RNG Is not available. It also changes the RNG allocation for the new explicit seqiv interface so that we only hold a reference to the RNG during initialisation. Signed-off-by: Herbert Xu --- Reading git-format-patch failed