Searched refs:crypto_ahash (Results 1 – 5 of 5) sorted by relevance
18 struct crypto_ahash;136 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,195 struct crypto_ahash { struct203 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, argument226 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast() argument228 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 …]
37 struct crypto_ahash base;41 struct crypto_ahash *tfm) in __cryptd_ahash_cast()
18 struct crypto_ahash base;22 struct crypto_ahash *tfm) in __mcryptd_ahash_cast()
6 struct crypto_ahash;12 struct crypto_ahash *ahash;
143 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()