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

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dsha1.d1 libavutil/sha1.o: libavutil/sha1.c libavutil/common.h libavutil/mem.h config.h \
3 libavutil/sha1.h
H A DMakefile21 sha1.h
41 sha1.o \
45 TESTS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca random sha1 softfloat tree)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/
H A Dopenssl_fips_fingerprint25 openssl sha1 -hmac etaonrishdlcupfm $lib | sed "s/(.*\//(/" | diff -w $lib.sha1 - || { echo "$libs fingerprint mismatch"; exit 1; }
30 openssl sha1 -hmac etaonrishdlcupfm -binary $exe > $exe.sha1 || rm $exe.sha1
H A Dfips_make_sha13 S=`pwd`/fips/sha1/fips_standalone_sha1
5 cd fips/sha1
6 $S fips_sha1dgst.c fips_sha1_selftest.c asm/sx86-elf.s fips_standalone_sha1.c fips_sha_locl.h fips_md32_common.h > standalone.sha1
9 $S fips.c fips_err_wrapper.c fips.h fips_err.h > fingerprint.sha1
12 $S fips_rand.c fips_rand.h > fingerprint.sha1
14 cd ../sha1
15 $S fips_sha1dgst.c fips_sha1_selftest.c asm/sx86-elf.s fips_sha_locl.h fips_md32_common.h > fingerprint.sha1
18 $S fips_aes_core.c fips_aes_selftest.c fips_aes_locl.h > fingerprint.sha1
21 $S fips_dsa_ossl.c fips_dsa_gen.c fips_dsa_selftest.c > fingerprint.sha1
24 $S fips_des_enc.c asm/fips-dx86-elf.s fips_des_selftest.c fips_set_key.c fips_des_locl.h > fingerprint.sha1
[all...]
H A Dfips_check_sha18 $TOP/fips/sha1/fips_standalone_sha1 $@ | diff -w $FP - || { echo; echo "*** Your source code does not match the FIPS validated source ***"; echo; exit 1; }
H A DMakefile28 FDIRS=sha1 rand des aes dsa rsa dh
54 TOP=`pwd`/$(TOP) ./fips_check_sha1 fingerprint.sha1 $(SRC) $(HEADER)
118 @for i in dsa sha1 aes des ; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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) ) > $@
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/sha/
H A DMakefile50 asm/sx86-elf.s: asm/sha1-586.pl ../perlasm/x86asm.pl
51 (cd asm; $(PERL) sha1-586.pl elf $(CFLAGS) $(PROCESSOR) > sx86-elf.s)
61 asm/sx86unix.cpp: asm/sha1-586.pl ../perlasm/x86asm.pl
62 (cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp)
64 asm/sha1-ia64.s: asm/sha1-ia64.pl
65 (cd asm; $(PERL) sha1-ia64.pl $(CFLAGS) ) > $@
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/sha1/
H A DMakefile2 # SSLeay/fips/sha1/Makefile
5 DIR= sha1
43 TOP=`pwd`/$(TOP) ../fips_check_sha1 fingerprint.sha1 $(LIBSRC) $(HEADER)
46 TOP=`pwd`/$(TOP) ../fips_check_sha1 standalone.sha1 $(SRC) $(HEADER)
86 -rm -rf ../testvectors/sha1/rsp
87 mkdir ../testvectors/sha1/rsp
88 ./fips_sha1test ../testvectors/sha1/req/sha.req > ../testvectors/sha1/rsp/sha.rsp
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dppp_mppe.c38 * Use Linux kernel 2.6 arc4 and sha1 routines rather than
101 struct crypto_hash *sha1; member in struct:ppp_mppe_state
152 desc.tfm = state->sha1;
215 state->sha1 = crypto_alloc_hash("sha1", 0, CRYPTO_ALG_ASYNC);
216 if (IS_ERR(state->sha1)) {
217 state->sha1 = NULL;
221 digestsize = crypto_hash_digestsize(state->sha1);
245 if (state->sha1)
246 crypto_free_hash(state->sha1);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A DMakefile.am61 sha1.c \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dmd5_sha1_sum.c31 sha1_ctx_t sha1; member in union:_ctx_
54 sha1_begin(&context.sha1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile118 PPPDSRCS += sha1.c
119 HEADERS += sha1.h
120 PPPDOBJS += sha1.o
H A DMakefile.linux110 PPPDSRCS += sha1.c
111 HEADERS += sha1.h
112 PPPDOBJS += sha1.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd45 use Digest::SHA1 qw(sha1);
284 $hash_pass = "{SHA}" . encode_base64( sha1($clear_pass),'' );
289 $hash_pass = "{SSHA}" . encode_base64( sha1($clear_pass . $salt) . $salt,'' );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A DMakefile23 obj-$(CONFIG_CRYPTO_SHA1) += sha1.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A DMakefile15 ucmpdi2.o lib1funcs.o div64.o sha1.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/libbcmcrypto/
H A DMakefile30 OBJS := aes.o aeskeywrap.o rijndael-alg-fst.o dh.o bn.o sha1.o passhash.o prf.o md5.o hmac.o rc4.o random.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/certs/scripts/
H A Dgenroot.sh49 echo "openssl x509 -set_serial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in $PREFIX-ca.csr -out $PREFIX-$SERIAL.ca-cacert -sha1 "
51 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in $PREFIX-ca.csr -out $PREFIX-$SERIAL-ca.cacert -sha1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dt1_enc.c170 static void tls1_PRF(const EVP_MD *md5, const EVP_MD *sha1, argument
184 tls1_P_hash(sha1,S2,len,label,label_len,out2,olen);
206 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf),
379 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf),key,j,
393 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,p-buf,empty,0,
686 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(q-buf),
776 tls1_PRF(s->ctx->md5,s->ctx->sha1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c167 static void tls1_PRF(const EVP_MD *md5, const EVP_MD *sha1, argument
182 tls1_P_hash(sha1,S2,len,label,label_len,out2,olen);
204 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf),
390 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf),key,j,
404 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,p-buf,empty,0,
705 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(q-buf),
798 tls1_PRF(s->ctx->md5,s->ctx->sha1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A DMakefile8 sha1.o irq_regs.o reciprocal_div.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ms/
H A Dmingw32.bat51 perl sha1-586.pl gaswin > s1-win32.s

Completed in 224 milliseconds

123