Function configure_pointer_authentication_keys

Source
pub unsafe fn configure_pointer_authentication_keys<Config: Iterator<Item = (PointerAuthenticationKeys, bool)>>(
    config: Config,
) -> Result<()>
Expand description

Set enabled pointer authentication keys.

§References

§Safety

Please ensure the conditions necessary to safely call this function, as detailed in the references above.