Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dtalitos.c1988 unsigned int nbytes_to_hash; in ahash_process_req() local
2011 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()
2012 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()
2018 nbytes_to_hash -= to_hash_later; in ahash_process_req()
2021 nbytes_to_hash -= blocksize; in ahash_process_req()
2027 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()
2036 if (nbytes_to_hash > blocksize) in ahash_process_req()
2039 offset = nbytes_to_hash - req_ctx->nbuf; in ahash_process_req()
2067 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()
2089 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_don in ahash_process_req()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dtalitos.c1989 unsigned int nbytes_to_hash; in ahash_process_req() local
2012 nbytes_to_hash = nbytes + req_ctx->nbuf; in ahash_process_req()
2013 to_hash_later = nbytes_to_hash & (blocksize - 1); in ahash_process_req()
2019 nbytes_to_hash -= to_hash_later; in ahash_process_req()
2022 nbytes_to_hash -= blocksize; in ahash_process_req()
2028 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1; in ahash_process_req()
2037 if (nbytes_to_hash > blocksize) in ahash_process_req()
2040 offset = nbytes_to_hash - req_ctx->nbuf; in ahash_process_req()
2068 edesc = ahash_edesc_alloc(areq, nbytes_to_hash); in ahash_process_req()
2090 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_don in ahash_process_req()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dcipher.c665 unsigned int nbytes_to_hash = 0; in handle_ahash_req() local
727 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
728 chunksize = nbytes_to_hash; in handle_ahash_req()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dcipher.c663 unsigned int nbytes_to_hash = 0; in handle_ahash_req() local
725 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
726 chunksize = nbytes_to_hash; in handle_ahash_req()

Completed in 16 milliseconds