/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | signing.c | 69 MD5_CTX md5; in smb_compute_MAC() local 108 MD5Init(&md5); in smb_compute_MAC() 111 MD5Update(&md5, ctx->ct_mackey, ctx->ct_mackeylen); in smb_compute_MAC() 114 MD5Update(&md5, smbhdr.r.raw, SMB_HDRLEN); in smb_compute_MAC() 118 MD5Update(&md5, m->m_data + SMB_HDRLEN, in smb_compute_MAC() 125 MD5Update(&md5, m->m_data, m->m_len); in smb_compute_MAC() 130 MD5Final(digest, &md5); in smb_compute_MAC()
|
/titanic_41/usr/src/uts/sun4u/md5/ |
H A D | inc.flg | 29 echo_file usr/src/common/crypto/md5/md5.c 30 echo_file usr/src/common/crypto/md5/sparc/sun4u/byteswap.il
|
H A D | Makefile | 40 MODULE = md5 71 INLINES += $(SRC)/common/crypto/md5/sparc/sun4u/byteswap.il
|
/titanic_41/usr/src/uts/sparc/md5/ |
H A D | inc.flg | 29 echo_file usr/src/common/crypto/md5/md5.c
|
/titanic_41/usr/src/uts/intel/md5/ |
H A D | inc.flg | 29 echo_file usr/src/common/crypto/md5/md5.c
|
H A D | Makefile | 36 COMDIR = $(COMMONBASE)/crypto/md5 41 MODULE = md5
|
/titanic_41/usr/src/lib/libmd/capabilities/sun4v/ |
H A D | Makefile.com | 29 OBJECTS = md5.o 33 INLINES = $(COMDIR)/md5/$(MACH)/$(PLATFORM)/byteswap.il
|
/titanic_41/usr/src/lib/libmd/ |
H A D | Makefile.com | 28 $(COMDIR)/md5/md5.c \
|
H A D | Makefile.targ | 32 pics/%.o: $(COMDIR)/md5/%.c 33 $(COMPILE.c) -I$(COMDIR)/md5 $(INLINES) -o $@ $<
|
H A D | inc.flg | 29 find_files "s.*" usr/src/common/crypto/md5
|
/titanic_41/usr/src/lib/libmd/capabilities/sun4u/ |
H A D | Makefile.com | 30 OBJECTS = md5.o sha1.o sha1_asm.o 34 INLINES = $(COMDIR)/md5/$(MACH)/$(PLATFORM)/byteswap.il
|
/titanic_41/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_41/usr/src/uts/sun4v/md5/ |
H A D | Makefile | 40 MODULE = md5 76 INLINES += $(SRC)/common/crypto/md5/sparc/sun4v/byteswap.il
|
/titanic_41/usr/src/lib/libmd/amd64/ |
H A D | Makefile | 28 OBJECTS = md4.o md5.o sha1.o sha2.o 58 md5_amd64.s: $(COMDIR)/md5/amd64/md5_amd64.pl
|
/titanic_41/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_41/usr/src/man/man3ext/ |
H A D | Makefile | 30 md5.3ext \ 179 MD5Final.3ext := LINKSRC = md5.3ext 180 MD5Init.3ext := LINKSRC = md5.3ext 181 MD5Update.3ext := LINKSRC = md5.3ext 182 md5_calc.3ext := LINKSRC = md5.3ext
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ike/ |
H A D | config.sample | 105 {auth_method preshared oakley_group 5 auth_alg md5 encr_alg blowfish } 107 {auth_method preshared oakley_group 5 auth_alg md5 encr_alg 3des } 125 { auth_method rsa_sig oakley_group 5 auth_alg md5 encr_alg 3des } 127 { auth_method rsa_sig oakley_group 5 auth_alg md5 encr_alg blowfish }
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_connect.c | 196 ndmp_auth_md5 *md5; in ndmpd_connect_client_auth_v2() local 289 md5 = &request->auth_data.ndmp_auth_data_u.auth_md5; in ndmpd_connect_client_auth_v2() 308 if (strcmp(uname, md5->user) != 0) { in ndmpd_connect_client_auth_v2() 312 } else if (memcmp(md5_digest, md5->auth_digest, in ndmpd_connect_client_auth_v2() 440 ndmp_auth_md5_v3 *md5; in ndmpd_connect_client_auth_v3() local 498 md5 = &request->auth_data.ndmp_auth_data_v3_u.auth_md5; in ndmpd_connect_client_auth_v3() 499 reply.error = ndmpd_connect_auth_md5(uname, md5->auth_id, in ndmpd_connect_client_auth_v3() 500 md5->auth_digest, session->ns_challenge); in ndmpd_connect_client_auth_v3()
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 38 # {rport 23} ipsec {encr_algs des encr_auth_algs md5} 42 # {dport 23} apply {encr_algs des encr_auth_algs md5 sa shared} 43 # {sport 23} permit {encr_algs des encr_auth_algs md5}
|
/titanic_41/usr/src/lib/libsecdb/ |
H A D | policy.conf | 39 CRYPT_ALGORITHMS_ALLOW=1,2a,md5,5,6
|
/titanic_41/usr/src/cmd/initpkg/security/ |
H A D | crypt.conf | 29 md5 crypt_sunmd5.so.1
|
/titanic_41/usr/src/lib/libsum/common/features/ |
H A D | sum | 2 lib MD5Init md5.h -lmd
|