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,
|