Lines Matching refs:crypto_ahash
35 static inline struct ahash_alg *crypto_ahash_alg(struct crypto_ahash *hash)
137 static int ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key,
157 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key,
163 static void ahash_set_needkey(struct crypto_ahash *tfm)
172 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
201 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
331 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
356 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
370 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
433 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
449 struct crypto_ahash *hash = __crypto_ahash_cast(tfm);
457 struct crypto_ahash *hash = __crypto_ahash_cast(tfm);
543 .tfmsize = offsetof(struct crypto_ahash, base),
555 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,