Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/ux500/hash/
Dhash_core.c1300 static int ahash_update(struct ahash_request *req) in ahash_update() function
1393 ret1 = ahash_update(req); in ahash_sha1_digest()
1408 ret1 = ahash_update(req); in ahash_sha256_digest()
1459 ret1 = ahash_update(req); in hmac_sha1_digest()
1474 ret1 = ahash_update(req); in hmac_sha256_digest()
1526 .update = ahash_update,
1549 .update = ahash_update,
1572 .update = ahash_update,
1596 .update = ahash_update,
/Linux-v5.10/drivers/crypto/caam/
Dcaamhash.c1513 static int ahash_update(struct ahash_request *req) in ahash_update() function
1587 .update = ahash_update,
1608 .update = ahash_update,
1629 .update = ahash_update,
1650 .update = ahash_update,
1671 .update = ahash_update,
1692 .update = ahash_update,
1711 .update = ahash_update,
1730 .update = ahash_update,
Dcaamalg_qi2.c4334 static int ahash_update(struct ahash_request *req) in ahash_update() function
4408 .update = ahash_update,
4429 .update = ahash_update,
4450 .update = ahash_update,
4471 .update = ahash_update,
4492 .update = ahash_update,
4513 .update = ahash_update,
/Linux-v5.10/drivers/crypto/bcm/
Dcipher.c2092 static int ahash_update(struct ahash_request *req) in ahash_update() function
2451 return ahash_update(req); in ahash_hmac_update()
4514 hash->update = ahash_update; in spu_register_ahash()
/Linux-v5.10/drivers/crypto/
Dtalitos.c2088 static int ahash_update(struct ahash_request *areq) in ahash_update() function
3200 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()