Searched defs:hashValue (Results 1 - 11 of 11) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CRLEntryObject.java39 private int hashValue; field in class:X509CRLEntryObject
207 hashValue = super.hashCode();
211 return hashValue;
H A DX509CertificateObject.java80 private int hashValue; field in class:X509CertificateObject
623 hashValue = calculateHashCode();
627 return hashValue;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLEntryObject.java39 private int hashValue; field in class:X509CRLEntryObject
207 hashValue = super.hashCode();
211 return hashValue;
H A DX509CertificateObject.java78 private int hashValue; field in class:X509CertificateObject
621 hashValue = calculateHashCode();
625 return hashValue;
/external/skia/tools/
H A Dimage_expectations.cpp61 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) { argument
65 fHashValue = hashValue;
/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.cpp60 ImageDigest::ImageDigest(const SkString &hashType, uint64_t hashValue) : argument
61 fBitmap(), fHashValue(hashValue), fComputedHashValue(true) {
108 Expectation::Expectation(const SkString &hashType, uint64_t hashValue, bool ignoreFailure) : argument
109 fIsEmpty(false), fIgnoreFailure(ignoreFailure), fImageDigest(hashType, hashValue) {}
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp319 bool isAllowedByAllWithHash(const CSPDirectiveListVector& policies, const CSPHashValue& hashValue) argument
322 if (!(policies[i].get()->*allowed)(hashValue))
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c278 ASN1_OCTET_STRING *hashValue; member in struct:__anon33756
354 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
462 n->hash_len = ASN1_STRING_length(hash->hashValue);
468 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len);
574 data = hash->hashValue->data;
575 for (i = 0; i < hash->hashValue->length; i++)
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c278 ASN1_OCTET_STRING *hashValue; member in struct:__anon34009
354 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
462 n->hash_len = ASN1_STRING_length(hash->hashValue);
468 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len);
574 data = hash->hashValue->data;
575 for (i = 0; i < hash->hashValue->length; i++)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c278 ASN1_OCTET_STRING *hashValue; member in struct:__anon34260
354 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING)
462 n->hash_len = ASN1_STRING_length(hash->hashValue);
468 os_memcpy(n->hash, ASN1_STRING_data(hash->hashValue), n->hash_len);
574 data = hash->hashValue->data;
575 for (i = 0; i < hash->hashValue->length; i++)
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 3070 milliseconds