HomeSort by relevance Sort by last modified time
    Searched refs:HashType (Results 26 - 30 of 30) sorted by null

12

  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 231 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256Sign.py 47 # EFI_GUID HashType;
52 EFI_CERT_BLOCK_RSA_2048_SHA256 = collections.namedtuple('EFI_CERT_BLOCK_RSA_2048_SHA256', ['HashType','PublicKey','Signature'])
188 if uuid.UUID(bytes_le = Header.HashType) <> EFI_HASH_ALGORITHM_SHA256_GUID:
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DxeRsa2048Sha256GuidedSectionExtractLib.c 227 // Fail if the HashType is not SHA 256
229 if (!CompareGuid (&gEfiHashAlgorithmSha256Guid, &CertBlockRsa2048Sha256->HashType)) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
PeiRsa2048Sha256GuidedSectionExtractLib.c 211 // Fail if the HashType is not SHA 256
213 if (!CompareGuid (&gEfiHashAlgorithmSha256Guid, &CertBlockRsa2048Sha256->HashType)) {
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 78 enum HashType : unsigned char {
100 static_assert(LastHashType <= TooBig, "Too many types in HashType");
105 void combine(HashType Type);
157 PGOHash::HashType getHashType(const Stmt *S) {
577 void PGOHash::combine(HashType Type) {

Completed in 562 milliseconds

12