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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1804 if (pCert->TbsCertificate.SubjectPublicKeyInfo.SubjectPublicKey.cBits < 256) /* mostly for u64KeyId reading. */
1810 uint64_t const u64KeyId = pCert->TbsCertificate.SubjectPublicKeyInfo.SubjectPublicKey.uBits.pu64[1]; local
1818 uint64_t u64KeyId;
1869 if ( s_aWanted[i].u64KeyId == u64KeyId
1870 || s_aWanted[i].u64KeyId == UINT64_MAX)
1873 SUP_DPRINTF(("supR3HardenedWinIsDesiredRootCA: Adding %#llx %s\n", u64KeyId, szSubject));
1877 SUP_DPRINTF(("supR3HardenedWinIsDesiredRootCA: skipping %#llx %s\n", u64KeyId, szSubject));
1885 uint64_t u64KeyId; member in struct:__anon16385
1894 if ( s_aUnwanted[i].u64KeyId
[all...]

Completed in 50 milliseconds