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

/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c320 readX509Cert( const char *a_pszFile, argument
333 if ( a_pszFile ) {
335 pFile = fopen( a_pszFile, "r" );
337 logError( TOKEN_FILE_OPEN_ERROR, a_pszFile, strerror( errno ) );
388 if ( a_pszFile && pFile )
561 readRsaKey( const char *a_pszFile, argument
572 if ( a_pszFile ) {
574 pFile = fopen( a_pszFile, "r" );
576 logError( TOKEN_FILE_OPEN_ERROR, a_pszFile, strerror( errno ) );
602 if ( a_pszFile
[all...]

Completed in 121 milliseconds