| 184 | } |
| 185 | |
| 186 | static inline long keyctl(int operation, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) { |
| 187 | return syscall(__NR_keyctl, operation, arg2, arg3, arg4, arg5); |
| 188 | } |
| 189 | // spray_keyring(): Spray 50 user_key_payload |
| 190 | // Return: Allocated buffer with serial numbers of the created keys |
| 191 | key_serial_t *spray_keyring(uint32_t spray_size) { |
no outgoing calls
no test coverage detected