Searched refs:conformance_cred (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/etc/
H A Dtcsd.conf9 conformance_cred = /etc/tpm/conformance.cert
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsd.h40 char *conformance_cred; /* location of the conformance credential */ member in struct:tcsd_config
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c48 {"conformance_cred", opt_conformance_cred},
81 conf->conformance_cred = NULL;
499 LogError("Config option \"conformance_cred\" must be an absolute path name."
505 LogError("Config option \"conformance_cred\" is invalid. %s:%d: "
509 LogError("Config option \"conformance_cred\" is invalid. %s:%d: "
516 if (conf->conformance_cred)
517 free(conf->conformance_cred);
519 conf->conformance_cred = tmp_ptr;
709 free(conf->conformance_cred);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_aik.c97 path = tcsd_options.conformance_cred;

Completed in 196 milliseconds