From 0677157b2b0458c7c906b063e4504d9e24ed8e8a Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 23 May 2015 15:41:51 +0800 Subject: [PATCH] crypto: seqiv - Use aead_register_instance New style AEAD instances must use aead_register_instance. This worked by chance because aead_geniv_alloc is still setting things the old way. This patch converts the template over to the create model where we are responsible for instance registration so that we can call the correct function. Signed-off-by: Herbert Xu --- Reading git-format-patch failed