crypto: api - Add crypto_tfm_get
[platform/kernel/linux-starfive.git] / include / linux / crypto.h
index fdfa3e8..fa310ac 100644 (file)
@@ -419,6 +419,7 @@ int crypto_has_alg(const char *name, u32 type, u32 mask);
  */
 
 struct crypto_tfm {
+       refcount_t refcnt;
 
        u32 crt_flags;