OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashVal
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
Md5.h
69
@param[out]
HashVal
The final 128-bits output.
77
OUT UINT8 *
HashVal
Md5.c
312
@param[out]
HashVal
The final 128-bits output.
320
OUT UINT8 *
HashVal
329
CopyMem (
HashVal
, (UINT8 *) Md5Ctx->States, MD5_HASHSIZE);
348
return MD5Final (Md5Ctx,
HashVal
);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
SparseBitVector.h
270
uint64_t
HashVal
= 0;
272
HashVal
^= Bits[i];
274
return
HashVal
;
819
uint64_t
HashVal
= 0;
823
HashVal
^= Iter->index();
824
HashVal
^= Iter->getHashValue();
826
return
HashVal
;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h
65
mutable hash_code
HashVal
= 0;
96
if (static_cast<unsigned>(
HashVal
) == 0)
97
HashVal
= getHashValue();
98
return
HashVal
;
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c
139
UINT8
HashVal
[MAX_DIGEST_SIZE];
165
if (!CalculateDataHash (Content, ContentSize, &SigList->SignatureType,
HashVal
)) {
183
if (CompareMem (SigData->SignatureData,
HashVal
, (SigList->SignatureSize - sizeof (EFI_GUID))) == 0) {
[
all
...]
Completed in 6419 milliseconds