Searched refs:ipe_eval_ctx (Results 1 – 5 of 5) sorted by relevance
| /security/ipe/ |
| A D | eval.c | 57 static void build_ipe_inode_blob_ctx(struct ipe_eval_ctx *ctx, in build_ipe_inode_blob_ctx() 63 static inline void build_ipe_inode_blob_ctx(struct ipe_eval_ctx *ctx, in build_ipe_inode_blob_ctx() 92 void ipe_build_eval_ctx(struct ipe_eval_ctx *ctx, in ipe_build_eval_ctx() 119 static bool evaluate_boot_verified(const struct ipe_eval_ctx *const ctx) in evaluate_boot_verified() 134 static bool evaluate_dmv_roothash(const struct ipe_eval_ctx *const ctx, in evaluate_dmv_roothash() 143 static bool evaluate_dmv_roothash(const struct ipe_eval_ctx *const ctx, in evaluate_dmv_roothash() 172 static bool evaluate_dmv_sig_true(const struct ipe_eval_ctx *const ctx) in evaluate_dmv_sig_true() 198 static bool evaluate_fsv_digest(const struct ipe_eval_ctx *const ctx, in evaluate_fsv_digest() 220 static bool evaluate_fsv_digest(const struct ipe_eval_ctx *const ctx, in evaluate_fsv_digest() 280 static bool evaluate_property(const struct ipe_eval_ctx *const ctx, in evaluate_property() [all …]
|
| A D | eval.h | 15 #define IPE_EVAL_CTX_INIT ((struct ipe_eval_ctx){ 0 }) 40 struct ipe_eval_ctx { struct 64 void ipe_build_eval_ctx(struct ipe_eval_ctx *ctx, argument 68 int ipe_evaluate_event(const struct ipe_eval_ctx *const ctx);
|
| A D | hooks.c | 32 struct ipe_eval_ctx ctx = IPE_EVAL_CTX_INIT; in ipe_bprm_check_security() 56 struct ipe_eval_ctx ctx = IPE_EVAL_CTX_INIT; in ipe_mmap_file() 84 struct ipe_eval_ctx ctx = IPE_EVAL_CTX_INIT; in ipe_file_mprotect() 113 struct ipe_eval_ctx ctx = IPE_EVAL_CTX_INIT; in ipe_kernel_read_file() 158 struct ipe_eval_ctx ctx = IPE_EVAL_CTX_INIT; in ipe_kernel_load_data()
|
| A D | audit.h | 11 void ipe_audit_match(const struct ipe_eval_ctx *const ctx,
|
| A D | audit.c | 127 void ipe_audit_match(const struct ipe_eval_ctx *const ctx, in ipe_audit_match()
|
Completed in 7 milliseconds