Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/marvell/
Dhash.c216 int trailerlen = mv_cesa_ahash_pad_len(creq) + 8; in mv_cesa_ahash_std_step() local
218 if (len + trailerlen > CESA_SA_SRAM_PAYLOAD_SIZE) { in mv_cesa_ahash_std_step()
220 new_cache_ptr = 64 - trailerlen; in mv_cesa_ahash_std_step()
522 unsigned int len, trailerlen, padoff = 0; in mv_cesa_ahash_dma_last_req() local
560 trailerlen = mv_cesa_ahash_pad_req(creq, ahashdreq->padding); in mv_cesa_ahash_dma_last_req()
562 len = min(CESA_SA_SRAM_PAYLOAD_SIZE - frag_len, trailerlen); in mv_cesa_ahash_dma_last_req()
578 if (len == trailerlen) in mv_cesa_ahash_dma_last_req()
588 trailerlen - padoff, in mv_cesa_ahash_dma_last_req()
594 return mv_cesa_dma_add_frag(chain, &creq->op_tmpl, trailerlen - padoff, in mv_cesa_ahash_dma_last_req()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c951 u32 netlen, trailerlen = 0; in ath6kl_htc_pipe_rx_complete() local
1011 trailerlen = hdr_info; in ath6kl_htc_pipe_rx_complete()
1021 if (((int) payload_len - (int) trailerlen) <= 0) { in ath6kl_htc_pipe_rx_complete()
1078 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()