crypto: algif_aead - Temporarily disable all AEAD algorithms
[linux-drm-fsl-dcu.git] / crypto / algif_aead.c
index 38a6cab7aecacd308066ba40dcdae95ae6d5c6e0..e0408a480d2f4eb8f818c9590ec9a3d7d166e25d 100644 (file)
@@ -514,7 +514,8 @@ static struct proto_ops algif_aead_ops = {
 
 static void *aead_bind(const char *name, u32 type, u32 mask)
 {
-       return crypto_alloc_aead(name, type, mask);
+       return crypto_alloc_aead(name, type | CRYPTO_ALG_AEAD_NEW,
+                                mask | CRYPTO_ALG_AEAD_NEW);
 }
 
 static void aead_release(void *private)