Home
last modified time | relevance | path

Searched refs:pubKey (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.cxx158 SECKEYPublicKey* pubKey ;
207 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {
208 if( xmlSecNssAppliedKeysMngrPubKeyLoad( m_pKeysMngr, pubKey ) < 0 ) {
H A Dsecurityenvironment_nssimpl.cxx1114 SECKEYPublicKey* pubKey = NULL ; in createKeysManager() local
1147 for( i = 0 ; ( pubKey = this->getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
1148 if( xmlSecNssAppliedKeysMngrPubKeyLoad( pKeysMngr, pubKey ) < 0 ) { in createKeysManager()
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.cxx138 HCRYPTKEY pubKey ;
185 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {
186 if( xmlSecMSCryptoAppliedKeysMngrPubKeyLoad( m_pKeysMngr, pubKey ) < 0 ) {
H A Dsecurityenvironment_mscryptimpl.cxx1242 HCRYPTKEY pubKey ; in createKeysManager() local
1265 for( i = 0 ; ( pubKey = getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
1266 if( xmlSecMSCryptoAppliedKeysMngrPubKeyLoad( pKeysMngr, pubKey ) < 0 ) { in createKeysManager()
/aoo4110/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch62 + HCRYPTKEY pubKey
164 + SECKEYPublicKey* pubKey
575 + HCRYPTKEY pubKey
1022 + SECKEYPublicKey* pubKey
1029 + xmlSecAssert2( pubKey != NULL , -1 ) ;
1042 + data = xmlSecNssPKIAdoptKey( NULL, pubKey ) ;
1554 + pubKey = NULL ;
1566 + pubKey = curPub->key ;
1570 + if( pubKey != NULL ) {
5488 + SECKEYPublicKey *pubKey = NULL;
[all …]

Completed in 178 milliseconds