X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=crypto%2Finternal.h;h=b6dcb31c1120a2ba05f8faea588ebba60f2bf262;hb=89b596ba22d79dd5616616a9975192e1c2bea0fe;hp=d4384b08ab29563b9d529666c2c01f5766c4cd5f;hpb=64a947b1337b93061da7c7af1f6ce6b2431b70ae;p=deliverable%2Flinux.git diff --git a/crypto/internal.h b/crypto/internal.h index d4384b08ab29..b6dcb31c1120 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -86,6 +86,8 @@ struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask); void crypto_larval_error(const char *name, u32 type, u32 mask); void crypto_alg_tested(const char *name, int err); +void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, + struct crypto_alg *nalg); void crypto_shoot_alg(struct crypto_alg *alg); struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, u32 mask);