Home
last modified time | relevance | path

Searched refs:run_crypt (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c252 if (run_crypt(0L, ibuff2, 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()
294 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in getblock()
398 if (run_crypt(0L, crbuf, CRSIZE, tperm) == -1) in synctmp()
H A Dex_io.c726 if (crflag > 0 && run_crypt(cntch, genbuf, ninbuf+1, perm) == -1) { in getfile()
776 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile()
800 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile()
H A Dexrecover.c633 if (run_crypt(0L, bk, CRSIZE, tperm) == -1) in scrapbad()
798 if (run_crypt(0L, ibuff, CRSIZE, tperm) == -1)
/illumos-gate/usr/src/lib/libcrypt/common/
H A Dcryptio.c31 #pragma weak _run_crypt = run_crypt
120 run_crypt(long offset, char *buffer, unsigned int count, int *p) in run_crypt() function
H A Dmapfile-vers70 run_crypt;
/illumos-gate/usr/src/head/
H A Dcrypt.h56 extern int run_crypt(long, char *, unsigned, int *);
/illumos-gate/usr/src/man/man3ext/
H A DMakefile119 run_crypt.3ext \
133 run_crypt.3ext := LINKSRC = crypt.3ext
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1406 if (run_crypt(count, genbuf, ninbuf+1, perm) == -1) in getfile()
1466 if (run_crypt(count-n, genbuf, n, perm) == -1) in putfile()
1483 if (run_crypt(count-n, genbuf, n, perm) == -1) in putfile()
1756 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1764 if (run_crypt(0L, ibuff, 512, tperm) == -1) in getblock()
1775 if (run_crypt(0L, crbuf, 512, tperm) == -1) in getblock()
2690 if (run_crypt(0L, crbuf, chcount, perm) == -1) in eopen()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc112 link path=usr/share/man/man3ext/run_crypt.3ext target=crypt.3ext