/external/dropbear/libtomcrypt/src/hashes/ |
D | sha1.c | 61 a = md->sha1.state[0]; in _sha1_compress() 62 b = md->sha1.state[1]; in _sha1_compress() 63 c = md->sha1.state[2]; in _sha1_compress() 64 d = md->sha1.state[3]; in _sha1_compress() 65 e = md->sha1.state[4]; in _sha1_compress() 141 md->sha1.state[0] = md->sha1.state[0] + a; in _sha1_compress() 142 md->sha1.state[1] = md->sha1.state[1] + b; in _sha1_compress() 143 md->sha1.state[2] = md->sha1.state[2] + c; in _sha1_compress() 144 md->sha1.state[3] = md->sha1.state[3] + d; in _sha1_compress() 145 md->sha1.state[4] = md->sha1.state[4] + e; in _sha1_compress() [all …]
|
/external/openssl/crypto/sha/ |
D | Makefile | 46 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-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $@
|
/external/wpa_supplicant/ |
D | crypto_internal.c | 59 struct SHA1Context sha1; member 85 SHA1Init(&ctx->u.sha1); in crypto_hash_init() 107 SHA1Init(&ctx->u.sha1); in crypto_hash_init() 108 SHA1Update(&ctx->u.sha1, key, key_len); in crypto_hash_init() 109 SHA1Final(tk, &ctx->u.sha1); in crypto_hash_init() 120 SHA1Init(&ctx->u.sha1); in crypto_hash_init() 121 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad)); in crypto_hash_init() 144 SHA1Update(&ctx->u.sha1, data, len); in crypto_hash_update() 180 SHA1Final(mac, &ctx->u.sha1); in crypto_hash_finish() 210 SHA1Final(mac, &ctx->u.sha1); in crypto_hash_finish() [all …]
|
D | Makefile | 40 rc4.o sha1.o des.o 41 OBJS_p = wpa_passphrase.o sha1.o md5.o md4.o \ 789 crypto_$(CONFIG_CRYPTO).o md5.o sha1.o \ 798 md5.o sha1.o \ 846 TEST_MS_FUNCS_OBJS = crypto.o sha1.o md5.o \ 853 TEST_SHA1_OBJS = sha1.o md5.o tests/test_sha1.o #crypto.o 854 test-sha1: $(TEST_SHA1_OBJS) 856 ./test-sha1 857 rm test-sha1 871 TEST_EAP_SIM_COMMON_OBJS = sha1.o md5.o \ [all …]
|
D | Android.mk | 44 OBJS = config.c common.c md5.c md4.c rc4.c sha1.c des.c 45 OBJS_p = wpa_passphrase.c sha1.c md5.c md4.c common.c des.c
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-inherit | 24 hash_algorithm sha1; 42 hash_algorithm sha1;
|
D | racoon.conf.in | 68 hash_algorithm sha1; 90 hash_algorithm sha1;
|
D | racoon.conf.sample-plainrsa | 33 hash_algorithm sha1;
|
D | racoon.conf.sample-gssapi | 23 hash_algorithm sha1;
|
D | racoon.conf.sample | 37 hash_algorithm sha1;
|
D | racoon.conf.sample-natt | 82 hash_algorithm sha1;
|
/external/ppp/pppd/ |
D | Makefile.linux | 110 PPPDSRCS += sha1.c 111 HEADERS += sha1.h 112 PPPDOBJS += sha1.o
|
/external/openssl/ssl/ |
D | t1_enc.c | 167 static void tls1_PRF(const EVP_MD *md5, const EVP_MD *sha1, in tls1_PRF() argument 182 tls1_P_hash(sha1,S2,len,label,label_len,out2,olen); in tls1_PRF() 204 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf), in tls1_generate_key_block() 390 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf),key,j, in tls1_change_cipher_state() 404 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,p-buf,empty,0, in tls1_change_cipher_state() 705 tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(q-buf), in tls1_final_finish_mac() 818 tls1_PRF(s->ctx->md5,s->ctx->sha1, in tls1_generate_master_secret()
|
D | s3_enc.c | 522 EVP_DigestInit_ex(&(s->s3->finish_dgst2),s->ctx->sha1, NULL); in ssl3_init_finished_mac() 669 EVP_DigestInit_ex(&ctx,s->ctx->sha1, NULL); in ssl3_generate_master_secret()
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | racoon.conf | 20 hash_algorithm sha1;
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
D | racoon.conf | 18 hash_algorithm sha1;
|
D | racoon.conf-radius | 18 hash_algorithm sha1;
|
/external/webkit/SunSpider/tests/ |
D | LIST | 15 crypto-sha1
|
/external/openssl/crypto/pkcs7/t/ |
D | nav-smime | 12 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="--… 74 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="--…
|
/external/dbus/ |
D | Makefile.in | 44 $(top_srcdir)/test/data/valid-config-files/debug-allow-all-sha1.conf.in \ 64 test/data/valid-config-files/debug-allow-all-sha1.conf \ 352 …g-files/debug-allow-all-sha1.conf: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-con…
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_hash.h | 120 struct sha1_state sha1; member
|
/external/openssl/crypto/objects/ |
D | obj_mac.num | 65 sha1 64
|
D | objects.txt | 16 identified-organization 6 1 5 5 8 1 2 : HMAC-SHA1 : hmac-sha1 350 : MD5-SHA1 : md5-sha1 518 id-alg 3 : id-alg-dh-sig-hmac-sha1 631 algorithm 26 : SHA1 : sha1
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 28 src/hashes/sha1.c src/hashes/sha2/sha256.c src/hashes/sha2/sha512.c src/hashes/tiger.c \
|
/external/openssl/apps/ |
D | openssl-vms.cnf | 70 default_md = sha1 # which md to use.
|