Searched refs:getSymKey (Results 1 – 6 of 6) sorted by relevance
336 PK11SymKey* SecurityEnvironment_NssImpl :: getSymKey( unsigned int position ) throw( Exception , Ru… in getSymKey() function in SecurityEnvironment_NssImpl1138 for( i = 0 ; ( symKey = this->getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
198 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
139 …virtual PK11SymKey* getSymKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , :…
379 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getSymKey( unsigned int position ) throw( Exception , … in getSymKey() function in SecurityEnvironment_MSCryptImpl1256 for( i = 0 ; ( symKey = getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
176 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
175 …virtual HCRYPTKEY getSymKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…
Completed in 36 milliseconds