Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-tcti/
Dtctildr-dl.c60 TSS2_TCTI_INFO_FUNC info_func; in info_from_handle() local
65 info_func = dlsym (dlhandle, TSS2_TCTI_INFO_SYMBOL); in info_from_handle()
66 if (info_func == NULL) { in info_from_handle()
72 return info_func (); in info_from_handle()