Lines Matching refs:crypto_ahash
39 static inline struct ahash_alg *crypto_ahash_alg(struct crypto_ahash *hash) in crypto_ahash_alg()
173 static int ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key, in ahash_setkey_unaligned()
193 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey()
212 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, in ahash_nosetkey()
226 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_save_req()
356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_op()
379 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_digest()
436 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ahash_def_finup()
452 struct crypto_ahash *hash = __crypto_ahash_cast(tfm); in crypto_ahash_init_tfm()
532 .tfmsize = offsetof(struct crypto_ahash, base),
536 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()