/external/srtp/ |
timing | 18 # timing.plt
#
# gnuplot script file for plotting the output generated by srtp_driver -t
#
# David A. McGrew
# Cisco Systems, Inc.
#
set xrange [0:2500]
set term pict "Times-Roman" 9
#
# plot authentication-only data
#
set title "Authentication Only"
set ylabel "Megabits per second"
set xlabel "Octets in packet"
set yrange [0:2000]
set output "plot-auth.pict"
plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SE (…)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
wtf.pri | 26 wtf/SHA1.cpp \
|
CMakeLists.txt | 71 SHA1.h 124 SHA1.cpp
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
sha1.h | 2 * SHA1 hash implementation and interface functions
|
crypto_internal.c | 20 #include "sha1.h" 60 struct SHA1Context sha1; member in union:crypto_hash::__anon15366 86 SHA1Init(&ctx->u.sha1); 108 SHA1Init(&ctx->u.sha1); 109 SHA1Update(&ctx->u.sha1, key, key_len); 110 SHA1Final(tk, &ctx->u.sha1); 121 SHA1Init(&ctx->u.sha1); 122 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad)); 145 SHA1Update(&ctx->u.sha1, data, len); 181 SHA1Final(mac, &ctx->u.sha1); [all...] |
sha1.c | 2 * SHA1 hash implementation and interface functions 18 #include "crypto/sha1.h" 24 * hmac_sha1_vector - HMAC-SHA1 over data vector (RFC 2104) 48 /* if key is longer than 64 bytes reset it to key = SHA1(key) */ 57 * SHA1(K XOR opad, SHA1(K XOR ipad, text)) 71 /* perform inner SHA1 */ 86 /* perform outer SHA1 */ 96 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104) 111 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_passphrase.c | 12 #include "crypto/sha1.h"
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
Sha1Helper.h | 35 // Read binary representation of sha1 from filename.
|
/libcore/luni/src/test/java/libcore/javax/crypto/spec/ |
AlgorithmParametersTestOAEP.java | 27 super("OAEP", new AlgorithmParameterAsymmetricHelper("RSA"), new OAEPParameterSpec("SHA-1", "MGF1", MGF1ParameterSpec.SHA1, PSource.PSpecified.DEFAULT));
|
/external/dropbear/ |
signkey.c | 273 /* Since we're not sure if we'll have md5 or sha1, we present both. 274 * MD5 is used in preference, but sha1 could still be useful */ 310 #else /* use SHA1 rather than MD5 for fingerprint */ 327 /* "sha1 hexfingerprinthere\0", each hex digit is "AB:" etc */ 331 strcpy(ret, "sha1 "); 344 #endif /* MD5/SHA1 switch */ 347 * in either sha1 or md5 */
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/ |
addon_sample_4.xml | 49 <sdk:checksum type="sha1">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum> 82 <sdk:checksum type="sha1">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum> 87 <sdk:checksum type="sha1">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum> 117 <sdk:checksum type="sha1">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum> 141 <sdk:checksum type="sha1">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum> 163 <sdk:checksum type="sha1">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum> 191 <sdk:checksum type="sha1">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
|
/build/tools/releasetools/ |
ota_from_target_files | 73 from hashlib import sha1 as sha1 namespace 75 from sha import sha as sha1 namespace 343 'boot_sha1': boot_img.sha1, 345 'recovery_sha1': recovery_img.sha1, 505 elif tf.sha1 != sf.sha1: 522 patch_list.append((tf.name, tf, sf, tf.size, common.sha1(d).hexdigest())) 565 script.PatchCheck("/"+fn, tf.sha1, sf.sha1) [all...] |
edify_generator.py | 114 def PatchCheck(self, filename, *sha1): 116 given *sha1 hashes, checking the version saved in cache if the 119 "".join([', "%s"' % (i,) for i in sha1]) + 122 def FileCheck(self, filename, *sha1): 124 given *sha1 hashes.""" 126 "".join([', "%s"' % (i,) for i in sha1]) +
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/ |
RSASHA1Verify.java | 11 import ch.ethz.ssh2.crypto.digest.SHA1; 110 SHA1 md = new SHA1(); 148 SHA1 md = new SHA1();
|
/external/ppp/pppd/ |
Makefile.linux | 73 # Enable EAP SRP-SHA1 authentication (requires libsrp) 97 # EAP SRP-SHA1 110 PPPDSRCS += sha1.c 111 HEADERS += sha1.h 112 PPPDOBJS += sha1.o
|
/frameworks/compile/libbcc/ |
Android.mk | 36 # Calculate SHA1 checksum for libbcc.so and libRS.so 41 LOCAL_MODULE := libbcc.so.sha1 50 libbcc_GEN_SHA1_STAMP := $(LOCAL_PATH)/tools/build/gen-sha1-stamp.py 148 LOCAL_REQUIRED_MODULES := libclcore.bc libbcc.so.sha1 165 # Generate build stamp (Build time + Build git revision + Build Semi SHA1) 246 # Generate build stamp (Build time + Build git revision + Build Semi SHA1)
|
/external/openssl/crypto/objects/ |
objects.h | 364 #define SN_sha1 "SHA1" 365 #define LN_sha1 "sha1" 371 #define SN_sha1WithRSAEncryption "RSA-SHA1" 387 #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64" 400 #define SN_dsaWithSHA1_2 "DSA-SHA1-old" 608 * id-dsa-with-sha1 ID ::= { 611 #define SN_dsaWithSHA1 "DSA-SHA1" 617 #define SN_md5_sha1 "MD5-SHA1" 618 #define LN_md5_sha1 "md5-sha1" 620 #define SN_sha1WithRSA "RSA-SHA1-2 [all...] |
/external/openssl/include/openssl/ |
objects.h | 364 #define SN_sha1 "SHA1" 365 #define LN_sha1 "sha1" 371 #define SN_sha1WithRSAEncryption "RSA-SHA1" 387 #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64" 400 #define SN_dsaWithSHA1_2 "DSA-SHA1-old" 608 * id-dsa-with-sha1 ID ::= { 611 #define SN_dsaWithSHA1 "DSA-SHA1" 617 #define SN_md5_sha1 "MD5-SHA1" 618 #define LN_md5_sha1 "md5-sha1" 620 #define SN_sha1WithRSA "RSA-SHA1-2 [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/ |
RSAESOAEPparams.java | 109 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1, 115 * { OID id-sha1 PARAMETERS NULL }|
|
RSASSAPSSparams.java | 123 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1, 130 * { OID id-sha1 PARAMETERS NULL }|
|
/external/dbus/bus/ |
test-main.c | 127 printf ("%s: Running SHA1 connection test\n", argv[0]); 129 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/elfutils/lib/ |
sha1.h | 1 /* Declaration of functions and data types used for SHA1 sum computing 90 #endif /* sha1.h */
|
/external/valgrind/main/none/tests/ |
sha1_test.c | 3 Stick the enclosed text in a file "sha1.test.c". 6 hugh $ cc sha1.test.c 25 /* ================ sha1.c ================ */ 50 /* ================ sha1.h ================ */ 67 /* ================ end of sha1.h ================ */ 92 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */ 165 /* SHA1 initialization constants */ 245 /* ================ end of sha1.c ================ */
|
/external/wpa_supplicant_8/src/crypto/ |
sha1-tlsprf.c | 2 * TLS PRF (SHA1 + MD5) 12 #include "sha1.h"
|