/frameworks/base/core/java/android/net/http/ |
SslCertificate.java | 478 .setText(getDigest(mX509Certificate, "SHA1"));
|
/libcore/luni/src/main/files/cacerts/ |
f61bff45.0 | 122 SHA1 Fingerprint=23:88:C9:D3:71:CC:9E:96:3D:FF:7D:3C:A7:CE:FC:D6:25:EC:19:0D
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 49 "SHA1",
|
Signature2Test.java | 490 put("Alg.Alias.MessageDigest.SHA1", "SHA-1");
|
/bootable/recovery/updater/ |
install.c | 1016 // to return the sha1 of the data (given in the format returned by 1020 // returns the sha1 of the file if it matches any of the hex [all...] |
/external/dbus/dbus/ |
dbus-sha.c | 774 _dbus_string_init_const (&tmp, "sha-1/byte-messages.sha1"); 778 _dbus_string_init_const (&tmp, "sha-1/byte-hashes.sha1");
|
/external/srtp/include/ |
srtp.h | 505 * Counter Mode encryption and HMAC-SHA1 authentication, with an 568 * sets the crypto_policy_t at location p to use HMAC-SHA1 with an 80
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
peerkey.c | 20 #include "crypto/sha1.h" 305 * SMKID = HMAC-SHA1-128(SMK, "SMK Name" || PNonce || MAC_P || INonce || MAC_I) [all...] |
/external/wpa_supplicant_8/src/common/ |
wpa_common.c | 13 #include "crypto/sha1.h" 865 * PMKID = HMAC-SHA1-128(PMK, "PMK Name" || AA || SPA)
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_aka.c | 195 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ 241 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */ [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.c | 15 #include "crypto/sha1.h" 300 * SMKID = HMAC-SHA1-128(SMK, "SMK Name" || PNonce || MAC_P || INonce || MAC_I) [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 779 byte[] sha1 = MessageDigest.getInstance(algo = "SHA-1").digest(saltedPassword); 781 hashed = (toHex(sha1) + toHex(md5)).getBytes(); [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/ |
ArchiveInstaller.java | 301 * Also computes the SHA1 of the file on the fly.
304 * SHA1 as expected. Returns true on success or false if any of those checks fail.
[all...] |
/external/elfutils/src/ |
ChangeLog | 129 * ld.c: Recognize sha1 argument for --build-id parameter. 130 * ldgeneric.c (create_build_id_section): Handle sha1. 133 (compute_build_id): Use compute_hash_sum for md5 and the new sha1 [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-x86_64.pl | 43 # or Xupdate in OpenSSL source, to SIMD unit. See sha1-586.pl module 50 # Add AVX code path. See sha1-586.pl for further information. 1082 .asciz "SHA1 block transform for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
|
sha512-ia64.pl | 55 # sha1(*) 6210.14k 20376.30k 52447.83k 85870.05k 105478.12k 59 # (*) SHA1 numbers are for HP-UX compiler and are presented purely
|
/external/openssl/ssl/ |
ssl_ciph.c | 634 (evp=EVP_get_cipherbyname("AES-128-CBC-HMAC-SHA1"))) 638 (evp=EVP_get_cipherbyname("AES-256-CBC-HMAC-SHA1"))) [all...] |
/external/ppp/pppd/ |
eap.c | 20 * This implementation of EAP supports MD5-Challenge and SRP-SHA1 35 * For SRP-SHA1, there are four phases. The second sends 's', 'N', 816 /* Obscure the pseudonym with SHA1 hash */ [all...] |
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
project.pbxproj | 225 76FB9F0F12E851860051A2EB /* SHA1.h in Headers */ = {isa = PBXBuildFile; fileRef = 76FB9F0E12E851860051A2EB /* SHA1.h */; settings = {ATTRIBUTES = (Private, ); }; }; 226 76FB9F1112E851960051A2EB /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76FB9F1012E851960051A2EB /* SHA1.cpp */; }; [all...] |
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | [all...] |
/external/chromium/chrome/browser/ui/webui/ |
net_internals_ui.cc | [all...] |
/external/chromium/net/base/ |
x509_certificate_unittest.cc | 9 #include "base/sha1.h" 518 // This is the SHA1 hash of the SubjectPublicKeyInfo of nist.der. [all...] |
/external/elfutils/tests/ |
ChangeLog | 82 * Makefile.am: Hook up sha1-tst.c. 83 * sha1-tst.c: New file.
|
/external/proguard/docs/manual/ |
troubleshooting.html | 66 <li><a href="#securityexception">SecurityException: SHA1 digest error</a></li> 524 <dt><a name="securityexception"><b>SecurityException: SHA1 digest error</b></a></dt>
|
/external/tcpdump/ |
print-isakmp.c | 537 { "auth", 5, { NULL, "hmac-md5", "hmac-sha1", "1des-mac", "keyed", }, }, 548 { "hash", 7, { NULL, "md5", "sha1", "tiger", [all...] |