]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/crypto_user_base.c
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[linux.git] / crypto / crypto_user_base.c
index d5d5d155340b9892efb2ccc56c356c92c930a014..c65e39005ce2a3268270eedeb9fd8289aa49efef 100644 (file)
@@ -44,6 +44,9 @@ struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact)
        list_for_each_entry(q, &crypto_alg_list, cra_list) {
                int match = 0;
 
+               if (crypto_is_larval(q))
+                       continue;
+
                if ((q->cra_flags ^ p->cru_type) & p->cru_mask)
                        continue;