Searched refs:crbuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c290 p2 = crbuf;
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
296 blkio(oblock, crbuf, write);
394 p2 = crbuf;
398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
400 blkio(oblock, crbuf, write);
H A Dex.h377 var unsigned char crbuf[CRSIZE]; variable
/illumos-gate/usr/src/cmd/ed/
H A Ded.c230 static char crbuf[LBSIZE]; variable
1754 p2 = crbuf;
1758 if (run_crypt(0L, crbuf, 512, tperm) == -1)
1760 blkio(oblock, crbuf, write);
2661 chcount = read(io, crbuf, LBSIZE);
2663 if (isencrypt(crbuf, chcount))
2669 if (run_crypt(0L, crbuf, chcount, perm) == -1)
2671 if (fspec(crbuf, &fss, 0) < 0) {

Completed in 450 milliseconds