|
@@ -103,6 +103,8 @@ int crypto_register_notifier(struct notifier_block *nb);
|
|
|
int crypto_unregister_notifier(struct notifier_block *nb);
|
|
int crypto_unregister_notifier(struct notifier_block *nb);
|
|
|
int crypto_probing_notify(unsigned long val, void *v);
|
|
int crypto_probing_notify(unsigned long val, void *v);
|
|
|
|
|
|
|
|
|
|
+unsigned int crypto_alg_extsize(struct crypto_alg *alg);
|
|
|
|
|
+
|
|
|
static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg)
|
|
static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg)
|
|
|
{
|
|
{
|
|
|
atomic_inc(&alg->cra_refcnt);
|
|
atomic_inc(&alg->cra_refcnt);
|