HomeSort by relevance Sort by last modified time
    Searched refs:digest (Results 226 - 250 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/openssl/include/openssl/
evp.h 191 #define EVP_MD_FLAG_ONESHOT 0x0001 /* digest can only handle a single
194 #define EVP_MD_FLAG_PKEY_DIGEST 0x0002 /* digest is a "clone" digest used
199 /* Digest uses EVP_PKEY_METHOD for signing instead of MD specific signing */
219 /* Digest ctrls */
264 const EVP_MD *digest; member in struct:env_md_ctx_st
265 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
276 #define EVP_MD_CTX_FLAG_ONESHOT 0x0001 /* digest update will be called
286 #define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW 0x0008 /* Allow use of non FIPS digest
289 /* The following PAD options are also currently ignored in 1.0.0, digest
    [all...]
x509.h 170 ASN1_OCTET_STRING *digest; member in struct:X509_sig_st
    [all...]
  /external/guava/src/com/google/common/io/
ByteStreams.java 720 * Computes and returns the digest value for a supplied input stream.
721 * The digest object is reset when this method returns successfully.
724 * @param md the digest object
725 * @return the result of {@link MessageDigest#digest()} after updating the
726 * digest object with all of the bytes in the stream
738 return md.digest();
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 84 byte[] md5bytes = messageDigest.digest(uri.toString().getBytes(Charsets.UTF_8));
  /external/ping6/
ping6.c 2609 u_int8_t digest[16]; local
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 460 final byte [] hash = md.digest ();
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 220 byte[] uid = messageDigest.digest();
  /external/openssl/crypto/
Android.mk 262 evp/digest.c \
  /external/openssl/patches/
crypto_Android.mk 262 evp/digest.c \
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 820 const EVP_MD* digest = EVP_get_digestbynid(OBJ_txt2nid(algorithmChars.c_str())); local
821 if (digest == NULL) {
826 int ok = EVP_VerifyInit(ctx.get(), digest);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 740 # Calculate the digest base 64.
741 return binascii.b2a_base64(hashed.digest())[:-1]
  /frameworks/base/obex/javax/obex/
ObexHelper.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 479 final int hash = getSmallHashFromSha1(sha.digest());
    [all...]
  /external/openssl/crypto/x509/
x509.h 170 ASN1_OCTET_STRING *digest; member in struct:X509_sig_st
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 177 # computing the digest. See Section 6.2.2 of Std 66.
252 (auth_scheme, the_rest) = ('digest', authenticate)
403 return base64.b64encode(_sha("%s%s%s" % (cnonce, iso_now, password)).digest()).strip()
407 # a pool of credential to try (not necesarily tied to BAsic, Digest, etc.)
442 example Digest may return stale=true.
464 self.challenge = challenge['digest']
486 headers['Authorization'] = 'Digest username="%s", realm="%s", nonce="%s", uri="%s", algorithm=%s, response=%s, qop=%s, nc=%08x, cnonce="%s"' % (
501 challenge = _parse_www_authenticate(response, 'www-authenticate').get('digest', {})
507 updated_challenge = _parse_www_authenticate(response, 'authentication-info').get('digest', {})
633 "digest": DigestAuthentication
    [all...]
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 972 milliseconds

1 2 3 4 5 6 7 8 910