Home
last modified time | relevance | path

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

/crypto/
Deseqiv.c73 struct scatterlist *osrc, *odst; in eseqiv_givencrypt() local
93 odst = req->creq.dst; in eseqiv_givencrypt()
95 dstp = sg_page(odst); in eseqiv_givencrypt()
97 vdst = PageHighMem(dstp) ? NULL : page_address(dstp) + odst->offset; in eseqiv_givencrypt()
116 if (osrc != odst) { in eseqiv_givencrypt()
119 scatterwalk_crypto_chain(reqctx->dst, odst, vdst == giv + ivsize, 2); in eseqiv_givencrypt()