Searched refs:ahash_update (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/crypto/ux500/hash/ |
| D | hash_core.c | 1303 static int ahash_update(struct ahash_request *req) in ahash_update() function 1396 ret1 = ahash_update(req); in ahash_sha1_digest() 1411 ret1 = ahash_update(req); in ahash_sha256_digest() 1462 ret1 = ahash_update(req); in hmac_sha1_digest() 1477 ret1 = ahash_update(req); in hmac_sha256_digest() 1529 .update = ahash_update, 1552 .update = ahash_update, 1575 .update = ahash_update, 1599 .update = ahash_update,
|
| /Linux-v5.15/drivers/crypto/caam/ |
| D | caamhash.c | 1513 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,
|
| D | caamalg_qi2.c | 4338 static int ahash_update(struct ahash_request *req) in ahash_update() function 4412 .update = ahash_update, 4433 .update = ahash_update, 4454 .update = ahash_update, 4475 .update = ahash_update, 4496 .update = ahash_update, 4517 .update = ahash_update,
|
| /Linux-v5.15/drivers/crypto/bcm/ |
| D | cipher.c | 2090 static int ahash_update(struct ahash_request *req) in ahash_update() function 2449 return ahash_update(req); in ahash_hmac_update() 4512 hash->update = ahash_update; in spu_register_ahash()
|
| /Linux-v5.15/drivers/crypto/ |
| D | talitos.c | 2093 static int ahash_update(struct ahash_request *areq) in ahash_update() function 3227 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()
|