Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx296 void SecurityEnvironment_NssImpl :: adoptSymKey( PK11SymKey* aSymKey ) throw( Exception , RuntimeEx… in adoptSymKey() argument
300 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() argument
324 if( aSymKey != NULL ) { in rejectSymKey()
326 if( *keyIt == aSymKey ) { in rejectSymKey()
H A Dsecurityenvironment_nssimpl.hxx135 …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::…
/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx337 void SecurityEnvironment_MSCryptImpl :: adoptSymKey( HCRYPTKEY aSymKey ) throw( Exception , Runtime… in adoptSymKey() argument
341 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() argument
367 if( aSymKey != NULL ) { in rejectSymKey()
369 if( *keyIt == aSymKey ) { in rejectSymKey()
H A Dsecurityenvironment_mscryptimpl.hxx171 …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 33 milliseconds