HomeSort by relevance Sort by last modified time
    Searched full:sha1 (Results 76 - 100 of 388) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dbus/bus/
test-main.c 124 printf ("%s: Running SHA1 connection test\n", argv[0]);
126 die ("sha1");
  /external/dropbear/libtomcrypt/testprof/
pkcs_1_test.c 13 hash_idx = find_hash("sha1");
17 fprintf(stderr, "pkcs_1 tests require sha1/yarrow");
  /external/wpa_supplicant/tests/
test_sha1.c 2 * Test program for SHA1 and MD5
18 #include "sha1.h"
120 printf("- T-PRF (SHA1) test case / master_secret\n");
128 printf("- PRF (TLS, SHA1/MD5) test case / key_block\n");
136 printf("- T-PRF (SHA1) test case / IMCK\n");
147 printf("- T-PRF (SHA1) test case / MSK\n");
281 printf("PRF-SHA1 test cases:\n");
312 printf("PBKDF2-SHA1 Passphrase test cases:\n");
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
MacThread.java 41 SecretKeySpec sks = new SecretKeySpec(b, "SHA1");
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 18 #ifdef SHA1
119 #ifdef SHA1
120 struct sha1_state sha1; member in union:Hash_state
249 #ifdef SHA1
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 37 hash_algorithm sha1;
  /external/openssl/android.testssl/
CAss.cnf 14 default_md = sha1
  /external/openssl/crypto/sha/
sha1s.cpp 78 printf("sha1 (%d bytes) %d %d (%.2f)\n",num*64,
  /external/ppp/pppd/
Makefile.sol2 37 #OBJS += chap_ms.o pppcrypt.o md4.o sha1.o
pppcrypt.h 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
  /external/wpa_supplicant/
wpa_passphrase.c 18 #include "sha1.h"
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...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_passphrase.c 18 #include "sha1.h"
  /frameworks/base/tests/CoreTests/android/core/
Sha1Test.java 24 * Tests SHA1 message digest algorithm.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
SdkRepository.java 112 /** A sha1 archive checksum, as a 40-char hex. */
129 /** Type of a sha1 checksum. */
130 public static final String SHA1_TYPE = "sha1"; //$NON-NLS-1$
132 /** Length of a string representing a SHA1 checksum; always 40 characters long. */
  /bootable/recovery/applypatch/
imgdiff_test.sh 56 sha1() { function
94 /data/local/tmp/target $(sha1 $tmpdir/target) $(size $tmpdir/target) \
95 $(sha1 $tmpdir/source):/data/local/tmp/patch \
  /bootable/recovery/
verifier.c 143 LOGE("failed to alloc memory for sha1 buffer\n");
170 const uint8_t* sha1 = SHA_final(&ctx); local
175 RSANUMBYTES, sha1)) {
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
CryptoProvider.java 44 "HARMONY (SHA1 digest; SecureRandom; SHA1withDSA signature)"); //$NON-NLS-1$
64 put("Alg.Alias.MessageDigest.SHA1", "SHA-1"); //$NON-NLS-1$ //$NON-NLS-2$
76 put("Alg.Alias.Signature.SHA1/DSA", SIGN_ALIAS); //$NON-NLS-1$
  /external/openssl/ssl/
ssl_algs.c 101 EVP_add_digest(EVP_sha1()); /* RSA with sha1 */
102 EVP_add_digest_alias(SN_sha1,"ssl3-sha1");
106 EVP_add_digest(EVP_dss1()); /* DSA with sha1 */
  /build/tools/releasetools/
ota_from_target_files 336 'boot_sha1': boot_img.sha1,
340 'recovery_sha1': recovery_img.sha1 }
426 self.sha1 = sha.sha(data).hexdigest()
637 elif tf.sha1 != sf.sha1:
699 script.PatchCheck("/"+fn, tf.sha1, sf.sha1)
712 (source_boot.size, source_boot.sha1,
713 target_boot.size, target_boot.sha1))
742 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p"
    [all...]
both_generator.py 44 def FileCheck(self, filename, *sha1): self._DoBoth("FileCheck", *a)
  /external/dropbear/
options.h 81 * RFC Draft requires sha1 and recommends sha1-96.
82 * sha1-96 may be of use for slow links, as it has a smaller overhead.
84 * Note: there's no point disabling sha1 to save space, since it's used
90 * If you disable MD5, Dropbear will fall back to SHA1 fingerprints,
291 /* SHA1 is 20 bytes == 160 bits */
298 /* largest of MD5 and SHA1 */
  /external/bluetooth/glib/tests/
checksum-test.c 17 * MD5, SHA1, and SHA256 all use a 64-byte buffer internally; this
667 test (SHA1, length);
672 test_string (SHA1);
  /bionic/libc/bionic/
hash.h 36 /* stuff in common between md4, md5, and sha1 */
  /build/target/product/security/
README 27 % openssl dgst -binary -sha1 -sign testkey.pem FILE > FILE.sig

Completed in 1981 milliseconds

1 2 34 5 6 7 8 91011>>