Searched refs:getPriKey (Results 1 – 6 of 6) sorted by relevance
490 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPriKey( unsigned int position ) { in getPriKey() function in SecurityEnvironment_MSCryptImpl1272 for( i = 0 ; ( priKey = getPriKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
188 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {
185 virtual HCRYPTKEY getPriKey( unsigned int position ) ;
443 SECKEYPrivateKey* SecurityEnvironment_NssImpl :: getPriKey( unsigned int position ) { in getPriKey() function in SecurityEnvironment_NssImpl1154 for( i = 0 ; ( priKey = this->getPriKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
149 virtual SECKEYPrivateKey* getPriKey( unsigned int position ) ;
210 for( i = 0 ; ( priKey = pSecEnv->getPriKey( i ) ) != NULL ; i ++ ) {