Searched refs:ahash_update (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1301 static int ahash_update(struct ahash_request *req) in ahash_update() function 1394 ret1 = ahash_update(req); in ahash_sha1_digest() 1409 ret1 = ahash_update(req); in ahash_sha256_digest() 1460 ret1 = ahash_update(req); in hmac_sha1_digest() 1475 ret1 = ahash_update(req); in hmac_sha256_digest() 1527 .update = ahash_update, 1550 .update = ahash_update, 1573 .update = ahash_update, 1597 .update = ahash_update,
|
/Linux-v6.1/drivers/crypto/caam/ |
D | caamhash.c | 1516 static int ahash_update(struct ahash_request *req) in ahash_update() function 1590 .update = ahash_update, 1611 .update = ahash_update, 1632 .update = ahash_update, 1653 .update = ahash_update, 1674 .update = ahash_update, 1695 .update = ahash_update, 1714 .update = ahash_update, 1733 .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-v6.1/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-v6.1/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()
|