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

/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c567 RSA *pRsa = NULL; local
583 pRsa = PEM_read_RSAPrivateKey( pFile, NULL, NULL, NULL );
584 if ( !pRsa ) {
605 *a_pRsa = pRsa;
1028 RSA *pRsa = NULL; local
1056 if ( readRsaKey( g_pszFile, &pRsa ) == -1 )
1058 if ( !pX509 && !pRsa ) {
1072 if ( readRsaKey( g_pszFile, &pRsa ) == -1 )
1074 if ( !pRsa ) {
1116 if ( !pRsa ) {
[all...]

Completed in 182 milliseconds