Home
last modified time | relevance | path

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

/external/tpm2-tss/test/unit/
Dtctildr.c172 TSS2_RC rc = tctildr_conf_parse (NULL, NULL, NULL); in test_conf_parse_null()
183 TSS2_RC rc = tctildr_conf_parse (name, name_buf, conf_buf); in test_conf_parse_bad_length()
190 TSS2_RC rc = tctildr_conf_parse ("", name_buf, conf_buf); in test_conf_parse_empty_str()
197 TSS2_RC rc = tctildr_conf_parse ("foo", name_buf, conf_buf); in test_conf_parse_no_colon()
204 TSS2_RC rc = tctildr_conf_parse ("foo:", name_buf, conf_buf); in test_conf_parse_name_colon()
212 TSS2_RC rc = tctildr_conf_parse ("foo:bar", name_buf, conf_buf); in test_conf_parse_name_colon_conf()
/external/tpm2-tss/src/tss2-tcti/
Dtctildr.c130 tctildr_conf_parse (const char *name_conf, in tctildr_conf_parse() function
345 rc = tctildr_conf_parse (name, name_buf, NULL); in Tss2_TctiLdr_GetInfo()
457 rc = tctildr_conf_parse (nameConf, name, conf); in Tss2_TctiLdr_Initialize()
Dtctildr.h39 tctildr_conf_parse (const char *name_conf,