Searched refs:getPubKey (Results 1 – 6 of 6) sorted by relevance
434 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPubKey( unsigned int position ) { in getPubKey() function in SecurityEnvironment_MSCryptImpl1263 for( i = 0 ; ( pubKey = getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
179 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {
179 virtual HCRYPTKEY getPubKey( unsigned int position ) ;
389 SECKEYPublicKey* SecurityEnvironment_NssImpl :: getPubKey( unsigned int position ) { in getPubKey() function in SecurityEnvironment_NssImpl1145 for( i = 0 ; ( pubKey = this->getPubKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
143 virtual SECKEYPublicKey* getPubKey( unsigned int position ) ;
201 for( i = 0 ; ( pubKey = pSecEnv->getPubKey( i ) ) != NULL ; i ++ ) {