HomeSort by relevance Sort by last modified time
    Searched full:hashvalue (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Hash.c 23 @return HashValue.
32 UINT32 HashValue;
41 gBS->CalculateCrc32 (UpCasedLongFileName, StrSize (UpCasedLongFileName), &HashValue);
42 return (HashValue & HASH_TABLE_MASK);
51 @return HashValue
60 UINT32 HashValue;
61 gBS->CalculateCrc32 (ShortNameString, FAT_NAME_LEN, &HashValue);
62 return (HashValue & HASH_TABLE_MASK);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/
CryptSha512.c 157 If HashValue is NULL, then return FALSE.
160 @param[out] HashValue Pointer to a buffer that receives the SHA-384 digest
171 OUT UINT8 *HashValue
177 if (Sha384Context == NULL || HashValue == NULL) {
184 return (BOOLEAN) (SHA384_Final (HashValue, (SHA512_CTX *) Sha384Context));
197 @param[out] HashValue Pointer to a buffer that receives the SHA-384 digest
210 OUT UINT8 *HashValue
216 if (HashValue == NULL) {
226 if (SHA384 (Data, DataSize, HashValue) == NULL) {
372 If HashValue is NULL, then return FALSE.
    [all...]
CryptMd4.c 155 If HashValue is NULL, then return FALSE.
158 @param[out] HashValue Pointer to a buffer that receives the MD4 digest
169 OUT UINT8 *HashValue
175 if (Md4Context == NULL || HashValue == NULL) {
182 return (BOOLEAN) (MD4_Final (HashValue, (MD4_CTX *) Md4Context));
195 @param[out] HashValue Pointer to a buffer that receives the MD4 digest
208 OUT UINT8 *HashValue
214 if (HashValue == NULL) {
224 if (MD4 (Data, DataSize, HashValue) == NULL) {
CryptMd5.c 157 If HashValue is NULL, then return FALSE.
160 @param[out] HashValue Pointer to a buffer that receives the MD5 digest
171 OUT UINT8 *HashValue
177 if (Md5Context == NULL || HashValue == NULL) {
184 return (BOOLEAN) (MD5_Final (HashValue, (MD5_CTX *) Md5Context));
197 @param[out] HashValue Pointer to a buffer that receives the MD5 digest
210 OUT UINT8 *HashValue
216 if (HashValue == NULL) {
226 if (MD5 (Data, DataSize, HashValue) == NULL) {
CryptSha1.c 156 If HashValue is NULL, then return FALSE.
159 @param[out] HashValue Pointer to a buffer that receives the SHA-1 digest
170 OUT UINT8 *HashValue
176 if (Sha1Context == NULL || HashValue == NULL) {
183 return (BOOLEAN) (SHA1_Final (HashValue, (SHA_CTX *) Sha1Context));
196 @param[out] HashValue Pointer to a buffer that receives the SHA-1 digest
209 OUT UINT8 *HashValue
215 if (HashValue == NULL) {
225 if (SHA1 (Data, DataSize, HashValue) == NULL) {
CryptSha256.c 155 If HashValue is NULL, then return FALSE.
158 @param[out] HashValue Pointer to a buffer that receives the SHA-256 digest
169 OUT UINT8 *HashValue
175 if (Sha256Context == NULL || HashValue == NULL) {
182 return (BOOLEAN) (SHA256_Final (HashValue, (SHA256_CTX *) Sha256Context));
195 @param[out] HashValue Pointer to a buffer that receives the SHA-256 digest
208 OUT UINT8 *HashValue
214 if (HashValue == NULL) {
224 if (SHA256 (Data, DataSize, HashValue) == NULL) {
CryptSha512Null.c 108 @param[out] HashValue Pointer to a buffer that receives the SHA-384 digest
118 OUT UINT8 *HashValue
132 @param[out] HashValue Pointer to a buffer that receives the SHA-384 digest
143 OUT UINT8 *HashValue
241 @param[out] HashValue Pointer to a buffer that receives the SHA-512 digest
251 OUT UINT8 *HashValue
265 @param[out] HashValue Pointer to a buffer that receives the SHA-512 digest
276 OUT UINT8 *HashValue
CryptMd4Null.c 109 @param[out] HashValue Pointer to a buffer that receives the MD4 digest
119 OUT UINT8 *HashValue
133 @param[out] HashValue Pointer to a buffer that receives the MD4 digest
144 OUT UINT8 *HashValue
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 137 UInt32 hashValue, hash2Value = 0, hash3Value = 0;
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
148 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8);
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
179 _hash[kFixHashSize + hashValue] = _pos;
272 UInt32 hashValue;
282 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
285 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8);
287 UInt32 curMatch = _hash[kFixHashSize + hashValue];
288 _hash[kFixHashSize + hashValue] = _pos;
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 137 int hashValue, hash2Value = 0, hash3Value = 0;
145 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask;
148 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8));
150 int curMatch = _hash[kFixHashSize + hashValue];
179 _hash[kFixHashSize + hashValue] = _pos;
272 int hashValue;
282 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask;
285 hashValue = ((_bufferBase[cur] & 0xFF) ^ ((int)(_bufferBase[cur + 1] & 0xFF) << 8));
287 int curMatch = _hash[kFixHashSize + hashValue];
288 _hash[kFixHashSize + hashValue] = _pos;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 48 uniques[i] = Data[i]->HashValue;
97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count;
108 return LHS->HashValue < RHS->HashValue;
153 uint32_t HashValue = HD->HashValue;
154 if (PrevHash != HashValue)
156 PrevHash = HashValue;
169 uint32_t HashValue = (*HI)->HashValue;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
Sha256Hash.h 104 If HashValue is NULL, then ASSERT().
107 @param[out] HashValue Pointer to a buffer that receives the HASH digest
118 OUT UINT8 *HashValue
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.h 20 typedef uptr HashValue;
52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
66 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
ubsan_type_hash_itanium.cc 95 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) {
97 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
209 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
214 HashValue *Bucket = getTypeCacheHashTableBucket(Hash);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/
CryptMd4Null.c 109 @param[out] HashValue Pointer to a buffer that receives the MD4 digest
119 OUT UINT8 *HashValue
CryptMd5Null.c 110 @param[out] HashValue Pointer to a buffer that receives the MD5 digest
120 OUT UINT8 *HashValue
CryptSha1Null.c 110 @param[out] HashValue Pointer to a buffer that receives the SHA-1 digest
120 OUT UINT8 *HashValue
  /device/linaro/bootloader/edk2/CryptoPkg/CryptRuntimeDxe/
CryptRuntime.c 104 If HashValue is NULL, then return FALSE.
107 @param[out] HashValue Pointer to a buffer that receives the SHA-256 digest
118 OUT UINT8 *HashValue
121 return Sha256Final (Sha256Context, HashValue);
CryptRuntime.h 88 If HashValue is NULL, then return FALSE.
91 @param[out] HashValue Pointer to a buffer that receives the SHA-256 digest
102 OUT UINT8 *HashValue
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 186 typedef short HashValue;
198 HashValue nte_index; /* index of associated variable in its array */
199 HashValue nte_link; /* index in table of next hash, or -1 */
208 const HashValue *table_data;
209 HashValue (*hash_of)(const char *);
222 extern NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool);
261 (const char *, const HashValue *);
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
RsaVerify.c 95 UINT8 HashValue[SHA1_DIGEST_SIZE];
306 ZeroMem (HashValue, HashSize);
322 Status = Sha1Final (Sha1Ctx, HashValue);
362 Status = RsaPkcs1Sign (Rsa, HashValue, HashSize, NULL, &SigSize);
369 Status = RsaPkcs1Sign (Rsa, HashValue, HashSize, Signature, &SigSize);
391 Status = RsaPkcs1Verify (Rsa, HashValue, HashSize, Signature, SigSize);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Protocol/
RuntimeCrypt.h 91 If HashValue is NULL, then return FALSE.
94 @param[out] HashValue Pointer to a buffer that receives the SHA-256 digest
105 OUT UINT8 *HashValue
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.h 151 If HashValue is NULL, then ASSERT().
154 @param[out] HashValue Pointer to a buffer that receives the HASH digest
165 OUT UINT8 *HashValue
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CRLEntryObject.java 39 private int hashValue;
207 hashValue = super.hashCode();
211 return hashValue;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CRLEntryObject.java 40 private int hashValue;
208 hashValue = super.hashCode();
212 return hashValue;

Completed in 1561 milliseconds

1 2 3 4 5