Home
last modified time | relevance | path

Searched refs:sha1 (Results 1 – 25 of 51) sorted by relevance

123

/titanic_41/usr/src/uts/intel/sha1/
H A DMakefile42 MODULE = sha1
44 SHA1_OBJS_64 = sha1-x86_64.o
59 CLEANFILES += sha1-x86_64.s
106 $(OBJS_DIR)/sha1-x86_64.o: sha1-x86_64.s
110 $(OBJS_DIR)/sha1-x86_64.ln: sha1-x86_64.s
113 sha1-x86_64.s: $(COMDIR)/sha1/amd64/sha1-x86_64.pl
/titanic_41/usr/src/lib/libmd/amd64/
H A DMakefile28 OBJECTS = md4.o md5.o sha1.o sha2.o
36 pics/sha1-x86_64.o \
61 sha1-x86_64.s: $(COMDIR)/sha1/amd64/sha1-x86_64.pl
/titanic_41/usr/src/lib/libmd/
H A DMakefile.targ36 pics/%.o: $(COMDIR)/sha1/%.c
37 $(COMPILE.c) -I$(COMDIR)/sha1 -o $@ $<
40 pics/sha1_asm.o: $(COMDIR)/sha1/sparc/$(PLATFORM)/sha1_asm.s
42 $(COMDIR)/sha1/sparc/$(PLATFORM)/sha1_asm.s
H A DMakefile.com29 $(COMDIR)/sha1/sha1.c \
H A Dinc.flg30 find_files "s.*" usr/src/common/crypto/sha1
H A DMakefile32 HDRS = md4.h md5.h sha1.h sha2.h
/titanic_41/usr/src/lib/libsum/common/
H A DRELEASE6 07-09-21 sum-sha1.c: reinstate Steve Reid's public domain implementation
7 07-07-26 sumlib.c: drop GPL sum-sha1.c
/titanic_41/usr/src/man/man3ext/
H A DMakefile36 sha1.3ext \
214 SHA1Final.3ext := LINKSRC = sha1.3ext
215 SHA1Init.3ext := LINKSRC = sha1.3ext
216 SHA1Update.3ext := LINKSRC = sha1.3ext
/titanic_41/usr/src/lib/libsum/common/features/
H A Dsum3 lib SHA1Init sha1.h -lmd
/titanic_41/usr/src/lib/libmd/capabilities/sun4u/
H A DMakefile.com30 OBJECTS = md5.o sha1.o sha1_asm.o
/titanic_41/usr/src/lib/libmd/i386/
H A DMakefile29 OBJECTS = md4.o md5.o sha1.o sha2.o
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dipsecalgs45 ALG|2|3|hmac-sha1,sha,sha1,sha-1,hmac-sha,hmac-sha-1|CKM_SHA_1_HMAC_GENERAL|160|12
/titanic_41/usr/src/lib/libmd/sparc/
H A DMakefile28 OBJECTS = md4.o md5.o sha1.o sha2.o
/titanic_41/usr/src/lib/libmd/sparcv9/
H A DMakefile28 OBJECTS = md4.o md5.o sha1.o sha2.o
/titanic_41/usr/src/uts/sparc/sha1/
H A DMakefile43 MODULE = sha1
/titanic_41/usr/src/uts/sparc/swrand/
H A DMakefile66 LDFLAGS += -dy -Nmisc/kcf -Nmisc/sha1
/titanic_41/usr/src/uts/intel/swrand/
H A DMakefile67 LDFLAGS += -dy -Nmisc/kcf -Nmisc/sha1
/titanic_41/usr/src/uts/sun4u/sha1/
H A DMakefile40 MODULE = sha1
/titanic_41/usr/src/lib/libsum/amd64/src/lib/libsum/FEATURE/
H A Dsum12 #define _hdr_sha1 1 /* #include <sha1.h> ok */
/titanic_41/usr/src/lib/libsum/i386/src/lib/libsum/FEATURE/
H A Dsum12 #define _hdr_sha1 1 /* #include <sha1.h> ok */
/titanic_41/usr/src/lib/libsum/sparc/src/lib/libsum/FEATURE/
H A Dsum12 #define _hdr_sha1 1 /* #include <sha1.h> ok */
/titanic_41/usr/src/lib/libsum/sparcv9/src/lib/libsum/FEATURE/
H A Dsum12 #define _hdr_sha1 1 /* #include <sha1.h> ok */
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslrec.c375 SHA1_CTX sha1 = ssl->hs_sha1; /* clone sha1 context */ in kssl_compute_handshake_hashes() local
377 SHA1_CTX *sha1ctx = &sha1; in kssl_compute_handshake_hashes()
388 SHA1Final(hashes->sha1, sha1ctx); in kssl_compute_handshake_hashes()
391 bcopy(hashes->sha1, seed + MD5_HASH_LEN, SHA1_HASH_LEN); in kssl_compute_handshake_hashes()
428 SHA1Final(hashes->sha1, sha1ctx); in kssl_compute_handshake_hashes()
434 SHA1Update(sha1ctx, hashes->sha1, SHA1_HASH_LEN); in kssl_compute_handshake_hashes()
435 SHA1Final(hashes->sha1, sha1ctx); in kssl_compute_handshake_hashes()
1321 SHA1_CTX sha1, *sha1ctx; in kssl_ssl3_key_material_derive_step() local
1325 sha1ctx = &sha1; in kssl_ssl3_key_material_derive_step()
1670 bcopy(ssl->hs_hashes.sha1, ssl3hashes.sha1, in kssl_send_finished()
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc32 file path=usr/share/man/man3ext/sha1.3ext
44 link path=usr/share/man/man3ext/SHA1Final.3ext target=sha1.3ext
45 link path=usr/share/man/man3ext/SHA1Init.3ext target=sha1.3ext
46 link path=usr/share/man/man3ext/SHA1Update.3ext target=sha1.3ext
/titanic_41/usr/src/lib/libmd/common/
H A Dllib-lmd32 #include <sha1.h>

123