Home
last modified time | relevance | path

Searched defs:test (Results 1 – 3 of 3) sorted by relevance

/security/apparmor/
Dpolicy_unpack_test.c57 struct kunit *test, size_t buf_size) in build_aa_ext_struct()
113 static int policy_unpack_test_init(struct kunit *test) in policy_unpack_test_init()
128 static void policy_unpack_test_inbounds_when_inbounds(struct kunit *test) in policy_unpack_test_inbounds_when_inbounds()
137 static void policy_unpack_test_inbounds_when_out_of_bounds(struct kunit *test) in policy_unpack_test_inbounds_when_out_of_bounds()
144 static void policy_unpack_test_unpack_array_with_null_name(struct kunit *test) in policy_unpack_test_unpack_array_with_null_name()
157 static void policy_unpack_test_unpack_array_with_name(struct kunit *test) in policy_unpack_test_unpack_array_with_name()
171 static void policy_unpack_test_unpack_array_out_of_bounds(struct kunit *test) in policy_unpack_test_unpack_array_out_of_bounds()
185 static void policy_unpack_test_unpack_blob_with_null_name(struct kunit *test) in policy_unpack_test_unpack_blob_with_null_name()
199 static void policy_unpack_test_unpack_blob_with_name(struct kunit *test) in policy_unpack_test_unpack_blob_with_name()
213 static void policy_unpack_test_unpack_blob_out_of_bounds(struct kunit *test) in policy_unpack_test_unpack_blob_out_of_bounds()
[all …]
/security/ipe/
Dpolicy_tests.c247 static void ipe_parser_unsigned_test(struct kunit *test) in ipe_parser_unsigned_test()
274 static void ipe_parser_widestring_test(struct kunit *test) in ipe_parser_widestring_test()
/security/landlock/
Dfs.c469 static void test_no_more_access(struct kunit *const test) in test_no_more_access()
599 static void test_scope_to_request_with_exec_none(struct kunit *const test) in test_scope_to_request_with_exec_none()
613 static void test_scope_to_request_with_exec_some(struct kunit *const test) in test_scope_to_request_with_exec_some()
630 static void test_scope_to_request_without_access(struct kunit *const test) in test_scope_to_request_without_access()
676 static void test_is_eacces_with_none(struct kunit *const test) in test_is_eacces_with_none()
686 static void test_is_eacces_with_refer(struct kunit *const test) in test_is_eacces_with_refer()
698 static void test_is_eacces_with_write(struct kunit *const test) in test_is_eacces_with_write()