Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Deseqiv.c79 u8 *vdst; in eseqiv_givencrypt() local
97 vdst = PageHighMem(dstp) ? NULL : page_address(dstp) + odst->offset; in eseqiv_givencrypt()
101 if (vsrc != giv + ivsize && vdst != giv + ivsize) { in eseqiv_givencrypt()
119 scatterwalk_crypto_chain(reqctx->dst, odst, vdst == giv + ivsize, 2); in eseqiv_givencrypt()