Searched refs:aSymKey (Results 1 – 4 of 4) sorted by relevance
296 void SecurityEnvironment_NssImpl :: adoptSymKey( PK11SymKey* aSymKey ) throw( Exception , RuntimeEx… in adoptSymKey() argument300 if( aSymKey != NULL ) { in adoptSymKey()303 if( *keyIt == aSymKey ) in adoptSymKey()308 symkey = PK11_ReferenceSymKey( aSymKey ) ; in adoptSymKey()320 void SecurityEnvironment_NssImpl :: rejectSymKey( PK11SymKey* aSymKey ) throw( Exception , RuntimeE… in rejectSymKey() argument324 if( aSymKey != NULL ) { in rejectSymKey()326 if( *keyIt == aSymKey ) { in rejectSymKey()
135 …virtual void adoptSymKey( PK11SymKey* aSymKey ) throw( ::com::sun::star::uno::Exception , ::com::s…137 …virtual void rejectSymKey( PK11SymKey* aSymKey ) throw( ::com::sun::star::uno::Exception , ::com::…
337 void SecurityEnvironment_MSCryptImpl :: adoptSymKey( HCRYPTKEY aSymKey ) throw( Exception , Runtime… in adoptSymKey() argument341 if( aSymKey != NULL ) { in adoptSymKey()344 if( *keyIt == aSymKey ) in adoptSymKey()353 symkey = aSymKey ; in adoptSymKey()363 void SecurityEnvironment_MSCryptImpl :: rejectSymKey( HCRYPTKEY aSymKey ) throw( Exception , Runtim… in rejectSymKey() argument367 if( aSymKey != NULL ) { in rejectSymKey()369 if( *keyIt == aSymKey ) { in rejectSymKey()
171 …virtual void adoptSymKey( HCRYPTKEY aSymKey ) throw( ::com::sun::star::uno::Exception , ::com::sun…173 …virtual void rejectSymKey( HCRYPTKEY aSymKey ) throw( ::com::sun::star::uno::Exception , ::com::su…
Completed in 50 milliseconds