Home
last modified time | relevance | path

Searched refs:aPubKey (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx393 void SecurityEnvironment_MSCryptImpl :: adoptPubKey( HCRYPTKEY aPubKey ) throw( Exception , Runtime… in adoptPubKey() argument
397 if( aPubKey != NULL ) { in adoptPubKey()
400 if( *keyIt == aPubKey ) in adoptPubKey()
409 pubkey = aPubKey ; in adoptPubKey()
419 void SecurityEnvironment_MSCryptImpl :: rejectPubKey( HCRYPTKEY aPubKey ) throw( Exception , Runtim… in rejectPubKey() argument
423 if( aPubKey != NULL ) { in rejectPubKey()
425 if( *keyIt == aPubKey ) { in rejectPubKey()
H A Dsecurityenvironment_mscryptimpl.hxx177 …virtual void adoptPubKey( HCRYPTKEY aPubKey ) throw( ::com::sun::star::uno::Exception , ::com::sun…
179 …virtual void rejectPubKey( HCRYPTKEY aPubKey ) throw( ::com::sun::star::uno::Exception , ::com::su…
/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx350 void SecurityEnvironment_NssImpl :: adoptPubKey( SECKEYPublicKey* aPubKey ) throw( Exception , Runt… in adoptPubKey() argument
354 if( aPubKey != NULL ) { in adoptPubKey()
357 if( *keyIt == aPubKey ) in adoptPubKey()
362 pubkey = SECKEY_CopyPublicKey( aPubKey ) ; in adoptPubKey()
374 void SecurityEnvironment_NssImpl :: rejectPubKey( SECKEYPublicKey* aPubKey ) throw( Exception , Run… in rejectPubKey() argument
378 if( aPubKey != NULL ) { in rejectPubKey()
380 if( *keyIt == aPubKey ) { in rejectPubKey()
H A Dsecurityenvironment_nssimpl.hxx141 …virtual void adoptPubKey( SECKEYPublicKey* aPubKey ) throw( ::com::sun::star::uno::Exception , ::c…
143 …virtual void rejectPubKey( SECKEYPublicKey* aPubKey ) throw( ::com::sun::star::uno::Exception , ::…

Completed in 57 milliseconds