Lines Matching refs:priKey
68 + HCRYPTKEY priKey
170 + SECKEYPrivateKey* priKey
584 + HCRYPTKEY priKey
1089 + SECKEYPrivateKey* priKey
1096 + xmlSecAssert2( priKey != NULL , -1 ) ;
1109 + data = xmlSecNssPKIAdoptKey( priKey, NULL ) ;
1581 + SECKEYPrivateKey* priKey = NULL ;
1586 + priKey = NULL ;
1598 + priKey = curPri->key ;
1602 + if( priKey != NULL ) {
1603 + data = xmlSecNssPKIAdoptKey( priKey, NULL ) ;
5489 + SECKEYPrivateKey *priKey = NULL;
5520 + if( ( priKey = PK11_FindPrivateKeyFromCert( slot , cert , NULL ) ) == NULL ) {
5539 + if( priKey != NULL )
5540 + SECKEY_DestroyPrivateKey( priKey ) ;
5545 + keyValue = xmlSecNssPKIAdoptKey(priKey, pubKey);
5553 + if( priKey != NULL )
5554 + SECKEY_DestroyPrivateKey( priKey ) ;