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

123

/freebsd-10-stable/usr.sbin/wpa/wpa_passphrase/
H A DMakefile8 SRCS= common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c sha1.c \
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hash.sh49 atf_test_case sha1
66 atf_add_test_case sha1
H A Dh_hash.c38 #include <sha1.h>
/freebsd-10-stable/crypto/openssh/regress/
H A Dputty-kex.sh11 for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ; do
/freebsd-10-stable/contrib/ntp/sntp/tests/
H A Dcrypto.c64 struct key sha1; local
65 sha1.next = NULL;
66 sha1.key_id = 20;
67 sha1.key_len = 7;
68 memcpy(&sha1.key_seq, "sha1seq", sha1.key_len);
69 strlcpy(sha1.typen, "SHA1", sizeof(sha1.typen));
70 sha1.typei = keytype_from_text(sha1
151 struct key sha1; local
[all...]
/freebsd-10-stable/sbin/md5/
H A DMakefile7 ${BINDIR}/md5 ${BINDIR}/sha1 \
14 md5.1 sha1.1 \
/freebsd-10-stable/contrib/netbsd-tests/lib/libskey/
H A Dt_algorithms.c98 ATF_TC(sha1); variable
99 ATF_TC_HEAD(sha1, tc)
103 ATF_TC_BODY(sha1, tc)
105 h_check("This is a test.", "TeSt", "sha1","BB9E6AE1979D8FF4",
107 h_check("AbCdEfGhIjK", "alpha1", "sha1","AD85F658EBE383C9",
109 h_check("OTP's are good", "correct", "sha1","D51F3E99BF8E6F0B",
118 ATF_TP_ADD_TC(tp, sha1);
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Diterated_hash.h23 #include <isc/sha1.h>
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A DMakefile45 sha1-586.s: asm/sha1-586.pl ../perlasm/x86asm.pl
46 $(PERL) asm/sha1-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
52 sha1-ia64.s: asm/sha1-ia64.pl
53 (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))
62 sha1-alpha.s: asm/sha1-alpha.pl
64 $(PERL) asm/sha1-alpha.pl > $$preproc && \
68 sha1
[all...]
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal.c21 struct SHA1Context sha1; member in union:crypto_hash::__anon4778
50 SHA1Init(&ctx->u.sha1);
78 SHA1Init(&ctx->u.sha1);
79 SHA1Update(&ctx->u.sha1, key, key_len);
80 SHA1Final(tk, &ctx->u.sha1);
92 SHA1Init(&ctx->u.sha1);
93 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
137 SHA1Update(&ctx->u.sha1, data, len);
181 SHA1Final(mac, &ctx->u.sha1);
222 SHA1Final(mac, &ctx->u.sha1);
[all...]
/freebsd-10-stable/usr.bin/opiekey/
H A DMakefile18 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha1
20 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Diterated_hash.c23 #include <isc/sha1.h>
/freebsd-10-stable/sys/modules/carp/
H A DMakefile9 SRCS= ip_carp.c sha1.c
/freebsd-10-stable/sys/modules/netgraph/mppc/
H A DMakefile17 SRCS+= sha1.c
/freebsd-10-stable/contrib/ldns/ldns/
H A Dldns.h124 #include <ldns/sha1.h>
/freebsd-10-stable/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-10-stable/lib/libldns/
H A DMakefile16 rr.c rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
/freebsd-10-stable/sys/modules/crypto/
H A DMakefile17 SRCS += sha1.c sha256c.c sha512c.c
/freebsd-10-stable/crypto/openssl/ssl/
H A Ds3_cbc.c327 SHA_CTX *sha1 = ctx; local
328 l2n(sha1->h0, md_out);
329 l2n(sha1->h1, md_out);
330 l2n(sha1->h2, md_out);
331 l2n(sha1->h3, md_out);
332 l2n(sha1->h4, md_out);
/freebsd-10-stable/tools/regression/ipsec/
H A Dipsec6.t56 hmac-sha1:01234567890123456789 \
/freebsd-10-stable/tests/sys/geom/class/eli/
H A Dconf.sh30 for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 \
/freebsd-10-stable/sys/opencrypto/
H A Dxform.h29 #include <crypto/sha1.h>
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_entry_private.h56 unsigned char sha1[20]; member in struct:ae_digest
/freebsd-10-stable/secure/lib/libcrypto/
H A DMakefile.asm23 SRCS= aes-x86_64.pl aesni-sha1-x86_64.pl aesni-x86_64.pl bsaes-x86_64.pl \
42 SRCS+= sha1-x86_64.pl
129 SRCS+= sha1-586.pl sha256-586.pl sha512-586.pl
/freebsd-10-stable/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 144 milliseconds

123