Searched refs:tctildr_get_info (Results 1 – 7 of 7) sorted by relevance
/external/tpm2-tss/src/tss2-tcti/ |
D | tctildr-interface.h | 19 tctildr_get_info (const char *name,
|
D | tctildr-nodl.c | 183 tctildr_get_info (const char *name, in tctildr_get_info() function
|
D | tctildr-dl.c | 275 tctildr_get_info(const char *name, in tctildr_get_info() function
|
D | tctildr.c | 352 rc = tctildr_get_info (name_ptr, &info_lib, &data); in Tss2_TctiLdr_GetInfo()
|
/external/tpm2-tss/test/unit/ |
D | tctildr-nodl.c | 126 TSS2_RC rc = tctildr_get_info (NULL, NULL, NULL); in test_get_info()
|
D | tctildr-dl.c | 605 TSS2_RC rc = tctildr_get_info ("foo", &info, &data); in test_tctildr_get_info_from_name() 625 TSS2_RC rc = tctildr_get_info (NULL, &info, &data); in test_tctildr_get_info_default()
|
/external/tpm2-tss/ |
D | Makefile-test.am | 363 -Wl,--wrap=tctildr_get_info 386 test_unit_tctildr_tcti_LDFLAGS = -Wl,--wrap=tctildr_get_info \ 396 -Wl,--wrap=tctildr_get_info,--wrap=tctildr_get_tcti
|