Searched refs:ahash_update (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamhash.c | 1521 static int ahash_update(struct ahash_request *req) in ahash_update() function 1595 .update = ahash_update, 1616 .update = ahash_update, 1637 .update = ahash_update, 1658 .update = ahash_update, 1679 .update = ahash_update, 1700 .update = ahash_update, 1719 .update = ahash_update, 1738 .update = ahash_update,
|
H A D | caamalg_qi2.c | 4349 static int ahash_update(struct ahash_request *req) in ahash_update() function 4423 .update = ahash_update, 4444 .update = ahash_update, 4465 .update = ahash_update, 4486 .update = ahash_update, 4507 .update = ahash_update, 4528 .update = ahash_update,
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 2089 static int ahash_update(struct ahash_request *req) in ahash_update() function 2452 return ahash_update(req); in ahash_hmac_update() 4485 hash->update = ahash_update; in spu_register_ahash()
|
/openbmc/linux/drivers/crypto/ |
H A 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()
|