Lines Matching refs:outlen
86 u32 outlen; member
204 dev_dbg(ctx->device->dev, "[%s] (len: %d) %s, ", __func__, ctx->outlen, in cryp_interrupt_handler()
210 if (ctx->outlen / ctx->blocksize > 0) { in cryp_interrupt_handler()
215 ctx->outlen -= count; in cryp_interrupt_handler()
217 if (ctx->outlen == 0) { in cryp_interrupt_handler()
754 u32 outlen = datalen; in hw_crypt_noxts() local
758 ctx->outlen = ctx->datalen; in hw_crypt_noxts()
780 while (ctx->outlen > 0) in hw_crypt_noxts()
807 ctx->outlen = outlen; in hw_crypt_noxts()
838 ctx->outlen = areq->cryptlen; in ablk_dma_crypt()
850 ctx->device->dma.nents_dst = get_nents(areq->dst, ctx->outlen); in ablk_dma_crypt()