Home
last modified time | relevance | path

Searched refs:process_audit_string (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/journal/
Dfuzz-journald-audit.c11 process_audit_string(&s, 0, s.buffer, size); in LLVMFuzzerTestOneInput()
Djournald-audit.h9 void process_audit_string(Server *s, int type, const char *data, size_t size);
Djournald-audit.c334 void process_audit_string(Server *s, int type, const char *data, size_t size) { in process_audit_string() function
457process_audit_string(s, nl->nlmsg_type, NLMSG_DATA(nl), nl->nlmsg_len - ALIGN(sizeof(struct nlmsgh… in server_process_audit_message()