dump_sg
dump_sg(rctx->assoc, 0, aead_parms.assoc_size);
dump_sg(rctx->src_sg, rctx->src_skip, chunksize);
dump_sg(req->dst, req->assoclen, result_len);
dump_sg(req->src, 0, req->cryptlen + req->assoclen);
dump_sg(req->src, 0, req->cryptlen + req->assoclen);
dump_sg(rctx->src_sg, rctx->src_skip, chunksize);
dump_sg(req->dst, rctx->total_received, payload_len);
dump_sg(rctx->src_sg, rctx->src_skip, new_data_len);