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

  /src/sys/dev/
cgd.c 414 static void cgd_cipher(struct cgd_softc *, void *, const void *,
1042 cgd_cipher(sc, buf, va, nbytes, blkno, blksize, CGD_CIPHER_ENCRYPT);
1570 cgd_cipher(sc, cx->cx_dstv, cx->cx_srcv, cx->cx_len,
1586 cgd_cipher(struct cgd_softc *sc, void *dstv, const void *srcv, function in typeref:typename:void
1596 DPRINTF_FOLLOW(("cgd_cipher() dir=%d\n", dir));
1701 cgd_cipher(&sc, buf, buf, txtlen, selftests[i].blkno,
1710 cgd_cipher(&sc, buf, buf, txtlen, selftests[i].blkno,
cgd.c 414 static void cgd_cipher(struct cgd_softc *, void *, const void *,
1042 cgd_cipher(sc, buf, va, nbytes, blkno, blksize, CGD_CIPHER_ENCRYPT);
1570 cgd_cipher(sc, cx->cx_dstv, cx->cx_srcv, cx->cx_len,
1586 cgd_cipher(struct cgd_softc *sc, void *dstv, const void *srcv, function in typeref:typename:void
1596 DPRINTF_FOLLOW(("cgd_cipher() dir=%d\n", dir));
1701 cgd_cipher(&sc, buf, buf, txtlen, selftests[i].blkno,
1710 cgd_cipher(&sc, buf, buf, txtlen, selftests[i].blkno,

Completed in 50 milliseconds