Home
last modified time | relevance | path

Searched refs:enabled_pointer_authentication_keys (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/tests/process/
Dprctl.rs63 dbg!(enabled_pointer_authentication_keys().unwrap()); in test_enabled_pointer_authentication_keys()
/third_party/rust/crates/rustix/src/process/
Dprctl.rs1046 pub fn enabled_pointer_authentication_keys() -> io::Result<PointerAuthenticationKeys> { in enabled_pointer_authentication_keys() function