Searched refs:dstoff (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_privacy.c235 off_t dstoff; local
276 for (i = 0, dstoff = bp->bio_offset; i < nsec; i++, dstoff += secsize) {
303 crd->crd_key = g_eli_key_hold(sc, dstoff, secsize);
307 g_eli_crypto_ivgen(sc, dstoff, crd->crd_iv,
H A Dg_eli_integrity.c410 off_t dstoff; local
431 dstoff = (bp->bio_offset / bp->bio_to->sectorsize) * sc->sc_bytes_per_sector;
459 for (i = 1; i <= nsec; i++, dstoff += encr_secsize) {
517 crde->crd_key = g_eli_key_hold(sc, dstoff, encr_secsize);
521 g_eli_crypto_ivgen(sc, dstoff, crde->crd_iv,
529 g_eli_auth_keygen(sc, dstoff, authkey);
/freebsd-11-stable/stand/libsa/geli/
H A Dgeliboot.c318 off_t dstoff; local
338 for (n = 0, dstoff = offset; n < nsec; n++, dstoff += secsize) {
340 g_eli_crypto_ivgen(&gdev->sc, dstoff, iv, G_ELI_IVKEYLEN);
343 keyno = (dstoff >> G_ELI_KEY_SHIFT) / secsize;
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c853 m_copyup(struct mbuf *n, int len, int dstoff) argument
858 if (len > (MHLEN - dstoff))
865 m->m_data += dstoff;
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c150 long dstoff, long gmtoff);
1834 stringrule(result, rp, dstoff, gmtoff)
1837 const long dstoff;
1875 tod += dstoff;

Completed in 78 milliseconds