Searched refs:aPriKey (Results 1 – 4 of 4) sorted by relevance
404 void SecurityEnvironment_NssImpl :: adoptPriKey( SECKEYPrivateKey* aPriKey ) throw( Exception , Run… in adoptPriKey() argument408 if( aPriKey != NULL ) { in adoptPriKey()411 if( *keyIt == aPriKey ) in adoptPriKey()416 prikey = SECKEY_CopyPrivateKey( aPriKey ) ; in adoptPriKey()428 void SecurityEnvironment_NssImpl :: rejectPriKey( SECKEYPrivateKey* aPriKey ) throw( Exception , Ru… in rejectPriKey() argument432 if( aPriKey != NULL ) { in rejectPriKey()434 if( *keyIt == aPriKey ) { in rejectPriKey()
147 …virtual void adoptPriKey( SECKEYPrivateKey* aPriKey ) throw( ::com::sun::star::uno::Exception , ::…149 …virtual void rejectPriKey( SECKEYPrivateKey* aPriKey ) throw( ::com::sun::star::uno::Exception , :…
449 void SecurityEnvironment_MSCryptImpl :: adoptPriKey( HCRYPTKEY aPriKey ) throw( Exception , Runtime… in adoptPriKey() argument453 if( aPriKey != NULL ) { in adoptPriKey()456 if( *keyIt == aPriKey ) in adoptPriKey()465 prikey = aPriKey ; in adoptPriKey()475 void SecurityEnvironment_MSCryptImpl :: rejectPriKey( HCRYPTKEY aPriKey ) throw( Exception , Runtim… in rejectPriKey() argument479 if( aPriKey != NULL ) { in rejectPriKey()481 if( *keyIt == aPriKey ) { in rejectPriKey()
183 …virtual void adoptPriKey( HCRYPTKEY aPriKey ) throw( ::com::sun::star::uno::Exception , ::com::sun…185 …virtual void rejectPriKey( HCRYPTKEY aPriKey ) throw( ::com::sun::star::uno::Exception , ::com::su…
Completed in 35 milliseconds