rustix::thread::prctlFunction reset_pointer_authentication_keys
Source pub unsafe fn reset_pointer_authentication_keys(
keys: Option<PointerAuthenticationKeys>,
) -> Result<()>
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.