Home
last modified time | relevance | path

Searched refs:assert_null (Results 1 – 5 of 5) sorted by relevance

/external/tpm2-tss/test/unit/
Dtest_tss2_rc.c167 assert_null(old); in test_custom_handler()
224 assert_null(old); in test_over_length_name()
Dtctildr-getinfo.c278 assert_null (info); in freeinfo_null()
285 assert_null (info); in freeinfo_success()
Dtctildr-dl.c97 assert_null (info); in test_info_from_handle_null()
107 assert_null (info); in test_info_from_handle_dlsym_fail()
637 assert_null (data); in test_finalize_data()
Dtctildr.c316 assert_null (ctx); in tctildr_finalize_test()
/external/cn-cbor/test/
Dctest.h120 void assert_null(void* real, const char* caller, int line);
121 #define ASSERT_NULL(real) assert_null((void*)real, __FILE__, __LINE__)
271 void assert_null(void* real, const char* caller, int line) { in assert_null() function