Searched refs:priKey (Results 1 – 5 of 5) sorted by relevance
1041 SECKEYPrivateKey* priKey = NULL; in getCertificateCharacters() local1045 priKey = PK11_FindPrivateKeyFromCert( cert->slot, ( CERTCertificate* )cert, NULL ) ; in getCertificateCharacters()1047 if(priKey == NULL) in getCertificateCharacters()1051 priKey = PK11_FindPrivateKeyFromCert(*is, (CERTCertificate*)cert, NULL); in getCertificateCharacters()1052 if (priKey) in getCertificateCharacters()1056 if( priKey != NULL ) { in getCertificateCharacters()1059 SECKEY_DestroyPrivateKey( priKey ) ; in getCertificateCharacters()1085 X509Certificate_NssImpl* NssPrivKeyToXCert( SECKEYPrivateKey* priKey ) in NssPrivKeyToXCert() argument1090 if( priKey != NULL ) { in NssPrivKeyToXCert()1091 cert = PK11_GetCertFromPrivateKey( priKey ) ; in NssPrivKeyToXCert()[all …]
159 SECKEYPrivateKey* priKey ;216 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {217 if( xmlSecNssAppliedKeysMngrPriKeyLoad( m_pKeysMngr, priKey ) < 0 ) {
139 HCRYPTKEY priKey ;194 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {195 if( xmlSecMSCryptoAppliedKeysMngrPriKeyLoad( m_pKeysMngr, priKey ) < 0 ) {
1243 HCRYPTKEY priKey ; in createKeysManager() local1274 for( i = 0 ; ( priKey = getPriKey( i ) ) != NULL ; i ++ ) { in createKeysManager()1275 if( xmlSecMSCryptoAppliedKeysMngrPriKeyLoad( pKeysMngr, priKey ) < 0 ) { in createKeysManager()
68 + HCRYPTKEY priKey170 + SECKEYPrivateKey* priKey584 + HCRYPTKEY priKey1089 + SECKEYPrivateKey* priKey1096 + xmlSecAssert2( priKey != NULL , -1 ) ;1109 + data = xmlSecNssPKIAdoptKey( priKey, NULL ) ;1581 + SECKEYPrivateKey* priKey = NULL ;1586 + priKey = NULL ;1598 + priKey = curPri->key ;1602 + if( priKey != NULL ) {[all …]