Home
last modified time | relevance | path

Searched refs:crypto_ahash (Results 1 – 5 of 5) sorted by relevance

/include/crypto/
Dhash.h18 struct crypto_ahash;
136 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
195 struct crypto_ahash { struct
203 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, argument
226 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast() argument
228 return container_of(tfm, struct crypto_ahash, base); in __crypto_ahash_cast()
245 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
248 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm) in crypto_ahash_tfm()
257 static inline void crypto_free_ahash(struct crypto_ahash *tfm) in crypto_free_ahash()
263 struct crypto_ahash *tfm) in crypto_ahash_alignmask()
[all …]
Dcryptd.h37 struct crypto_ahash base;
41 struct crypto_ahash *tfm) in __cryptd_ahash_cast()
Dmcryptd.h18 struct crypto_ahash base;
22 struct crypto_ahash *tfm) in __mcryptd_ahash_cast()
/include/net/
Dah.h6 struct crypto_ahash;
12 struct crypto_ahash *ahash;
/include/crypto/internal/
Dhash.h143 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) in crypto_ahash_ctx()
154 static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm, in crypto_ahash_set_reqsize()
198 static inline struct crypto_ahash *crypto_spawn_ahash( in crypto_spawn_ahash()
217 struct crypto_ahash *tfm) in ahash_tfm_in_queue()