| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| crypt.t | 14 skip_all("crypt unimplemented"); 21 # Can't assume too much about the string returned by crypt(), 32 skip ("VOS crypt ignores salt.", 1) if ($^O eq 'vos'); 33 ok(substr(crypt("ab", "cd"), 2) ne substr(crypt("ab", "ce"), 2), "salt makes a difference"); 38 eval {$b = crypt($a, "cd")}; 39 like($@, qr/Wide character in crypt/, "wide characters ungood"); 43 eval {$b = crypt($a, "cd")}; 45 is($b, crypt("a\xFF", "cd"), "downgrade results agree");
|
| /onnv/onnv-gate/usr/src/lib/libwanbootutil/ |
| req.flg | 29 find_files "s.*" usr/src/common/net/wanboot/crypt
|
| Makefile.com | 39 CRYPTO_DIR = $(SRC)/common/net/wanboot/crypt
|
| /onnv/onnv-gate/usr/src/stand/lib/scrypt/ |
| inc.flg | 29 find_files "s.*" usr/src/common/net/wanboot/crypt
|
| Makefile | 35 CMNDIR = $(TOPDIR)/common/net/wanboot/crypt
|
| /onnv/onnv-gate/usr/src/cmd/makekey/ |
| makekey.c | 38 #include <crypt.h> 50 (void) write(1, crypt(key, salt), 13);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/des/ |
| DES.pm | 12 crypt
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ |
| Makefile.com | 32 CMNCRYPTDIR = ../../../../../common/net/wanboot/crypt
|
| /onnv/onnv-gate/usr/src/head/ |
| crypt.h | 46 extern char *crypt(const char *, const char *); 61 extern char *crypt();
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/bootconfchk/ |
| Makefile | 31 CPPFLAGS += -I$(SRC)/common/net/wanboot/crypt
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| crypt.c | 30 /* The real crypt is now _crypt. This version performs automatic 36 crypt(pw, salt) function 52 * "##", crypt will act in the normal fashion. 65 * "#$", crypt will act in the normal fashion.
|
| grpauth.c | 67 if (strcmp(crypt(password, gr.gr_passwd), gr.gr_passwd) == 0)
|
| pwdauth.c | 70 if (strcmp(crypt(password, enpwp), enpwp) == 0)
|
| /onnv/onnv-gate/usr/src/cmd/crypt/ |
| Makefile | 29 PROG= crypt
|
| /onnv/onnv-gate/usr/src/lib/crypt_modules/bsdbf/ |
| bsdbf.c | 29 #include <crypt.h>
|
| /onnv/onnv-gate/usr/src/lib/libcrypt/common/ |
| mapfile-vers | 42 crypt = FUNCTION FILTER libc.so.1;
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| auth-passwd.c | 49 # include <crypt.h> 198 encrypted_password = crypt(password, salt); 200 encrypted_password = crypt(password, salt);
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/docs/ |
| Makefile.solaris | 15 grub-md5-crypt.8 \ 40 grub-install.8 grub-md5-crypt.8 grub-terminfo.8 grub.8 \
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/util/ |
| Makefile.solaris | 21 grub-md5-crypt \ 44 grub-md5-crypt.in grub-set-default.in grub-terminfo.in \
|
| /onnv/onnv-gate/usr/src/uts/intel/openeepr/ |
| Makefile | 59 CPPFLAGS += -I$(SRC)/common/net/wanboot/crypt
|
| /onnv/onnv-gate/usr/src/uts/sparc/openeepr/ |
| Makefile | 62 CPPFLAGS += -I$(SRC)/common/net/wanboot/crypt
|
| /onnv/onnv-gate/usr/src/stand/lib/wanboot/ |
| Makefile | 37 CPPFLAGS += -I$(CMNNETDIR)/dhcp -I$(TOPDIR)/common/net/wanboot/crypt \
|
| /onnv/onnv-gate/usr/src/cmd/initpkg/ |
| Makefile | 43 ETCTABS= vfstab inittab nscd.conf security/crypt.conf $($(MACH)_ETCTABS) 62 $(ROOTETC)/security/crypt.conf := FILEMODE = 0644
|
| /onnv/onnv-gate/usr/src/cmd/keyserv/ |
| chkey.c | 46 #include <crypt.h> 172 char *crypt = NULL; local 176 &crypt, TRUE)) { 177 /* Could not crypt key */ 178 crypt = NULL; 181 clist[mcount] = crypt; 184 char *crypt = NULL; local 186 if (!(crypt = 192 (void) memcpy(crypt, slist[0], HEXKEYBYTES); 193 (void) memcpy(crypt + HEXKEYBYTES, slist[0], KEYCHECKSUMSIZE) [all...] |
| /onnv/onnv-gate/usr/src/cmd/des/ |
| des.c | 206 crypt(char *buf, unsigned int len) function 245 crypt(buf, k); 260 crypt(cp, 8); 294 crypt(buf, n);
|