Searched refs:PointerAuthenticationKeys (Results 1 – 2 of 2) sorted by relevance
1025 pub struct PointerAuthenticationKeys: u32 {1046 pub fn enabled_pointer_authentication_keys() -> io::Result<PointerAuthenticationKeys> { in enabled_pointer_authentication_keys()1048 PointerAuthenticationKeys::from_bits(r).ok_or(io::Errno::RANGE) in enabled_pointer_authentication_keys()1066 config: impl Iterator<Item = (PointerAuthenticationKeys, bool)>, in configure_pointer_authentication_keys()
18 PointerAuthenticationKeys,723 keys: Option<PointerAuthenticationKeys>, in reset_pointer_authentication_keys() argument725 let keys = keys.as_ref().map_or(0_u32, PointerAuthenticationKeys::bits); in reset_pointer_authentication_keys()