/security/integrity/ima/ |
D | ima_template.c | 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 22 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT}, 23 {.name = "ima-ng", .fmt = "d-ng|n-ng"}, 24 {.name = "ima-sig", .fmt = "d-ng|n-ng|sig"}, 25 {.name = "ima-buf", .fmt = "d-ng|n-ng|buf"}, 26 {.name = "ima-modsig", .fmt = "d-ng|n-ng|sig|d-modsig|modsig"}, 27 {.name = "", .fmt = ""}, /* placeholder for a custom format */ 129 builtin_templates[num_templates - 1].fmt = str; in ima_template_fmt_setup() 144 (strcmp(template_desc->fmt, name) == 0)) { in lookup_template_desc() 262 result = template_desc_init_fields(template->fmt, in ima_init_template() [all …]
|
D | ima_template_lib.c | 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 240 enum data_formats fmt = DATA_FMT_DIGEST; in ima_eventdigest_init_common() local 244 fmt = DATA_FMT_DIGEST_WITH_ALGO; in ima_eventdigest_init_common() 262 fmt, field_data); in ima_eventdigest_init_common()
|
D | ima_init.c | 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | ima_kexec.c | 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | ima_fs.c | 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 144 e->template_desc->name : e->template_desc->fmt; in ima_measurements_show() 232 e->template_desc->name : e->template_desc->fmt; in ima_ascii_measurements_show()
|
D | ima_queue.c | 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | ima_main.c | 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | ima_crypto.c | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | ima.h | 88 char *fmt; member
|
D | ima_policy.c | 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 1209 template_desc_init_fields(template_desc->fmt, in ima_parse_rule()
|
/security/apparmor/include/ |
D | lib.h | 26 #define AA_DEBUG(fmt, args...) \ argument 29 pr_debug_ratelimited("AppArmor: " fmt, ##args); \ 36 #define AA_BUG_FMT(X, fmt, args...) \ argument 37 WARN((X), "AppArmor WARN %s: (" #X "): " fmt, __func__, ##args) 39 #define AA_BUG_FMT(X, fmt, args...) argument 42 #define AA_ERROR(fmt, args...) \ argument 43 pr_err_ratelimited("AppArmor: " fmt, ##args)
|
/security/tomoyo/ |
D | audit.c | 244 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_init_log() argument 290 vsnprintf(buf + pos, len - pos, fmt, args); in tomoyo_init_log() 365 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt, in tomoyo_write_log2() argument 375 buf = tomoyo_init_log(r, len, fmt, args); in tomoyo_write_log2() 419 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_write_log() argument 424 va_start(args, fmt); in tomoyo_write_log() 425 len = vsnprintf((char *) &len, 1, fmt, args) + 1; in tomoyo_write_log() 427 va_start(args, fmt); in tomoyo_write_log() 428 tomoyo_write_log2(r, len, fmt, args); in tomoyo_write_log()
|
D | common.h | 13 #define pr_fmt(fmt) fmt argument 956 char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt, 1003 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) 1068 void tomoyo_write_log(struct tomoyo_request_info *r, const char *fmt, ...) 1070 void tomoyo_write_log2(struct tomoyo_request_info *r, int len, const char *fmt,
|
D | common.c | 196 static void tomoyo_addprintf(char *buffer, int len, const char *fmt, ...) in tomoyo_addprintf() argument 201 va_start(args, fmt); in tomoyo_addprintf() 202 vsnprintf(buffer + pos, len - pos - 1, fmt, args); in tomoyo_addprintf() 268 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, 277 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() argument 287 va_start(args, fmt); in tomoyo_io_printf() 288 len = vsnprintf(head->read_buf + pos, size, fmt, args) + 1; in tomoyo_io_printf() 2059 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor() argument 2068 va_start(args, fmt); in tomoyo_supervisor() 2069 len = vsnprintf((char *) &len, 1, fmt, args) + 1; in tomoyo_supervisor() [all …]
|
/security/integrity/platform_certs/ |
D | efi_parser.c | 8 #define pr_fmt(fmt) "EFI: "fmt argument
|
/security/integrity/ |
D | digsig_asymmetric.c | 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | digsig.c | 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
/security/safesetid/ |
D | lsm.c | 15 #define pr_fmt(fmt) "SafeSetID: " fmt argument
|
D | securityfs.c | 15 #define pr_fmt(fmt) "SafeSetID: " fmt argument
|
/security/loadpin/ |
D | loadpin.c | 10 #define pr_fmt(fmt) "LoadPin: " fmt argument
|
/security/integrity/evm/ |
D | evm_secfs.c | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | evm_crypto.c | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
D | evm_main.c | 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
/security/apparmor/ |
D | lib.c | 224 const char *fmt = "%s"; in aa_audit_perm_names() local 230 audit_log_format(ab, fmt, names[i]); in aa_audit_perm_names() 233 fmt = " %s"; in aa_audit_perm_names()
|
/security/keys/ |
D | big_key.c | 9 #define pr_fmt(fmt) "big_key: "fmt argument
|