OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sha1
(Results
101 - 125
of
827
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bootable/recovery/applypatch/
applypatch.h
26
uint8_t
sha1
[SHA_DIGEST_SIZE];
member in struct:_Patch
31
uint8_t
sha1
[SHA_DIGEST_SIZE];
member in struct:_FileContents
67
int FindMatchingPatch(uint8_t*
sha1
, const char** patch_sha1_str,
/external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c
2
*
SHA1
-based key derivation function (PBKDF2) for IEEE 802.11i
12
#include "
sha1
.h"
59
* pbkdf2_sha1 -
SHA1
-based key derivation function (PBKDF2) for IEEE 802.11i
sha1.h
2
*
SHA1
hash implementation and interface functions
sha1-tprf.c
2
*
SHA1
T-PRF for EAP-FAST
12
#include "
sha1
.h"
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java
33
* Holds the EVP_MD for the hashing algorithm, e.g. EVP_get_digestbyname("
sha1
");
132
public static class
SHA1
extends OpenSSLDigest {
133
private static final int EVP_MD = NativeCrypto.EVP_get_digestbyname("
sha1
");
136
public
SHA1
() { super("SHA-1", EVP_MD, SIZE, BLOCK_SIZE); }
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKMessageDigest.java
52
static public class
SHA1
56
public
SHA1
()
64
SHA1
d = (
SHA1
)super.clone();
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt
13
* Added missing base_string debug info when using RSA-
SHA1
/external/openssh/regress/
ssh-com.sh
95
macs="$macs hmac-
sha1
hmac-
sha1
-96 hmac-md5-96"
99
macs="$macs hmac-
sha1
hmac-
sha1
-96 hmac-md5-96"
/external/ppp/pppd/
srp-entry.8
10
srp\-entry \- Generate a SRP\-
SHA1
Server Entry
21
/etc/ppp/srp\-secrets file on a PPP EAP SRP\-
SHA1
authenticator
34
well-known modulus and generator specified in the EAP SRP\-
SHA1
draft.
75
.I EAP SRP\-
SHA1
Authentication Protocol.
/external/srtp/crypto/include/
crypto.h
32
* authentication function type, e.g. HMAC-
SHA1
. A NULL_AUTH is
/external/srtp/doc/
references.txt
13
HMAC is defined in RFC2104, and HMAC-
SHA1
test vectors are available
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLMessageDigestJDK.java
33
* Holds the EVP_MD for the hashing algorithm, e.g. EVP_get_digestbyname("
sha1
");
123
public static class
SHA1
extends OpenSSLMessageDigestJDK {
124
private static final int EVP_MD = NativeCrypto.EVP_get_digestbyname("
sha1
");
126
public
SHA1
() throws NoSuchAlgorithmException {
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
JarListSanitizer.java
46
* - same content: using
sha1
comparison.
48
* The length/
sha1
are kept in a cache and only updated if the library is changed.
71
* @param
sha1
its
sha1
73
private JarEntity(String path, long lastModified, long length, String
sha1
) {
77
mSha1 =
sha1
;
92
* is updated and the
sha1
is reset (but not recomputed, this is done on demand).
118
* Returns the file's
sha1
, computing it if necessary.
119
* @return the
sha1
246
// have the same size/
sha1
[
all
...]
/system/extras/ext4_utils/
sha1.h
1
/* $NetBSD:
sha1
.h,v 1.13 2005/12/26 18:41:36 perry Exp $ */
/external/chromium/base/
sha1_win.cc
5
#include "base/
sha1
.h"
11
//
sha1
inside base, we cannot depend on src/crypto.
/external/chromium/crypto/
hmac.h
6
// only support
SHA1
for the hash algorithm, but this can be extended easily.
26
SHA1
,
hmac_openssl.cc
26
DCHECK(hash_alg_ ==
SHA1
|| hash_alg_ == SHA256);
50
return ::HMAC(hash_alg_ ==
SHA1
? EVP_sha1() : EVP_sha256(),
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h
73
unsigned char const *
sha1
) {
75
std::make_pair((uint32_t)resType,
sha1
)));
MCCacheWriter.h
71
unsigned char const *
sha1
) {
73
std::make_pair((uint32_t)resType,
sha1
)));
/device/samsung/crespo/
releasetools.py
99
if tf.
sha1
== sf.
sha1
:
118
sf.size, sf.
sha1
, tf.size, tf.
sha1
),
119
"-", tf.size, tf.
sha1
, sf.
sha1
, "radio.img.p")
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
KexManager.java
275
km = KeyMaterial.create("
SHA1
", kxs.H, kxs.K, sessionId, enc_cs_key_len, enc_cs_block_len, mac_cs_key_len,
333
return new String[] { "diffie-hellman-group-exchange-
sha1
", "diffie-hellman-group14-
sha1
",
334
"diffie-hellman-group1-
sha1
" };
341
if ("diffie-hellman-group-exchange-
sha1
".equals(algos[i]))
344
if ("diffie-hellman-group14-
sha1
".equals(algos[i]))
347
if ("diffie-hellman-group1-
sha1
".equals(algos[i]))
437
if (kxs.np.kex_algo.equals("diffie-hellman-group-exchange-
sha1
"))
454
if (kxs.np.kex_algo.equals("diffie-hellman-group1-
sha1
")
455
|| kxs.np.kex_algo.equals("diffie-hellman-group14-
sha1
"))
[
all
...]
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/
addon_sample_1.xml
45
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
70
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
75
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
100
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
116
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
134
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
153
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
addon_sample_2.xml
45
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
74
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
79
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
105
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
125
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
143
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
167
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
addon_sample_3.xml
45
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
74
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
79
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
105
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
125
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
143
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
168
<sdk:checksum type="
sha1
">2822ae37115ebf13412bbef91339ee0d9454525e</sdk:checksum>
/external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl
51
my $
sha1
= Digest->new('SHA-1');
52
$
sha1
->addfile($in);
53
my $digest = $
sha1
->hexdigest;
128
'
sha1
' => $digest,
148
if ($digest ne $fstatus->{
sha1
}) {
Completed in 927 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>