Searched refs:sha1 (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-9.3-release/usr.sbin/wpa/wpa_passphrase/
H A DMakefile8 SRCS= wpa_passphrase.c sha1.c sha1-internal.c sha1-pbkdf2.c \
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A Dcrypto.c55 struct key sha1; local
56 sha1.next = NULL;
57 sha1.key_id = 20;
58 sha1.key_len = 7;
59 memcpy(&sha1.key_seq, "sha1seq", sha1.key_len);
60 memcpy(&sha1.type, "SHA1", 5);
63 make_mac(PKT_DATA, PKT_LEN, SHA1_LENGTH, &sha1, actual));
108 struct key sha1; local
109 sha1
[all...]
/freebsd-9.3-release/crypto/openssl/fips/
H A Dopenssl_fips_fingerprint8 ext=${HMAC_EXT:-sha1}
26 openssl sha1 -hmac etaonrishdlcupfm $lib | sed "s/(.*\//(/" | diff -w $lib.sha1 - || { echo "$libs fingerprint mismatch"; exit 1; }
31 openssl sha1 -hmac etaonrishdlcupfm -binary $exe > $exe.$ext || rm $exe.$ext
H A Dfipsld95 diff -w "${PREMAIN_C}.sha1" - || \
99 diff -w "${CANISTER_O}.sha1" - || \
142 # lib/fipscanister.o, lib/fipscanister.o.sha1 and
144 FINGERTYPE="${THERE}/bin/openssl sha1 -hmac ${HMAC_KEY}"
149 diff -w "${CANISTER_O}.sha1" - || \
154 diff -w "${PREMAIN_C}.sha1" - || \
/freebsd-9.3-release/sbin/md5/
H A DMakefile7 ${BINDIR}/md5 ${BINDIR}/sha1 \
11 md5.1 sha1.1 \
/freebsd-9.3-release/crypto/openssh/regress/
H A Dputty-kex.sh11 for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ; do
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Diterated_hash.h23 #include <isc/sha1.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Diterated_hash.h23 #include <isc/sha1.h>
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A DMakefile37 sha1.o \
38 sha1-internal.o \
39 sha1-pbkdf2.o \
40 sha1-tlsprf.o \
41 sha1-tprf.o \
H A Dcrypto_internal.c26 struct SHA1Context sha1; member in union:crypto_hash::__anon4323
52 SHA1Init(&ctx->u.sha1);
74 SHA1Init(&ctx->u.sha1);
75 SHA1Update(&ctx->u.sha1, key, key_len);
76 SHA1Final(tk, &ctx->u.sha1);
87 SHA1Init(&ctx->u.sha1);
88 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
111 SHA1Update(&ctx->u.sha1, data, len);
147 SHA1Final(mac, &ctx->u.sha1);
177 SHA1Final(mac, &ctx->u.sha1);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Diterated_hash.c23 #include <isc/sha1.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Diterated_hash.c23 #include <isc/sha1.h>
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dds.c28 #include <isc/sha1.h>
59 isc_sha1_t sha1; local
82 isc_sha1_init(&sha1);
84 isc_sha1_update(&sha1, r.base, r.length);
87 isc_sha1_update(&sha1, r.base, r.length);
88 isc_sha1_final(&sha1, digest);
/freebsd-9.3-release/sys/modules/netgraph/mppc/
H A DMakefile18 SRCS+= sha1.c
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A DMakefile46 sx86-elf.s: asm/sha1-586.pl ../perlasm/x86asm.pl
47 (cd asm; $(PERL) sha1-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
51 sx86-cof.s: asm/sha1-586.pl ../perlasm/x86asm.pl
52 (cd asm; $(PERL) sha1-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
56 sx86-out.s: asm/sha1-586.pl ../perlasm/x86asm.pl
57 (cd asm; $(PERL) sha1-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
61 sha1-ia64.s: asm/sha1-ia64.pl
62 (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))
69 sha1
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dx86asm.sh33 (cd crypto/sha/asm; perl sha1-586.pl cpp > sx86unix.cpp)
34 (cd crypto/sha/asm; perl sha1-586.pl win32 > s1-win32.asm)
/freebsd-9.3-release/sys/modules/crypto/
H A DMakefile17 SRCS += sha1.c sha2.c
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_cbc.c321 SHA_CTX *sha1 = ctx; local
322 l2n(sha1->h0, md_out);
323 l2n(sha1->h1, md_out);
324 l2n(sha1->h2, md_out);
325 l2n(sha1->h3, md_out);
326 l2n(sha1->h4, md_out);
/freebsd-9.3-release/crypto/openssl/test/
H A DCAss.cnf14 default_md = sha1
/freebsd-9.3-release/tools/regression/ipsec/
H A Dipsec6.t56 hmac-sha1:01234567890123456789 \
/freebsd-9.3-release/usr.sbin/wpa/hostapd/
H A DMakefile45 sha1-pbkdf2.c \
46 sha1.c \
/freebsd-9.3-release/usr.sbin/wpa/wpa_supplicant/
H A DMakefile32 sha1-pbkdf2.c \
33 sha1.c \
/freebsd-9.3-release/lib/libmd/
H A DMakefile44 sha0.ref sha0hl.c sha1.ref sha1hl.c shadriver \
153 sha1.ref:
208 test: md2.ref md4.ref md5.ref sha0.ref rmd160.ref sha1.ref sha256.ref sha512.ref
229 ./shadriver | cmp sha1.ref -
/freebsd-9.3-release/sys/opencrypto/
H A Dxform.h29 #include <crypto/sha1.h>
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak65 $(OBJDIR)\sha1.obj \
66 $(OBJDIR)\sha1-tlsprf.obj \
67 $(OBJDIR)\sha1-pbkdf2.obj \
162 $(OBJDIR)\sha1.obj \
165 $(OBJDIR)\sha1-pbkdf2.obj \

Completed in 372 milliseconds

1234