HomeSort by: relevance | last modified time | path
    Searched refs:conformance_cred (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/cpl/trousers/etc/
tcsd.conf 9 conformance_cred = /etc/tpm/conformance.cert
  /src/crypto/external/cpl/trousers/dist/src/include/
tcsd.h 40 char *conformance_cred; /* location of the conformance credential */ member in struct:tcsd_config
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_conf.c 48 {"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);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_aik.c 97 path = tcsd_options.conformance_cred;

Completed in 97 milliseconds