Searched refs:ahash_update (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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.4.14/drivers/crypto/caam/ |
D | caamhash.c | 1542 static int ahash_update(struct ahash_request *req) in ahash_update() function 1625 .update = ahash_update, 1647 .update = ahash_update, 1669 .update = ahash_update, 1691 .update = ahash_update, 1713 .update = ahash_update, 1735 .update = ahash_update,
|
/linux-4.4.14/drivers/crypto/ |
D | talitos.c | 1929 static int ahash_update(struct ahash_request *areq) in ahash_update() function 2764 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()
|