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

  /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_nvwrite.c 74 logError(_("Out of memory\n"));
173 logError(_("You must provide an index for the NVRAM area.\n"));
180 logError(_("Either data, name of file or fill value must be "
195 logError(_("Could not access file '%s'\n"),
206 logError(_("Out of memory.\n"));
211 logError(_("Could not open file %s for reading.\n"));
217 logError(_("Error while reading data.\n"));
224 logError(_("Requiring size parameter.\n"));
230 logError(_("Out of memory.\n"));
260 logError(_("Failed to get NVRAM access password\n"))
    [all...]
tpm_createek.c 99 logError(_("Unable to open input file: %s\n"),
107 logError(_("Error: the secret data file %s contains less than %d bytes. Aborting ...\n"),
133 logError(_("Unable to open output file: %s\n"), out_filename);
140 logError(_("Error: Unable to write %d bytes on the file %s.\n"),
193 logError(_("Please specify an output file\n"));
197 logError(_("The option -i, --infile is not valid with -g\n"));
201 logError(_("Please specify -i, --infile or -g, --generate-secret\n"));
204 logError(_("The option -o, --outfile is not valid with -i, --infile"));
220 logError(_("Unable to open output file: %s\n"), out_filename);
231 logError(_("See man pages for details.\n"))
    [all...]
tpm_revokeek.c 72 logError(_("Unable to open input file: %s\n"),
80 logError(_("Error: the secret data file %s contains less than %d bytes. Aborting with %s...\n"),
118 logError(_("Please specify which file contains the secret to revoke the Ek (use option -i, --infile).\n"));
tpm_nvdefine.c 165 logError(_("Invalid PCR info file. Format is:\n"
197 logError(_("Cannot seal NVRAM area to PCR > 15\n"));
279 logError(_("You must provide an index for the NVRAM area.\n"));
286 logError(_("You must provide permission bits for the NVRAM area.\n"));
313 logError(_("Failed to get owner password\n"));
338 logError(_("Failed to get NVRAM data password\n"));
391 logError(_("Cannot seal NVRAM area to PCR > 15\n"));
419 logError(_("Cannot seal NVRAM area to PCR > 15\n"));
445 logError(_("Could not access file '%s'\n"), filename);
tpm_nvread.c 175 logError(_("You must provide an index (!= 0) for the "
203 logError(_("Failed to get NVRAM access password\n"));
245 logError(_("Could not get the NVRAM area's public information.\n"));
253 logError(_("The offset is outside the NVRAM area's size of "
277 logError(_("Could not open file %s for writing."),
285 logError(_("Error while writing to file.\n"));
tpm_nvcommon.c 138 logError(_("Could not parse hexadecimal "
145 logError(_("Illegal character following "
162 logError(_("Could not parse data in %s.\n"),
169 logError(_("Illegal character following decimal "
182 logError(_("Unknown element in %s: %s.\n"),
tpm_nvrelease.c 105 logError(_("You must provide an index (!= 0) for the "
125 logError(_("Failed to get owner password\n"));
tpm_resetdalock.c 77 logError(_("Failed to get Owner password\n"));
tpm_changeauth.c 158 logError(_("Failed to get owner password\n"));
184 logError(_("Failed to get new password.\n"));
tpm_setoperatorauth.c 96 logError(_("Failed to get operator password\n"));
tpm_present.c 343 logError(_("Change to %s Failed\n"),
  /src/crypto/external/cpl/tpm-tools/dist/src/cmds/
tpm_unsealdata.c 95 logError(_("Unable to open output file\n"));
100 logError(_("Unable to write output file\n"));
tpm_sealdata.c 142 logError(_("Unable to open input BIO\n"));
150 logError(_("Unable to open input file: %s\n"),
167 logError(_("This version of %s was compiled for a v1.1 TSS, which "
219 logError(_("Failed to get SRK password\n"));
298 logError(_("Unable to open base64 BIO\n"));
304 logError(_("Unable to open output BIO\n"));
312 logError(_("Unable to open output file: %s\n"),
325 logError(_("Unable to flush output\n"));
337 logError(_("Unable to flush output\n"));
358 logError(_("Unable to flush output\n"))
    [all...]
  /src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
data_protect.c 252 logError( TOKEN_NO_KEY_ERROR );
285 logError( TOKEN_FILE_OPEN_ERROR, g_pszInFile, strerror( errno ) );
292 logError( TOKEN_MEMORY_ERROR );
356 logError( TOKEN_FILE_OPEN_ERROR, g_pszOutFile, strerror( errno ) );
387 logError(TOKEN_FILE_WRITE_ERROR, g_pOutFile, "short write");
400 logError( TOKEN_MEMORY_ERROR );
416 logError(TOKEN_FILE_WRITE_ERROR, g_pOutFile, "short write");
data_init.c 174 logError( TOKEN_INVALID_PIN );
206 logError( TOKEN_INVALID_PIN );
data_import.c 337 logError( TOKEN_FILE_OPEN_ERROR, a_pszFile, strerror( errno ) );
354 logError( TOKEN_OPENSSL_ERROR, ERR_error_string( ulError, NULL ) );
376 logError( TOKEN_RSA_KEY_ERROR );
478 logError( TOKEN_OPENSSL_ERROR,
484 logError( TOKEN_OPENSSL_ERROR,
492 logError( TOKEN_OPENSSL_ERROR,
498 logError( TOKEN_OPENSSL_ERROR,
506 logError( TOKEN_OPENSSL_ERROR,
576 logError( TOKEN_FILE_OPEN_ERROR, a_pszFile, strerror( errno ) );
594 logError( TOKEN_OPENSSL_ERROR, ERR_error_string( ulError, NULL ) )
    [all...]
data_passwd.c 183 logError( TOKEN_INVALID_PIN );
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_pkcs11.c 53 logError( _("%s failed: 0x%08x (%ld)\n"), a_pszName, a_tResult, a_tResult );
159 logError( _("The PKCS#11 library cannot be loaded: %s\n"), dlerror( ) );
165 logError( _("Unable to find the C_GetFunctionList function: %s\n"), dlerror( ) );
178 logError( _("The token label cannot be greater than %ld characters\n"), sizeof( szTokenLabel ) );
202 logError( _("No PKCS#11 slots present\n") );
211 logError( _("Unable to obtain memory for PKCS#11 slot IDs\n") );
252 logError( _("PKCS#11 TPM Token is not present\n") );
556 logError( _("Unable to obtain memory for object handle list\n") );
1121 logError( _("Unable to obtain memory for the encrypted data buffer\n") );
1213 logError( _("Unable to obtain memory for the encrypted data buffer\n") )
    [all...]
tpm_log.c 96 int logError(const char *a_szFormat, ...)
tpm_tspi.c 284 logError(_("%s failed: 0x%08x - layer=%s, code=%04x (%d), %s\n"),
  /src/crypto/external/cpl/tpm-tools/dist/include/
tpm_utils.h 109 int logError( const char *a_pszFormat, ... );

Completed in 47 milliseconds