Home
last modified time | relevance | path

Searched refs:dump_sg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/bcm/
Dutil.h68 #define dump_sg(sg, skip, len) __dump_sg(sg, skip, len) macro
77 #define dump_sg(sg, skip, len) do {} while (0) macro
Dcipher.c464 dump_sg(rctx->src_sg, rctx->src_skip, chunksize); in handle_ablkcipher_req()
540 dump_sg(req->dst, rctx->total_received, payload_len); in handle_ablkcipher_resp()
901 dump_sg(rctx->src_sg, rctx->src_skip, new_data_len); in handle_ahash_req()
1506 dump_sg(rctx->assoc, 0, aead_parms.assoc_size); in handle_aead_req()
1509 dump_sg(rctx->src_sg, rctx->src_skip, chunksize); in handle_aead_req()
1615 dump_sg(req->dst, req->assoclen, result_len); in handle_aead_resp()
3174 dump_sg(req->src, 0, req->cryptlen + req->assoclen); in aead_encrypt()
3183 dump_sg(req->src, 0, req->cryptlen + req->assoclen); in aead_decrypt()