Home
last modified time | relevance | path

Searched refs:CRSIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c253 CRSIZE, tperm) == -1) { in getblock()
263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1) in getblock()
271 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1) in getblock()
279 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1) in getblock()
291 n = CRSIZE; in getblock()
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in getblock()
395 n = CRSIZE; in synctmp()
398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in synctmp()
H A Dex_tune.h61 #define CRSIZE BUFSIZE /* Crypt block size */ macro
H A Dexrecover.c633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1) in scrapbad()
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
H A Dex.h377 var unsigned char crbuf[CRSIZE];