Go to the documentation of this file.
13 #ifndef _CRYPTO_INTERNAL_H
14 #define _CRYPTO_INTERNAL_H
22 #include <linux/list.h>
23 #include <linux/module.h>
24 #include <linux/kernel.h>
27 #include <linux/slab.h>
54 void __init crypto_init_proc(
void);
57 static inline void crypto_init_proc(
void)
63 static inline unsigned int crypto_cipher_ctxsize(
struct crypto_alg *alg)
68 static inline unsigned int crypto_compress_ctxsize(
struct crypto_alg *alg)
106 static inline void crypto_alg_put(
struct crypto_alg *alg)
114 return try_module_get(tmpl->
module);
122 static inline int crypto_is_larval(
struct crypto_alg *alg)
127 static inline int crypto_is_dead(
struct crypto_alg *alg)
132 static inline int crypto_is_moribund(
struct crypto_alg *alg)
137 static inline void crypto_notify(
unsigned long val,
void *
v)