Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_core.c1301 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,
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A 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,
H A Dcaamalg_qi2.c4335 static int ahash_update(struct ahash_request *req) in ahash_update() function
4409 .update = ahash_update,
4430 .update = ahash_update,
4451 .update = ahash_update,
4472 .update = ahash_update,
4493 .update = ahash_update,
4514 .update = ahash_update,
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dtalitos.c2092 static int ahash_update(struct ahash_request *areq) in ahash_update() function
3226 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()