Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash.c1522 static int ahash_update(struct ahash_request *req) in ahash_update() function
1596 .update = ahash_update,
1617 .update = ahash_update,
1638 .update = ahash_update,
1659 .update = ahash_update,
1680 .update = ahash_update,
1701 .update = ahash_update,
1720 .update = ahash_update,
1739 .update = ahash_update,
H A Dcaamalg_qi2.c4351 static int ahash_update(struct ahash_request *req) in ahash_update() function
4425 .update = ahash_update,
4446 .update = ahash_update,
4467 .update = ahash_update,
4488 .update = ahash_update,
4509 .update = ahash_update,
4530 .update = ahash_update,
/linux/drivers/crypto/bcm/
H A Dcipher.c2084 static int ahash_update(struct ahash_request *req) in ahash_update() function
2447 return ahash_update(req); in ahash_hmac_update()
4423 hash->update = ahash_update; in spu_register_ahash()
/linux/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()