D | ptrauth.h | 49 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key) argument 76 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument 98 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument 112 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument 134 #define ptrauth_sign_generic_data(__value, __data) \ argument 139 #define ptrauth_strip(__value, __key) \ argument 152 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument 159 #define ptrauth_auth_and_resign(__value, __old_key, __old_data, __new_key, \ argument 169 #define ptrauth_auth_data(__value, __old_key, __old_data) \ argument 176 #define ptrauth_sign_generic_data(__value, __data) \ argument
|