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

/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_integrity.c215 off_t coroff, corsize, dstoff; local
233 dstoff = bp->bio_offset;
246 coroff = dstoff;
262 dstoff += data_secsize;
454 off_t dstoff; local
475 dstoff = (bp->bio_offset / bp->bio_to->sectorsize) * sc->sc_bytes_per_sector;
499 for (i = 1; i <= nsec; i++, dstoff += encr_secsize) {
540 crp->crp_cipher_key = g_eli_key_hold(sc, dstoff,
545 g_eli_crypto_ivgen(sc, dstoff, crp->crp_iv,
549 g_eli_auth_keygen(sc, dstoff, authke
[all...]
H A Dg_eli_privacy.c267 off_t dstoff; local
306 for (i = 0, dstoff = bp->bio_offset; i < nsec; i++, dstoff += secsize) {
334 crp->crp_cipher_key = g_eli_key_hold(sc, dstoff,
339 g_eli_crypto_ivgen(sc, dstoff, crp->crp_iv,
/freebsd-13-stable/stand/libsa/geli/
H A Dgeliboot.c319 off_t dstoff; local
339 for (n = 0, dstoff = offset; n < nsec; n++, dstoff += secsize) {
341 g_eli_crypto_ivgen(&gdev->sc, dstoff, iv, G_ELI_IVKEYLEN);
344 keyno = (dstoff >> G_ELI_KEY_SHIFT) / secsize;
/freebsd-13-stable/sys/kern/
H A Duipc_mbuf.c951 m_copyup(struct mbuf *n, int len, int dstoff) argument
956 if (len > (MHLEN - dstoff))
963 m->m_data += dstoff;
/freebsd-13-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 238 milliseconds