Lines Matching refs:crypto_ahash
130 static int ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key,
150 static int ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key,
156 static void ahash_set_needkey(struct crypto_ahash *tfm)
165 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
189 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
290 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
304 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
316 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
332 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
400 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
416 struct crypto_ahash *hash = __crypto_ahash_cast(tfm);
424 struct crypto_ahash *hash = __crypto_ahash_cast(tfm);
517 .tfmsize = offsetof(struct crypto_ahash, base),
529 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
542 struct crypto_ahash *crypto_clone_ahash(struct crypto_ahash *hash)
546 struct crypto_ahash *nhash;