Searched refs:ahash_update (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/crypto/caam/
H A Dcaamhash.c215 /* ahash_update shared descriptor */
268 /* shared descriptor for ahash_update */
291 /* shared descriptor for first invocation of ahash_update */
320 /* shared descriptor for ahash_update */
340 /* shared descriptor for first invocation of ahash_update */
1520 static int ahash_update(struct ahash_request *req) function
1594 .update = ahash_update,
1615 .update = ahash_update,
1636 .update = ahash_update,
1657 .update = ahash_update,
[all...]
H A Dcaamalg_qi2.c3146 /* ahash_update shared descriptor */
4349 static int ahash_update(struct ahash_request *req) 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,
/linux-master/drivers/crypto/bcm/
H A Dcipher.c2079 flow_log("ahash_update() nbytes:%u\n", req->nbytes);
2089 static int ahash_update(struct ahash_request *req) function
2449 return ahash_update(req);
4425 hash->update = ahash_update;
/linux-master/drivers/crypto/
H A Dtalitos.c2093 static int ahash_update(struct ahash_request *areq) function
3226 t_alg->algt.alg.hash.update = ahash_update;

Completed in 164 milliseconds