Searched refs:getPriKey (Results 1 – 6 of 6) sorted by relevance
444 SECKEYPrivateKey* SecurityEnvironment_NssImpl :: getPriKey( unsigned int position ) throw( ::com::s… in getPriKey() function in SecurityEnvironment_NssImpl1156 for( i = 0 ; ( priKey = this->getPriKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
216 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {
151 …virtual SECKEYPrivateKey* getPriKey( unsigned int position ) throw( ::com::sun::star::uno::Excepti…
491 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPriKey( unsigned int position ) throw( Exception , … in getPriKey() function in SecurityEnvironment_MSCryptImpl1274 for( i = 0 ; ( priKey = getPriKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
194 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {
187 …virtual HCRYPTKEY getPriKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…
Completed in 28 milliseconds