devela::_dep::rustix::thread

Function reset_pointer_authentication_keys

pub unsafe fn reset_pointer_authentication_keys(
    keys: Option<PointerAuthenticationKeys>,
) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Securely reset the thread’s pointer authentication keys to fresh random values generated by the kernel.

§References

§Safety

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