Searched refs:ahash_update (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/crypto/ux500/hash/ |
| D | hash_core.c | 1294 static int ahash_update(struct ahash_request *req) in ahash_update() function 1387 ret1 = ahash_update(req); in ahash_sha1_digest() 1402 ret1 = ahash_update(req); in ahash_sha256_digest() 1453 ret1 = ahash_update(req); in hmac_sha1_digest() 1468 ret1 = ahash_update(req); in hmac_sha256_digest() 1520 .update = ahash_update, 1543 .update = ahash_update, 1566 .update = ahash_update, 1590 .update = ahash_update,
|
| /Linux-v5.4/drivers/crypto/caam/ |
| D | caamhash.c | 1559 static int ahash_update(struct ahash_request *req) in ahash_update() function 1641 .update = ahash_update, 1662 .update = ahash_update, 1683 .update = ahash_update, 1704 .update = ahash_update, 1725 .update = ahash_update, 1746 .update = ahash_update, 1765 .update = ahash_update, 1784 .update = ahash_update,
|
| D | caamalg_qi2.c | 4299 static int ahash_update(struct ahash_request *req) in ahash_update() function 4381 .update = ahash_update, 4402 .update = ahash_update, 4423 .update = ahash_update, 4444 .update = ahash_update, 4465 .update = ahash_update, 4486 .update = ahash_update,
|
| /Linux-v5.4/drivers/crypto/bcm/ |
| D | cipher.c | 2153 static int ahash_update(struct ahash_request *req) in ahash_update() function 2512 return ahash_update(req); in ahash_hmac_update() 4589 hash->update = ahash_update; in spu_register_ahash()
|
| /Linux-v5.4/drivers/crypto/ |
| D | talitos.c | 2091 static int ahash_update(struct ahash_request *areq) in ahash_update() function 3188 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()
|