| /external/boringssl/src/ssl/test/runner/ |
| prf.go | 404 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int) []byte { 405 if len(label) > 255 || len(hashValue) > 255 { 406 panic("hkdfExpandLabel: label or hashValue too long") 410 hkdfLabel := make([]byte, 3+len(versionLabel)+len(label)+1+len(hashValue)) 420 x[0] = byte(len(hashValue)) 421 copy(x[1:], hashValue)
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| NgramContext.java | 228 int hashValue = 0; 233 hashValue ^= wordInfo.hashCode(); 235 return hashValue;
|
| /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/ |
| RuntimeDxeIpfCryptLib.c | 278 If HashValue is NULL, then return FALSE.
281 @param[out] HashValue Pointer to a buffer that receives the SHA-256 digest
292 OUT UINT8 *HashValue
299 return mCryptProtocol->Sha256Final (Sha256Context, HashValue);
|
| /external/compiler-rt/lib/ubsan/ |
| ubsan_type_hash.cc | 26 __ubsan::HashValue
|
| ubsan_type_hash_win.cc | 41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
|
| /external/wpa_supplicant_8/hs20/server/ca/ |
| openssl.cnf | 153 hashValue=FORMAT:HEX,OCTETSTRING:@LOGO_HASH256@ 156 hashValue=FORMAT:HEX,OCTETSTRING:@LOGO_HASH1@
|
| /system/update_engine/payload_generator/ |
| block_mapping.cc | 34 size_t HashValue(const brillo::Blob& blob) { 76 size_t h = HashValue(block_data);
|
| /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
| BaseCryptLib.h | 176 If HashValue is NULL, then return FALSE.
180 @param[out] HashValue Pointer to a buffer that receives the MD4 digest
192 OUT UINT8 *HashValue
205 @param[out] HashValue Pointer to a buffer that receives the MD4 digest
218 OUT UINT8 *HashValue
316 If HashValue is NULL, then return FALSE.
320 @param[out] HashValue Pointer to a buffer that receives the MD5 digest
332 OUT UINT8 *HashValue
345 @param[out] HashValue Pointer to a buffer that receives the MD5 digest
358 OUT UINT8 *HashValue
[all...] |
| /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
| FileName.c | 190 } HashValue;
218 gBS->CalculateCrc32 (DirEnt->FileString, StrSize (DirEnt->FileString), &HashValue.Crc);
226 Segment = HashValue.Hex[Index].Segment;
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfAccelTable.h | 190 uint32_t HashValue; 195 HashValue = DwarfAccelTable::HashDJB(S); 200 O << " Hash Value: " << format("0x%x", HashValue) << "\n";
|
| /libcore/ojluni/src/main/java/java/security/ |
| PKCS12Attribute.java | 48 private int hashValue = -1; 212 if (hashValue == -1) { 215 return hashValue;
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
| X509CertificateObject.java | 80 private int hashValue; 579 if (this.hashValue != other.hashValue) 595 hashValue = super.hashCode(); 599 return hashValue;
|
| /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
| SecureBootConfigImpl.h | 231 If HashValue is NULL, then ASSERT().
234 @param[out] HashValue Pointer to a buffer that receives the HASH digest
245 OUT UINT8 *HashValue
|
| /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/ |
| Pkcs7VerifyDxe.c | 34 @param[out] HashValue Pointer to a buffer that receives the hash result.
45 OUT UINT8 *HashValue
66 Status = Sha1Final (HashCtx, HashValue);
79 Status = Sha256Final (HashCtx, HashValue);
92 Status = Sha384Final (HashCtx, HashValue);
105 Status = Sha512Final (HashCtx, HashValue);
[all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
| IpSecCryptIo.h | 111 If HashValue is NULL, then ASSERT().
292 If HashValue is NULL, then ASSERT().
295 @param[out] HashValue Pointer to a buffer that receives the digest
306 OUT UINT8 *HashValue
|
| /external/wpa_supplicant_8/src/utils/ |
| http_curl.c | 281 ASN1_OCTET_STRING *hashValue; 357 ASN1_SIMPLE(HashAlgAndValue, hashValue, ASN1_OCTET_STRING) 488 n->hash_len = ASN1_STRING_length(hash->hashValue); 489 n->hash = os_memdup(ASN1_STRING_data(hash->hashValue), n->hash_len); 599 data = hash->hashValue->data; 600 for (i = 0; i < hash->hashValue->length; i++) [all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/ |
| Hash2DxeCrypto.c | 100 If HashValue is NULL, then return FALSE.
104 @param[out] HashValue Pointer to a buffer that receives the Hash digest
116 OUT UINT8 *HashValue
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| X509CertificateObject.java | 83 private int hashValue; 626 hashValue = calculateHashCode(); 630 return hashValue;
|
| /prebuilts/go/darwin-x86/src/compress/flate/ |
| deflate.go | 93 // hashHead[hashValue] contains the largest inputIndex with the specified hash value 94 // If hashHead[hashValue] is within the current window, then 95 // hashPrev[hashHead[hashValue] & windowMask] contains the previous index
|
| /prebuilts/go/linux-x86/src/compress/flate/ |
| deflate.go | 93 // hashHead[hashValue] contains the largest inputIndex with the specified hash value 94 // If hashHead[hashValue] is within the current window, then 95 // hashPrev[hashHead[hashValue] & windowMask] contains the previous index
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/ |
| Lan9118Dxe.c | 559 UINT8 HashValue;
624 HashValue = (Crc >> 26) & 0x3F;
627 if ((HashValue & 0x20) == 0) {
628 MultHashTableLow |= (1 << HashValue);
630 MultHashTableHigh |= (1 << (HashValue & 0x1F));
[all...] |
| /external/python/cpython3/Lib/ |
| functools.py | 412 __slots__ = 'hashvalue' 416 self.hashvalue = hash(tup) 419 return self.hashvalue
|
| /external/swiftshader/third_party/subzero/src/ |
| IceOperand.h | 103 virtual SizeT hashValue() const { 164 SizeT hashValue() const override { return 0; } 216 SizeT hashValue() const override { return std::hash<PrimType>()(Value); } 855 SizeT hashValue() const override { return std::hash<SizeT>()(getIndex()); } [all...] |
| /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/lib/linux/ |
| libclang_rt.ubsan_standalone_cxx-i686.a | [all...] |
| libclang_rt.ubsan_standalone_cxx-x86_64.a | [all...] |