Home
last modified time | relevance | path

Searched refs:ahash_update (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/crypto/caam/
H A Dcaamhash.c1521 static int ahash_update(struct ahash_request *req) in ahash_update() function
1595 .update = ahash_update,
1616 .update = ahash_update,
1637 .update = ahash_update,
1658 .update = ahash_update,
1679 .update = ahash_update,
1700 .update = ahash_update,
1719 .update = ahash_update,
1738 .update = ahash_update,
H A Dcaamalg_qi2.c4350 static int ahash_update(struct ahash_request *req) in ahash_update() function
4424 .update = ahash_update,
4445 .update = ahash_update,
4466 .update = ahash_update,
4487 .update = ahash_update,
4508 .update = ahash_update,
4529 .update = ahash_update,
/linux-6.15/drivers/crypto/bcm/
H A Dcipher.c2090 static int ahash_update(struct ahash_request *req) in ahash_update() function
2453 return ahash_update(req); in ahash_hmac_update()
4429 hash->update = ahash_update; in spu_register_ahash()
/linux-6.15/drivers/crypto/
H A Dtalitos.c2093 static int ahash_update(struct ahash_request *areq) in ahash_update() function
3226 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()