Home
last modified time | relevance | path

Searched refs:shash_alg (Results 1 – 2 of 2) sorted by relevance

/include/crypto/internal/
Dhash.h37 struct shash_alg alg;
83 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey()
101 int crypto_register_shash(struct shash_alg *alg);
102 int crypto_unregister_shash(struct shash_alg *alg);
103 int crypto_register_shashes(struct shash_alg *algs, int count);
104 int crypto_unregister_shashes(struct shash_alg *algs, int count);
110 struct shash_alg *alg,
118 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask);
226 sizeof(struct shash_alg) - sizeof(*alg)); in shash_alloc_instance()
/include/crypto/
Dhash.h179 struct shash_alg { struct
742 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
744 return container_of(alg, struct shash_alg, base); in __crypto_shash_alg()
747 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg()