Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c236 struct padlock_sha_ctx *spctx = sctx, *dpctx = dctx; in padlock_copy_ctx() local
238 dpctx->psc_offset = spctx->psc_offset; in padlock_copy_ctx()
239 dpctx->psc_size = spctx->psc_size; in padlock_copy_ctx()
241 bcopy(spctx->psc_buf, dpctx->psc_buf, dpctx->psc_size); in padlock_copy_ctx()