Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcrypt/common/
H A Dcryptio.c30 #pragma weak _run_setkey = run_setkey
66 run_setkey(int *p, const char *keyparam) in run_setkey() function
H A Dmapfile-vers72 run_setkey;
/illumos-gate/usr/src/head/
H A Dcrypt.h57 extern int run_setkey(int *, const char *);
/illumos-gate/usr/src/man/man3ext/
H A DMakefile120 run_setkey.3ext \
134 run_setkey.3ext := LINKSRC = crypt.3ext
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c175 kflag = run_setkey(perm, (unsigned char *)getenv("CrYpTkEy")); in main()
177 kflag = run_setkey(perm, mypass("Enter key:")); in main()
H A Dex.c426 if ((kflag = run_setkey(perm, in main()
H A Dex_cmds.c248 if ((kflag = run_setkey(perm,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc113 link path=usr/share/man/man3ext/run_setkey.3ext target=crypt.3ext
/illumos-gate/usr/src/cmd/ed/
H A Ded.c445 kflag = run_setkey(&perm[0], getkey(msgtab[66])); in main()
908 if ((kflag = run_setkey(&perm[0], getkey(msgtab[66]))) == -1) { in commands()