Searched refs:ahash_update (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash.c | 210 /* ahash_update shared descriptor */ in ahash_set_sh_desc() 263 /* shared descriptor for ahash_update */ in axcbc_set_sh_desc() 286 /* shared descriptor for first invocation of ahash_update */ in axcbc_set_sh_desc() 315 /* shared descriptor for ahash_update */ in acmac_set_sh_desc() 335 /* shared descriptor for first invocation of ahash_update */ in acmac_set_sh_desc() 1513 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, [all...] |
H A D | caamalg_qi2.c | 3139 /* ahash_update shared descriptor */ in ahash_set_sh_desc() 4336 static int ahash_update(struct ahash_request *req) in ahash_update() function 4410 .update = ahash_update, 4431 .update = ahash_update, 4452 .update = ahash_update, 4473 .update = ahash_update, 4494 .update = ahash_update, 4515 .update = ahash_update,
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/ |
H A D | hash_core.c | 1301 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,
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash.c | 215 /* ahash_update shared descriptor */ in ahash_set_sh_desc() 268 /* shared descriptor for ahash_update */ in axcbc_set_sh_desc() 291 /* shared descriptor for first invocation of ahash_update */ in axcbc_set_sh_desc() 320 /* shared descriptor for ahash_update */ in acmac_set_sh_desc() 340 /* shared descriptor for first invocation of ahash_update */ in acmac_set_sh_desc() 1520 static int ahash_update(struct ahash_request *req) in ahash_update() function 1594 .update = ahash_update, 1615 .update = ahash_update, 1636 .update = ahash_update, 1657 .update = ahash_update, [all...] |
H A D | caamalg_qi2.c | 3146 /* ahash_update shared descriptor */ in ahash_set_sh_desc() 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,
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.c | 2082 flow_log("ahash_update() nbytes:%u\n", req->nbytes); in __ahash_update() 2092 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()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 2079 flow_log("ahash_update() nbytes:%u\n", req->nbytes); in __ahash_update() 2089 static int ahash_update(struct ahash_request *req) in ahash_update() function 2449 return ahash_update(req); in ahash_hmac_update() 4482 hash->update = ahash_update; in spu_register_ahash()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 2092 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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 36 milliseconds