Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash.c215 /* 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()
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,
[all...]
/linux/drivers/crypto/bcm/
H A Dcipher.c2080 flow_log("ahash_update() nbytes:%u\n", req->nbytes); in __ahash_update()
2090 static int ahash_update(struct ahash_request *req) in ahash_update() function
2453 return ahash_update(req); in ahash_hmac_update()
4429 hash->update = ahash_update; in spu_register_ahash()
/linux/drivers/crypto/
H A Dtalitos.c2093 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()