Searched refs:ahash_update (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1307 static int ahash_update(struct ahash_request *req) in ahash_update() function 1400 ret1 = ahash_update(req); in ahash_sha1_digest() 1415 ret1 = ahash_update(req); in ahash_sha256_digest() 1456 ret1 = ahash_update(req); in hmac_sha1_digest() 1471 ret1 = ahash_update(req); in hmac_sha256_digest() 1523 .update = ahash_update, 1545 .update = ahash_update, 1568 .update = ahash_update, 1592 .update = ahash_update,
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamhash.c | 1554 static int ahash_update(struct ahash_request *req) in ahash_update() function 1620 .update = ahash_update, 1641 .update = ahash_update, 1662 .update = ahash_update, 1683 .update = ahash_update, 1704 .update = ahash_update, 1725 .update = ahash_update,
|
/linux-4.1.27/drivers/crypto/ |
D | talitos.c | 1780 static int ahash_update(struct ahash_request *areq) in ahash_update() function 2542 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()
|