Searched refs:getSymKey (Results 1 – 6 of 6) sorted by relevance
378 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getSymKey( unsigned int position ) { in getSymKey() function in SecurityEnvironment_MSCryptImpl1254 for( i = 0 ; ( symKey = getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
170 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {
173 virtual HCRYPTKEY getSymKey( unsigned int position ) ;
335 PK11SymKey* SecurityEnvironment_NssImpl :: getSymKey( unsigned int position ) { in getSymKey() function in SecurityEnvironment_NssImpl1136 for( i = 0 ; ( symKey = this->getSymKey( i ) ) != NULL ; i ++ ) { in createKeysManager()
137 virtual PK11SymKey* getSymKey( unsigned int position ) ;
192 for( i = 0 ; ( symKey = pSecEnv->getSymKey( i ) ) != NULL ; i ++ ) {