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

  /external/chromium_org/sandbox/win/src/
process_mitigations_test.cc 123 sandbox::MitigationFlags mitigations = MITIGATION_DEP | local
127 mitigations |= MITIGATION_RELOCATE_IMAGE |
131 EXPECT_EQ(policy->SetProcessMitigations(mitigations), SBOX_ALL_OK);
133 mitigations |= MITIGATION_STRICT_HANDLE_CHECKS |
136 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 333 DWORD64 mitigations; local
336 &mitigations, &mitigations_size);
337 if (mitigations)
361 if (mitigations) {
363 PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY, &mitigations,
process_mitigations.cc 313 // All of these mitigations can be enabled after startup.
327 // 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 539 // Add in delayed mitigations and pseudo-mitigations enforced at startup.
security_level.h 131 // These flags correspond to various process-level mitigations (eg. ASLR and
135 // Some mitigations are implemented directly by the sandbox or emulated to
sandbox_policy.h 168 // 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 610 sandbox::MitigationFlags mitigations = sandbox::MITIGATION_HEAP_TERMINATE | local
616 if (policy->SetProcessMitigations(mitigations) != sandbox::SBOX_ALL_OK)
619 mitigations = sandbox::MITIGATION_STRICT_HANDLE_CHECKS |
622 if (policy->SetDelayedProcessMitigations(mitigations) != sandbox::SBOX_ALL_OK)
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_x86core.c 31 * It is used as playground for cache-time attack mitigations and
    [all...]
  /external/openssl/crypto/aes/
aes_x86core.c 31 * It is used as playground for cache-time attack mitigations and
    [all...]

Completed in 442 milliseconds