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