/titanic_44/usr/src/man/man3ext/ |
H A D | Makefile | 24 crypt.3ext \ 140 crypt_close.3ext := LINKSRC = crypt.3ext 141 des_crypt.3ext := LINKSRC = crypt.3ext 142 des_encrypt.3ext := LINKSRC = crypt.3ext 143 des_setkey.3ext := LINKSRC = crypt.3ext 144 encrypt.3ext := LINKSRC = crypt.3ext 145 run_crypt.3ext := LINKSRC = crypt.3ext 146 run_setkey.3ext := LINKSRC = crypt.3ext 147 setkey.3ext := LINKSRC = crypt.3ext
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | chkey.c | 163 char *crypt = NULL; in encryptkeys() local 167 &crypt, TRUE)) { in encryptkeys() 169 crypt = NULL; in encryptkeys() 172 clist[mcount] = crypt; in encryptkeys() 175 char *crypt = NULL; in encryptkeys() local 177 if (!(crypt = in encryptkeys() 183 (void) memcpy(crypt, slist[0], HEXKEYBYTES); in encryptkeys() 184 (void) memcpy(crypt + HEXKEYBYTES, slist[0], KEYCHECKSUMSIZE); in encryptkeys() 185 crypt[HEXKEYBYTES + KEYCHECKSUMSIZE] = 0; in encryptkeys() 186 xencrypt(crypt, short_login_pw); in encryptkeys() [all …]
|
H A D | chkey_common.c | 39 extern char *crypt(); 471 char *crypt, in ldap_attr_mod() argument 485 keys[1] = crypt; in ldap_attr_mod() 731 char *crypt, in ldap_update() argument 854 ckeyatval = (char *)malloc(strlen(mechname) + strlen(crypt) + 3); in ldap_update() 863 sprintf(ckeyatval, "{%s}%s", mechname, crypt); in ldap_update()
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.am | 5 man_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8 grub-terminfo.8 54 $(srcdir)/grub-md5-crypt.8: ../util/grub-md5-crypt $(srcdir)/$(HELP2MAN)
|
H A D | Makefile.solaris | 15 grub-md5-crypt.8 \ 40 grub-install.8 grub-md5-crypt.8 grub-terminfo.8 grub.8 \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 20 file path=usr/share/man/man3ext/crypt.3ext 69 link path=usr/share/man/man3ext/crypt_close.3ext target=crypt.3ext 70 link path=usr/share/man/man3ext/des_crypt.3ext target=crypt.3ext 71 link path=usr/share/man/man3ext/des_encrypt.3ext target=crypt.3ext 72 link path=usr/share/man/man3ext/des_setkey.3ext target=crypt.3ext 80 link path=usr/share/man/man3ext/encrypt.3ext target=crypt.3ext 124 link path=usr/share/man/man3ext/run_crypt.3ext target=crypt.3ext 125 link path=usr/share/man/man3ext/run_setkey.3ext target=crypt.3ext 126 link path=usr/share/man/man3ext/setkey.3ext target=crypt.3ext
|
/titanic_44/usr/src/grub/grub-0.97/util/ |
H A D | Makefile.solaris | 21 grub-md5-crypt \ 44 grub-md5-crypt.in grub-set-default.in grub-terminfo.in \
|
H A D | Makefile.am | 2 sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo \
|
H A D | Makefile.in | 45 $(srcdir)/grub-md5-crypt.in $(srcdir)/grub-set-default.in \ 54 CONFIG_CLEAN_FILES = grub-image grub-install grub-md5-crypt \ 184 sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo \ 231 grub-md5-crypt: $(top_builddir)/config.status $(srcdir)/grub-md5-crypt.in
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth-passwd.c | 198 encrypted_password = crypt(password, salt); in auth_password() 200 encrypted_password = crypt(password, salt); in auth_password()
|
/titanic_44/usr/src/cmd/initpkg/ |
H A D | Makefile | 41 ETCTABS= vfstab inittab nscd.conf security/crypt.conf 60 $(ROOTETC)/security/crypt.conf := FILEMODE = 0644
|
/titanic_44/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 448 crypt_passwd = crypt(passwd, s); in files_checkhistory() 715 hash = crypt(p->data.val_s, salt); in files_update() 1195 char *crypt; in files_update_history() local 1206 crypt = strtok_r(NULL, ":", &last); in files_update_history() 1207 if (crypt == NULL || in files_update_history() 1208 *crypt == '\n') { in files_update_history() 1211 (void) fprintf(dst, "%s:", crypt); in files_update_history() 1212 debug("\t%d = %s:", i+1, crypt); in files_update_history()
|
/titanic_44/usr/src/lib/libwanbootutil/ |
H A D | req.flg | 29 find_files "s.*" usr/src/common/net/wanboot/crypt
|
/titanic_44/usr/src/cmd/makekey/ |
H A D | makekey.c | 50 (void) write(1, crypt(key, salt), 13); in main()
|
/titanic_44/usr/src/cmd/crypt/ |
H A D | Makefile | 27 PROG= crypt
|
/titanic_44/usr/src/head/ |
H A D | crypt.h | 45 extern char *crypt(const char *, const char *);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/ |
H A D | Makefile.com | 30 CMNCRYPTDIR = ../../../../../common/net/wanboot/crypt
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/ |
H A D | Makefile | 31 CPPFLAGS += -I$(SRC)/common/net/wanboot/crypt
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | grpauth.c | 67 if (strcmp(crypt(password, gr.gr_passwd), gr.gr_passwd) == 0) in grpauth()
|
H A D | pwdauth.c | 70 if (strcmp(crypt(password, enpwp), enpwp) == 0) in pwdauth()
|
H A D | crypt.c | 36 crypt(pw, salt) in crypt() function
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | uwin | 1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
|
/titanic_44/usr/src/uts/intel/openeepr/ |
H A D | Makefile | 59 CPPFLAGS += -I$(SRC)/common/net/wanboot/crypt
|
/titanic_44/usr/src/lib/libcrypt/common/ |
H A D | llib-lcrypt | 41 /* crypt.c */ 44 char *crypt(const char *pw, const char *salt);
|
/titanic_44/usr/src/uts/sparc/openeepr/ |
H A D | Makefile | 62 CPPFLAGS += -I$(SRC)/common/net/wanboot/crypt
|