Lines Matching refs:pubKey
62 + HCRYPTKEY pubKey
164 + SECKEYPublicKey* pubKey
575 + HCRYPTKEY pubKey
1022 + SECKEYPublicKey* pubKey
1029 + xmlSecAssert2( pubKey != NULL , -1 ) ;
1042 + data = xmlSecNssPKIAdoptKey( NULL, pubKey ) ;
1549 + SECKEYPublicKey* pubKey ;
1554 + pubKey = NULL ;
1566 + pubKey = curPub->key ;
1570 + if( pubKey != NULL ) {
1571 + data = xmlSecNssPKIAdoptKey( NULL, pubKey ) ;
5488 + SECKEYPublicKey *pubKey = NULL;
5531 + if( ( pubKey = CERT_ExtractPublicKey( cert ) ) == NULL ) {
5545 + keyValue = xmlSecNssPKIAdoptKey(priKey, pubKey);
5556 + if( pubKey != NULL )
5557 + SECKEY_DestroyPublicKey( pubKey ) ;