HomeSort by: relevance | last modified time | path
    Searched refs:cf_blocksize (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
cgdvar.h 77 size_t cf_blocksize; /* block size (in bytes) */ member in struct:cryptdata
cgd.c 1294 sc->sc_cdata.cf_blocksize = ci->ci_blocksize;
1317 &sc->sc_cdata.cf_blocksize);
1318 if (sc->sc_cdata.cf_blocksize > CGD_MAXBLOCKSIZE) {
1320 sc->sc_cdata.cf_blocksize, CGD_MAXBLOCKSIZE);
1329 sc->sc_cdata.cf_blocksize /= encblkno[i].d;
1425 cgu->cgu_blocksize = sc->sc_cdata.cf_blocksize;
1592 size_t blocksize = sc->sc_cdata.cf_blocksize;
1683 sc.sc_cdata.cf_blocksize = 8 * selftests[i].blocksize;
1689 key, &sc.sc_cdata.cf_blocksize);
1692 if (sc.sc_cdata.cf_blocksize > CGD_MAXBLOCKSIZE
    [all...]

Completed in 12 milliseconds