Searched refs:out_off (Results 1 – 2 of 2) sorted by relevance
261 const int out_off = DCP_BUF_SZ; in mxs_dcp_aes_block_crypt() local294 if (actx->fill + len > out_off) in mxs_dcp_aes_block_crypt()295 clen = out_off - actx->fill; in mxs_dcp_aes_block_crypt()308 if (actx->fill == out_off || sg_is_last(src)) { in mxs_dcp_aes_block_crypt()
118 unsigned int out_off : 1; member