HomeSort by relevance Sort by last modified time
    Searched full:mitigations (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/sandbox/win/src/
interceptors.h 44 // Process mitigations Win32k dispatcher:
process_mitigations_win32k_policy.h 18 // mitigations Win32K lockdown policy.
process_mitigations_test.cc 118 sandbox::MitigationFlags mitigations = MITIGATION_DEP | local
122 mitigations |= MITIGATION_RELOCATE_IMAGE |
126 EXPECT_EQ(policy->SetProcessMitigations(mitigations), SBOX_ALL_OK);
128 mitigations |= MITIGATION_STRICT_HANDLE_CHECKS;
130 EXPECT_EQ(policy->SetDelayedProcessMitigations(mitigations), SBOX_ALL_OK);
process_mitigations.h 30 // Adds mitigations that need to be performed on the suspended target process
broker_services.cc 397 DWORD64 mitigations; local
400 &mitigations, &mitigations_size);
401 if (mitigations)
425 if (mitigations) {
427 PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY, &mitigations,
process_mitigations.cc 303 // All of these mitigations can be enabled after startup.
316 // These mitigations cannot be enabled prior to startup.
target_services.cc 91 // Enabling mitigations must happen last otherwise handle closing breaks
sandbox_policy_base.cc 536 // Add in delayed mitigations and pseudo-mitigations enforced at startup.
security_level.h 132 // These flags correspond to various process-level mitigations (eg. ASLR and
136 // Some mitigations are implemented directly by the sandbox or emulated to
interceptors_64.h 158 // Interceptors handled by the process mitigations win32k lockdown code.
sandbox_policy.h 186 // Sets the mitigations enabled when the process is created. Most of these
  /external/chromium_org/content/app/
startup_helper_win.cc 43 // Ensure the proper mitigations are enforced for the browser process.
  /external/chromium_org/content/common/
sandbox_win.cc 660 sandbox::MitigationFlags mitigations = sandbox::MITIGATION_HEAP_TERMINATE | local
675 mitigations |= sandbox::MITIGATION_WIN32K_DISABLE;
678 if (policy->SetProcessMitigations(mitigations) != sandbox::SBOX_ALL_OK)
681 mitigations = sandbox::MITIGATION_STRICT_HANDLE_CHECKS |
684 if (policy->SetDelayedProcessMitigations(mitigations) != sandbox::SBOX_ALL_OK)
    [all...]
  /external/openssl/crypto/aes/
aes_x86core.c 31 * It is used as playground for cache-time attack mitigations and
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java     [all...]

Completed in 284 milliseconds