X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=crypto%2Finternal.h;h=32f4c214560315ccc284346499f6b9428bae1d66;hb=40ccbf525e55fc6d1f3a88c1e98b13db4dd618db;hp=cb13952f82bfc83c8cf767f40409cb6eff865239;hpb=42c271c6c538857cb13c5ead5184d264d745f675;p=linux-2.6 diff --git a/crypto/internal.h b/crypto/internal.h index cb13952f82..32f4c21456 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -93,6 +93,8 @@ void crypto_exit_digest_ops(struct crypto_tfm *tfm); void crypto_exit_cipher_ops(struct crypto_tfm *tfm); void crypto_exit_compress_ops(struct crypto_tfm *tfm); +void crypto_larval_kill(struct crypto_alg *alg); +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_shoot_alg(struct crypto_alg *alg);