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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tune.h56 * The definitions of LBSIZE and CRSIZE should be the same as BUFSIZE
61 #define CRSIZE BUFSIZE /* Crypt block size */ macro
H A Dex_temp.c255 CRSIZE, tperm) == -1)
263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1)
271 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
279 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
291 n = CRSIZE;
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
395 n = CRSIZE;
398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1)
H A Dexrecover.c633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1)
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
H A Dex.h377 var unsigned char crbuf[CRSIZE];

Completed in 122 milliseconds