Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/bcm/
Dutil.h57 #define dump_sg(sg, skip, len) __dump_sg(sg, skip, len) macro
77 static inline void dump_sg(struct scatterlist *sg, unsigned int skip, in dump_sg() function
Dcipher.c421 dump_sg(rctx->src_sg, rctx->src_skip, chunksize); in handle_skcipher_req()
495 dump_sg(req->dst, rctx->total_received, payload_len); in handle_skcipher_resp()
853 dump_sg(rctx->src_sg, rctx->src_skip, new_data_len); in handle_ahash_req()
1457 dump_sg(rctx->assoc, 0, aead_parms.assoc_size); in handle_aead_req()
1460 dump_sg(rctx->src_sg, rctx->src_skip, chunksize); in handle_aead_req()
1566 dump_sg(req->dst, req->assoclen, result_len); in handle_aead_resp()
3007 dump_sg(req->src, 0, req->cryptlen + req->assoclen); in aead_encrypt()
3016 dump_sg(req->src, 0, req->cryptlen + req->assoclen); in aead_decrypt()