Searched refs:audit_log_n_hex (Results 1 – 7 of 7) sorted by relevance
/linux/security/ipe/ |
H A D | digest.c | 117 audit_log_n_hex(ab, info->digest, info->digest_len); in ipe_digest_audit()
|
H A D | audit.c | 192 audit_log_n_hex(ab, digest, sizeof(digest)); in audit_policy()
|
/linux/include/linux/ |
H A D | audit.h | 168 extern void audit_log_n_hex(struct audit_buffer *ab, 228 static inline void audit_log_n_hex(struct audit_buffer *ab, in audit_log_n_hex() function
|
/linux/security/apparmor/ |
H A D | net.c | 89 audit_log_n_hex(ab, &addr->sun_path[1], len - 1); in audit_unix_addr()
|
H A D | label.c | 1748 audit_log_n_hex(ab, str, len); in aa_label_xaudit()
|
/linux/kernel/ |
H A D | audit.c | 2017 * audit_log_n_hex - convert a buffer to hex and append it to the audit skb 2027 void audit_log_n_hex(struct audit_buffer *ab, const unsigned char *buf, in audit_log_n_hex() function 2121 audit_log_n_hex(ab, string, len); in audit_log_n_untrustedstring()
|
H A D | auditsc.c | 1269 audit_log_n_hex(*ab, buf, len_tmp); in audit_log_execve_info() 1765 audit_log_n_hex(ab, (void *)context->sockaddr, in audit_log_exit()
|