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

/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c327 X509 *pX509 = NULL; local
343 pX509 = PEM_read_X509( pFile, NULL, NULL, NULL );
344 if ( !pX509 ) {
365 pKey = X509_get_pubkey( pX509 );
370 X509_free( pX509 );
371 pX509 = NULL;
378 X509_free( pX509 );
379 pX509 = NULL;
386 *a_pX509 = pX509;
942 X509 *pX509 local
1026 X509 *pX509 = NULL; local
[all...]

Completed in 136 milliseconds