Searched refs:audit_log_n_hex (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/tty/ | 
| D | tty_audit.c | 80 		audit_log_n_hex(ab, data, size);  in tty_audit_log()
  | 
| /Linux-v5.15/include/linux/ | 
| D | audit.h | 167 extern void		    audit_log_n_hex(struct audit_buffer *ab, 227 static inline void audit_log_n_hex(struct audit_buffer *ab,  in audit_log_n_hex()  function
  | 
| /Linux-v5.15/security/ | 
| D | lsm_audit.c | 369 					audit_log_n_hex(ab, p, len);  in dump_common_audit_data()
  | 
| /Linux-v5.15/kernel/ | 
| D | audit.c | 1975 void audit_log_n_hex(struct audit_buffer *ab, const unsigned char *buf,  in audit_log_n_hex()  function 2069 		audit_log_n_hex(ab, string, len);  in audit_log_n_untrustedstring()
  | 
| D | auditsc.c | 1163 				audit_log_n_hex(*ab, buf, len_tmp);  in audit_log_execve_info() 1564 			audit_log_n_hex(ab, (void *)context->sockaddr,  in audit_log_exit()
  | 
| /Linux-v5.15/security/apparmor/ | 
| D | label.c | 1758 		audit_log_n_hex(ab, str, len);  in aa_label_xaudit()
  |