Searched refs:aPubKey (Results 1 – 4 of 4) sorted by relevance
350 void SecurityEnvironment_NssImpl :: adoptPubKey( SECKEYPublicKey* aPubKey ) throw( Exception , Runt… in adoptPubKey() argument354 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() argument378 if( aPubKey != NULL ) { in rejectPubKey()380 if( *keyIt == aPubKey ) { in rejectPubKey()
141 …virtual void adoptPubKey( SECKEYPublicKey* aPubKey ) throw( ::com::sun::star::uno::Exception , ::c…143 …virtual void rejectPubKey( SECKEYPublicKey* aPubKey ) throw( ::com::sun::star::uno::Exception , ::…
393 void SecurityEnvironment_MSCryptImpl :: adoptPubKey( HCRYPTKEY aPubKey ) throw( Exception , Runtime… in adoptPubKey() argument397 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() argument423 if( aPubKey != NULL ) { in rejectPubKey()425 if( *keyIt == aPubKey ) { in rejectPubKey()
177 …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…
Completed in 60 milliseconds