os/security/crypto/weakcryptospi/source/cryptoswitch/cryptography_stubs.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/crypto/weakcryptospi/source/cryptoswitch/cryptography_stubs.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,2613 @@
     1.4 +/*
     1.5 +* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Generated from cryptographyU.def
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +
    1.24 +
    1.25 +/**
    1.26 + @file
    1.27 + @internalComponent 
    1.28 +*/
    1.29 +
    1.30 +extern "C" {
    1.31 +
    1.32 +void common_dispatch();
    1.33 +
    1.34 +	
    1.35 +__declspec(dllexport)
    1.36 +__declspec(naked)
    1.37 +void call_vector_1 ()
    1.38 +	{
    1.39 +	// ; protected: __thiscall CBlockChainingMode::CBlockChainingMode(void)
    1.40 +	_asm mov eax, 1
    1.41 +	_asm jmp common_dispatch
    1.42 +	}
    1.43 +
    1.44 +	
    1.45 +__declspec(dllexport)
    1.46 +__declspec(naked)
    1.47 +void call_vector_2 ()
    1.48 +	{
    1.49 +	// ; protected: __thiscall CDH::CDH(class CDHPrivateKey const &)
    1.50 +	_asm mov eax, 2
    1.51 +	_asm jmp common_dispatch
    1.52 +	}
    1.53 +
    1.54 +	
    1.55 +__declspec(dllexport)
    1.56 +__declspec(naked)
    1.57 +void call_vector_3 ()
    1.58 +	{
    1.59 +	// ; protected: __thiscall CDHKeyPair::CDHKeyPair(void)
    1.60 +	_asm mov eax, 3
    1.61 +	_asm jmp common_dispatch
    1.62 +	}
    1.63 +
    1.64 +	
    1.65 +__declspec(dllexport)
    1.66 +__declspec(naked)
    1.67 +void call_vector_4 ()
    1.68 +	{
    1.69 +	// ; protected: __thiscall CDHParameters::CDHParameters(class RInteger &,class RInteger &)
    1.70 +	_asm mov eax, 4
    1.71 +	_asm jmp common_dispatch
    1.72 +	}
    1.73 +
    1.74 +	
    1.75 +__declspec(dllexport)
    1.76 +__declspec(naked)
    1.77 +void call_vector_5 ()
    1.78 +	{
    1.79 +	// ; protected: __thiscall CDHParameters::CDHParameters(void)
    1.80 +	_asm mov eax, 5
    1.81 +	_asm jmp common_dispatch
    1.82 +	}
    1.83 +
    1.84 +	
    1.85 +__declspec(dllexport)
    1.86 +__declspec(naked)
    1.87 +void call_vector_6 ()
    1.88 +	{
    1.89 +	// ; protected: __thiscall CDHPrivateKey::CDHPrivateKey(class RInteger &,class RInteger &,class RInteger &)
    1.90 +	_asm mov eax, 6
    1.91 +	_asm jmp common_dispatch
    1.92 +	}
    1.93 +
    1.94 +	
    1.95 +__declspec(dllexport)
    1.96 +__declspec(naked)
    1.97 +void call_vector_7 ()
    1.98 +	{
    1.99 +	// ; protected: __thiscall CDHPrivateKey::CDHPrivateKey(void)
   1.100 +	_asm mov eax, 7
   1.101 +	_asm jmp common_dispatch
   1.102 +	}
   1.103 +
   1.104 +	
   1.105 +__declspec(dllexport)
   1.106 +__declspec(naked)
   1.107 +void call_vector_8 ()
   1.108 +	{
   1.109 +	// ; protected: __thiscall CDHPublicKey::CDHPublicKey(class RInteger &,class RInteger &,class RInteger &)
   1.110 +	_asm mov eax, 8
   1.111 +	_asm jmp common_dispatch
   1.112 +	}
   1.113 +
   1.114 +	
   1.115 +__declspec(dllexport)
   1.116 +__declspec(naked)
   1.117 +void call_vector_9 ()
   1.118 +	{
   1.119 +	// ; protected: __thiscall CDHPublicKey::CDHPublicKey(void)
   1.120 +	_asm mov eax, 9
   1.121 +	_asm jmp common_dispatch
   1.122 +	}
   1.123 +
   1.124 +	
   1.125 +__declspec(dllexport)
   1.126 +__declspec(naked)
   1.127 +void call_vector_10 ()
   1.128 +	{
   1.129 +	// ; protected: __thiscall CDSAKeyPair::CDSAKeyPair(void)
   1.130 +	_asm mov eax, 10
   1.131 +	_asm jmp common_dispatch
   1.132 +	}
   1.133 +
   1.134 +	
   1.135 +__declspec(dllexport)
   1.136 +__declspec(naked)
   1.137 +void call_vector_11 ()
   1.138 +	{
   1.139 +	// ; protected: __thiscall CDSAParameters::CDSAParameters(class RInteger &,class RInteger &,class RInteger &)
   1.140 +	_asm mov eax, 11
   1.141 +	_asm jmp common_dispatch
   1.142 +	}
   1.143 +
   1.144 +	
   1.145 +__declspec(dllexport)
   1.146 +__declspec(naked)
   1.147 +void call_vector_12 ()
   1.148 +	{
   1.149 +	// ; protected: __thiscall CDSAParameters::CDSAParameters(void)
   1.150 +	_asm mov eax, 12
   1.151 +	_asm jmp common_dispatch
   1.152 +	}
   1.153 +
   1.154 +	
   1.155 +__declspec(dllexport)
   1.156 +__declspec(naked)
   1.157 +void call_vector_13 ()
   1.158 +	{
   1.159 +	// ; protected: __thiscall CDSAPrimeCertificate::CDSAPrimeCertificate(unsigned int)
   1.160 +	_asm mov eax, 13
   1.161 +	_asm jmp common_dispatch
   1.162 +	}
   1.163 +
   1.164 +	
   1.165 +__declspec(dllexport)
   1.166 +__declspec(naked)
   1.167 +void call_vector_14 ()
   1.168 +	{
   1.169 +	// ; protected: __thiscall CDSAPrimeCertificate::CDSAPrimeCertificate(void)
   1.170 +	_asm mov eax, 14
   1.171 +	_asm jmp common_dispatch
   1.172 +	}
   1.173 +
   1.174 +	
   1.175 +__declspec(dllexport)
   1.176 +__declspec(naked)
   1.177 +void call_vector_15 ()
   1.178 +	{
   1.179 +	// ; protected: __thiscall CDSAPrivateKey::CDSAPrivateKey(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
   1.180 +	_asm mov eax, 15
   1.181 +	_asm jmp common_dispatch
   1.182 +	}
   1.183 +
   1.184 +	
   1.185 +__declspec(dllexport)
   1.186 +__declspec(naked)
   1.187 +void call_vector_16 ()
   1.188 +	{
   1.189 +	// ; protected: __thiscall CDSAPrivateKey::CDSAPrivateKey(void)
   1.190 +	_asm mov eax, 16
   1.191 +	_asm jmp common_dispatch
   1.192 +	}
   1.193 +
   1.194 +	
   1.195 +__declspec(dllexport)
   1.196 +__declspec(naked)
   1.197 +void call_vector_17 ()
   1.198 +	{
   1.199 +	// ; protected: __thiscall CDSAPublicKey::CDSAPublicKey(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
   1.200 +	_asm mov eax, 17
   1.201 +	_asm jmp common_dispatch
   1.202 +	}
   1.203 +
   1.204 +	
   1.205 +__declspec(dllexport)
   1.206 +__declspec(naked)
   1.207 +void call_vector_18 ()
   1.208 +	{
   1.209 +	// ; protected: __thiscall CDSAPublicKey::CDSAPublicKey(void)
   1.210 +	_asm mov eax, 18
   1.211 +	_asm jmp common_dispatch
   1.212 +	}
   1.213 +
   1.214 +	
   1.215 +__declspec(dllexport)
   1.216 +__declspec(naked)
   1.217 +void call_vector_19 ()
   1.218 +	{
   1.219 +	// ; protected: __thiscall CDSASignature::CDSASignature(class RInteger &,class RInteger &)
   1.220 +	_asm mov eax, 19
   1.221 +	_asm jmp common_dispatch
   1.222 +	}
   1.223 +
   1.224 +	
   1.225 +__declspec(dllexport)
   1.226 +__declspec(naked)
   1.227 +void call_vector_20 ()
   1.228 +	{
   1.229 +	// ; protected: __thiscall CDSASignature::CDSASignature(void)
   1.230 +	_asm mov eax, 20
   1.231 +	_asm jmp common_dispatch
   1.232 +	}
   1.233 +
   1.234 +	
   1.235 +__declspec(dllexport)
   1.236 +__declspec(naked)
   1.237 +void call_vector_21 ()
   1.238 +	{
   1.239 +	// ; protected: __thiscall CPadding::CPadding(int)
   1.240 +	_asm mov eax, 21
   1.241 +	_asm jmp common_dispatch
   1.242 +	}
   1.243 +
   1.244 +	
   1.245 +__declspec(dllexport)
   1.246 +__declspec(naked)
   1.247 +void call_vector_22 ()
   1.248 +	{
   1.249 +	// ; protected: __thiscall CPaddingNone::CPaddingNone(int)
   1.250 +	_asm mov eax, 22
   1.251 +	_asm jmp common_dispatch
   1.252 +	}
   1.253 +
   1.254 +	
   1.255 +__declspec(dllexport)
   1.256 +__declspec(naked)
   1.257 +void call_vector_23 ()
   1.258 +	{
   1.259 +	// ; protected: __thiscall CPaddingPKCS1Encryption::CPaddingPKCS1Encryption(int)
   1.260 +	_asm mov eax, 23
   1.261 +	_asm jmp common_dispatch
   1.262 +	}
   1.263 +
   1.264 +	
   1.265 +__declspec(dllexport)
   1.266 +__declspec(naked)
   1.267 +void call_vector_24 ()
   1.268 +	{
   1.269 +	// ; protected: __thiscall CPaddingPKCS1Signature::CPaddingPKCS1Signature(int)
   1.270 +	_asm mov eax, 24
   1.271 +	_asm jmp common_dispatch
   1.272 +	}
   1.273 +
   1.274 +	
   1.275 +__declspec(dllexport)
   1.276 +__declspec(naked)
   1.277 +void call_vector_25 ()
   1.278 +	{
   1.279 +	// ; protected: __thiscall CPaddingSSLv3::CPaddingSSLv3(int)
   1.280 +	_asm mov eax, 25
   1.281 +	_asm jmp common_dispatch
   1.282 +	}
   1.283 +
   1.284 +	
   1.285 +__declspec(dllexport)
   1.286 +__declspec(naked)
   1.287 +void call_vector_26 ()
   1.288 +	{
   1.289 +	// ; protected: __thiscall CRSAKeyPair::CRSAKeyPair(void)
   1.290 +	_asm mov eax, 26
   1.291 +	_asm jmp common_dispatch
   1.292 +	}
   1.293 +
   1.294 +	
   1.295 +__declspec(dllexport)
   1.296 +__declspec(naked)
   1.297 +void call_vector_27 ()
   1.298 +	{
   1.299 +	// ; protected: __thiscall CRSAParameters::CRSAParameters(class RInteger &)
   1.300 +	_asm mov eax, 27
   1.301 +	_asm jmp common_dispatch
   1.302 +	}
   1.303 +
   1.304 +	
   1.305 +__declspec(dllexport)
   1.306 +__declspec(naked)
   1.307 +void call_vector_28 ()
   1.308 +	{
   1.309 +	// ; protected: __thiscall CRSAParameters::CRSAParameters(void)
   1.310 +	_asm mov eax, 28
   1.311 +	_asm jmp common_dispatch
   1.312 +	}
   1.313 +
   1.314 +	
   1.315 +__declspec(dllexport)
   1.316 +__declspec(naked)
   1.317 +void call_vector_29 ()
   1.318 +	{
   1.319 +	// ; protected: __thiscall CRSAPrivateKeyCRT::CRSAPrivateKeyCRT(class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &)
   1.320 +	_asm mov eax, 29
   1.321 +	_asm jmp common_dispatch
   1.322 +	}
   1.323 +
   1.324 +	
   1.325 +__declspec(dllexport)
   1.326 +__declspec(naked)
   1.327 +void call_vector_30 ()
   1.328 +	{
   1.329 +	// ; protected: __thiscall CRSAPrivateKeyStandard::CRSAPrivateKeyStandard(class RInteger &,class RInteger &)
   1.330 +	_asm mov eax, 30
   1.331 +	_asm jmp common_dispatch
   1.332 +	}
   1.333 +
   1.334 +	
   1.335 +__declspec(dllexport)
   1.336 +__declspec(naked)
   1.337 +void call_vector_31 ()
   1.338 +	{
   1.339 +	// ; protected: __thiscall CRSAPublicKey::CRSAPublicKey(class RInteger &,class RInteger &)
   1.340 +	_asm mov eax, 31
   1.341 +	_asm jmp common_dispatch
   1.342 +	}
   1.343 +
   1.344 +	
   1.345 +__declspec(dllexport)
   1.346 +__declspec(naked)
   1.347 +void call_vector_32 ()
   1.348 +	{
   1.349 +	// ; protected: __thiscall CRSAPublicKey::CRSAPublicKey(void)
   1.350 +	_asm mov eax, 32
   1.351 +	_asm jmp common_dispatch
   1.352 +	}
   1.353 +
   1.354 +	
   1.355 +__declspec(dllexport)
   1.356 +__declspec(naked)
   1.357 +void call_vector_33 ()
   1.358 +	{
   1.359 +	// ; protected: __thiscall CRSASignature::CRSASignature(class RInteger &)
   1.360 +	_asm mov eax, 33
   1.361 +	_asm jmp common_dispatch
   1.362 +	}
   1.363 +
   1.364 +	
   1.365 +__declspec(dllexport)
   1.366 +__declspec(naked)
   1.367 +void call_vector_34 ()
   1.368 +	{
   1.369 +	// ; protected: __thiscall CRijndael::CRijndael(void)
   1.370 +	_asm mov eax, 34
   1.371 +	_asm jmp common_dispatch
   1.372 +	}
   1.373 +
   1.374 +	
   1.375 +__declspec(dllexport)
   1.376 +__declspec(naked)
   1.377 +void call_vector_35 ()
   1.378 +	{
   1.379 +	// ; protected: __thiscall MCryptoSystem::MCryptoSystem(void)
   1.380 +	_asm mov eax, 35
   1.381 +	_asm jmp common_dispatch
   1.382 +	}
   1.383 +
   1.384 +	
   1.385 +__declspec(dllexport)
   1.386 +__declspec(naked)
   1.387 +void call_vector_36 ()
   1.388 +	{
   1.389 +	// ; protected: __thiscall CDecryptor::CDecryptor(void)
   1.390 +	_asm mov eax, 36
   1.391 +	_asm jmp common_dispatch
   1.392 +	}
   1.393 +
   1.394 +	
   1.395 +__declspec(dllexport)
   1.396 +__declspec(naked)
   1.397 +void call_vector_37 ()
   1.398 +	{
   1.399 +	// ; protected: __thiscall CEncryptor::CEncryptor(void)
   1.400 +	_asm mov eax, 37
   1.401 +	_asm jmp common_dispatch
   1.402 +	}
   1.403 +
   1.404 +	
   1.405 +__declspec(dllexport)
   1.406 +__declspec(naked)
   1.407 +void call_vector_38 ()
   1.408 +	{
   1.409 +	// ; protected: __thiscall MSignatureSystem::MSignatureSystem(void)
   1.410 +	_asm mov eax, 38
   1.411 +	_asm jmp common_dispatch
   1.412 +	}
   1.413 +
   1.414 +	
   1.415 +__declspec(dllexport)
   1.416 +__declspec(naked)
   1.417 +void call_vector_39 ()
   1.418 +	{
   1.419 +	// ; public: __thiscall RInteger::RInteger(void)
   1.420 +	_asm mov eax, 39
   1.421 +	_asm jmp common_dispatch
   1.422 +	}
   1.423 +
   1.424 +	
   1.425 +__declspec(dllexport)
   1.426 +__declspec(naked)
   1.427 +void call_vector_40 ()
   1.428 +	{
   1.429 +	// ; protected: __thiscall TInteger::TInteger(void)
   1.430 +	_asm mov eax, 40
   1.431 +	_asm jmp common_dispatch
   1.432 +	}
   1.433 +
   1.434 +	
   1.435 +__declspec(dllexport)
   1.436 +__declspec(naked)
   1.437 +void call_vector_41 ()
   1.438 +	{
   1.439 +	// ; protected: virtual __thiscall CBlockChainingMode::~CBlockChainingMode(void)
   1.440 +	_asm mov eax, 41
   1.441 +	_asm jmp common_dispatch
   1.442 +	}
   1.443 +
   1.444 +	
   1.445 +__declspec(dllexport)
   1.446 +__declspec(naked)
   1.447 +void call_vector_42 ()
   1.448 +	{
   1.449 +	// ; public: virtual __thiscall CBufferedTransformation::~CBufferedTransformation(void)
   1.450 +	_asm mov eax, 42
   1.451 +	_asm jmp common_dispatch
   1.452 +	}
   1.453 +
   1.454 +	
   1.455 +__declspec(dllexport)
   1.456 +__declspec(naked)
   1.457 +void call_vector_43 ()
   1.458 +	{
   1.459 +	// ; public: virtual __thiscall CDHKeyPair::~CDHKeyPair(void)
   1.460 +	_asm mov eax, 43
   1.461 +	_asm jmp common_dispatch
   1.462 +	}
   1.463 +
   1.464 +	
   1.465 +__declspec(dllexport)
   1.466 +__declspec(naked)
   1.467 +void call_vector_44 ()
   1.468 +	{
   1.469 +	// ; public: virtual __thiscall CDHParameters::~CDHParameters(void)
   1.470 +	_asm mov eax, 44
   1.471 +	_asm jmp common_dispatch
   1.472 +	}
   1.473 +
   1.474 +	
   1.475 +__declspec(dllexport)
   1.476 +__declspec(naked)
   1.477 +void call_vector_45 ()
   1.478 +	{
   1.479 +	// ; public: virtual __thiscall CDHPrivateKey::~CDHPrivateKey(void)
   1.480 +	_asm mov eax, 45
   1.481 +	_asm jmp common_dispatch
   1.482 +	}
   1.483 +
   1.484 +	
   1.485 +__declspec(dllexport)
   1.486 +__declspec(naked)
   1.487 +void call_vector_46 ()
   1.488 +	{
   1.489 +	// ; public: virtual __thiscall CDHPublicKey::~CDHPublicKey(void)
   1.490 +	_asm mov eax, 46
   1.491 +	_asm jmp common_dispatch
   1.492 +	}
   1.493 +
   1.494 +	
   1.495 +__declspec(dllexport)
   1.496 +__declspec(naked)
   1.497 +void call_vector_47 ()
   1.498 +	{
   1.499 +	// ; public: virtual __thiscall CDSAKeyPair::~CDSAKeyPair(void)
   1.500 +	_asm mov eax, 47
   1.501 +	_asm jmp common_dispatch
   1.502 +	}
   1.503 +
   1.504 +	
   1.505 +__declspec(dllexport)
   1.506 +__declspec(naked)
   1.507 +void call_vector_48 ()
   1.508 +	{
   1.509 +	// ; public: virtual __thiscall CDSAParameters::~CDSAParameters(void)
   1.510 +	_asm mov eax, 48
   1.511 +	_asm jmp common_dispatch
   1.512 +	}
   1.513 +
   1.514 +	
   1.515 +__declspec(dllexport)
   1.516 +__declspec(naked)
   1.517 +void call_vector_49 ()
   1.518 +	{
   1.519 +	// ; public: virtual __thiscall CDSAPrimeCertificate::~CDSAPrimeCertificate(void)
   1.520 +	_asm mov eax, 49
   1.521 +	_asm jmp common_dispatch
   1.522 +	}
   1.523 +
   1.524 +	
   1.525 +__declspec(dllexport)
   1.526 +__declspec(naked)
   1.527 +void call_vector_50 ()
   1.528 +	{
   1.529 +	// ; public: virtual __thiscall CDSAPrivateKey::~CDSAPrivateKey(void)
   1.530 +	_asm mov eax, 50
   1.531 +	_asm jmp common_dispatch
   1.532 +	}
   1.533 +
   1.534 +	
   1.535 +__declspec(dllexport)
   1.536 +__declspec(naked)
   1.537 +void call_vector_51 ()
   1.538 +	{
   1.539 +	// ; public: virtual __thiscall CDSAPublicKey::~CDSAPublicKey(void)
   1.540 +	_asm mov eax, 51
   1.541 +	_asm jmp common_dispatch
   1.542 +	}
   1.543 +
   1.544 +	
   1.545 +__declspec(dllexport)
   1.546 +__declspec(naked)
   1.547 +void call_vector_52 ()
   1.548 +	{
   1.549 +	// ; public: virtual __thiscall CDSASignature::~CDSASignature(void)
   1.550 +	_asm mov eax, 52
   1.551 +	_asm jmp common_dispatch
   1.552 +	}
   1.553 +
   1.554 +	
   1.555 +__declspec(dllexport)
   1.556 +__declspec(naked)
   1.557 +void call_vector_53 ()
   1.558 +	{
   1.559 +	// ; public: virtual __thiscall CRSAKeyPair::~CRSAKeyPair(void)
   1.560 +	_asm mov eax, 53
   1.561 +	_asm jmp common_dispatch
   1.562 +	}
   1.563 +
   1.564 +	
   1.565 +__declspec(dllexport)
   1.566 +__declspec(naked)
   1.567 +void call_vector_54 ()
   1.568 +	{
   1.569 +	// ; public: virtual __thiscall CRSAParameters::~CRSAParameters(void)
   1.570 +	_asm mov eax, 54
   1.571 +	_asm jmp common_dispatch
   1.572 +	}
   1.573 +
   1.574 +	
   1.575 +__declspec(dllexport)
   1.576 +__declspec(naked)
   1.577 +void call_vector_55 ()
   1.578 +	{
   1.579 +	// ; public: virtual __thiscall CRSAPrivateKeyCRT::~CRSAPrivateKeyCRT(void)
   1.580 +	_asm mov eax, 55
   1.581 +	_asm jmp common_dispatch
   1.582 +	}
   1.583 +
   1.584 +	
   1.585 +__declspec(dllexport)
   1.586 +__declspec(naked)
   1.587 +void call_vector_56 ()
   1.588 +	{
   1.589 +	// ; public: virtual __thiscall CRSAPrivateKeyStandard::~CRSAPrivateKeyStandard(void)
   1.590 +	_asm mov eax, 56
   1.591 +	_asm jmp common_dispatch
   1.592 +	}
   1.593 +
   1.594 +	
   1.595 +__declspec(dllexport)
   1.596 +__declspec(naked)
   1.597 +void call_vector_57 ()
   1.598 +	{
   1.599 +	// ; public: virtual __thiscall CRSAPublicKey::~CRSAPublicKey(void)
   1.600 +	_asm mov eax, 57
   1.601 +	_asm jmp common_dispatch
   1.602 +	}
   1.603 +
   1.604 +	
   1.605 +__declspec(dllexport)
   1.606 +__declspec(naked)
   1.607 +void call_vector_58 ()
   1.608 +	{
   1.609 +	// ; public: virtual __thiscall CRSASignature::~CRSASignature(void)
   1.610 +	_asm mov eax, 58
   1.611 +	_asm jmp common_dispatch
   1.612 +	}
   1.613 +
   1.614 +	
   1.615 +__declspec(dllexport)
   1.616 +__declspec(naked)
   1.617 +void call_vector_59 ()
   1.618 +	{
   1.619 +	// ; public: virtual __thiscall CRijndael::~CRijndael(void)
   1.620 +	_asm mov eax, 59
   1.621 +	_asm jmp common_dispatch
   1.622 +	}
   1.623 +
   1.624 +	
   1.625 +__declspec(dllexport)
   1.626 +__declspec(naked)
   1.627 +void call_vector_60 ()
   1.628 +	{
   1.629 +	// ; public: int __thiscall TInteger::operator!(void)const 
   1.630 +	_asm mov eax, 60
   1.631 +	_asm jmp common_dispatch
   1.632 +	}
   1.633 +
   1.634 +	
   1.635 +__declspec(dllexport)
   1.636 +__declspec(naked)
   1.637 +void call_vector_61 ()
   1.638 +	{
   1.639 +	// ; public: int __thiscall CDSASignature::operator==(class CDSASignature const &)const 
   1.640 +	_asm mov eax, 61
   1.641 +	_asm jmp common_dispatch
   1.642 +	}
   1.643 +
   1.644 +	
   1.645 +__declspec(dllexport)
   1.646 +__declspec(naked)
   1.647 +void call_vector_62 ()
   1.648 +	{
   1.649 +	// ; public: int __thiscall CRSASignature::operator==(class CRSASignature const &)const 
   1.650 +	_asm mov eax, 62
   1.651 +	_asm jmp common_dispatch
   1.652 +	}
   1.653 +
   1.654 +	
   1.655 +__declspec(dllexport)
   1.656 +__declspec(naked)
   1.657 +void call_vector_63 ()
   1.658 +	{
   1.659 +	// ; public: __thiscall RInteger::operator class TCleanupItem(void)
   1.660 +	_asm mov eax, 63
   1.661 +	_asm jmp common_dispatch
   1.662 +	}
   1.663 +
   1.664 +	
   1.665 +__declspec(dllexport)
   1.666 +__declspec(naked)
   1.667 +void call_vector_64 ()
   1.668 +	{
   1.669 +	// ; public: class HBufC8 const * __thiscall CDH::AgreeL(class CDHPublicKey const &)const 
   1.670 +	_asm mov eax, 64
   1.671 +	_asm jmp common_dispatch
   1.672 +	}
   1.673 +
   1.674 +	
   1.675 +__declspec(dllexport)
   1.676 +__declspec(naked)
   1.677 +void call_vector_65 ()
   1.678 +	{
   1.679 +	// ; public: unsigned int __thiscall TInteger::BitCount(void)const 
   1.680 +	_asm mov eax, 65
   1.681 +	_asm jmp common_dispatch
   1.682 +	}
   1.683 +
   1.684 +	
   1.685 +__declspec(dllexport)
   1.686 +__declspec(naked)
   1.687 +void call_vector_66 ()
   1.688 +	{
   1.689 +	// ; public: int __thiscall CPadding::BlockSize(void)const 
   1.690 +	_asm mov eax, 66
   1.691 +	_asm jmp common_dispatch
   1.692 +	}
   1.693 +
   1.694 +	
   1.695 +__declspec(dllexport)
   1.696 +__declspec(naked)
   1.697 +void call_vector_67 ()
   1.698 +	{
   1.699 +	// ; public: virtual int __thiscall CStreamCipher::BlockSize(void)const 
   1.700 +	_asm mov eax, 67
   1.701 +	_asm jmp common_dispatch
   1.702 +	}
   1.703 +
   1.704 +	
   1.705 +__declspec(dllexport)
   1.706 +__declspec(naked)
   1.707 +void call_vector_68 ()
   1.708 +	{
   1.709 +	// ; public: class CBlockTransformation * __thiscall CBufferedTransformation::BlockTransformer(void)const 
   1.710 +	_asm mov eax, 68
   1.711 +	_asm jmp common_dispatch
   1.712 +	}
   1.713 +
   1.714 +	
   1.715 +__declspec(dllexport)
   1.716 +__declspec(naked)
   1.717 +void call_vector_69 ()
   1.718 +	{
   1.719 +	// ; public: class HBufC8 * __thiscall TInteger::BufferLC(void)const 
   1.720 +	_asm mov eax, 69
   1.721 +	_asm jmp common_dispatch
   1.722 +	}
   1.723 +
   1.724 +	
   1.725 +__declspec(dllexport)
   1.726 +__declspec(naked)
   1.727 +void call_vector_70 ()
   1.728 +	{
   1.729 +	// ; public: unsigned int __thiscall TInteger::ByteCount(void)const 
   1.730 +	_asm mov eax, 70
   1.731 +	_asm jmp common_dispatch
   1.732 +	}
   1.733 +
   1.734 +	
   1.735 +__declspec(dllexport)
   1.736 +__declspec(naked)
   1.737 +void call_vector_71 ()
   1.738 +	{
   1.739 +	// ; public: static void __cdecl RInteger::CallClose(void *)
   1.740 +	_asm mov eax, 71
   1.741 +	_asm jmp common_dispatch
   1.742 +	}
   1.743 +
   1.744 +	
   1.745 +__declspec(dllexport)
   1.746 +__declspec(naked)
   1.747 +void call_vector_72 ()
   1.748 +	{
   1.749 +	// ; public: void __thiscall RInteger::Close(void)
   1.750 +	_asm mov eax, 72
   1.751 +	_asm jmp common_dispatch
   1.752 +	}
   1.753 +
   1.754 +	
   1.755 +__declspec(dllexport)
   1.756 +__declspec(naked)
   1.757 +void call_vector_73 ()
   1.758 +	{
   1.759 +	// ; protected: void __thiscall CBlockChainingMode::ConstructL(class CBlockTransformation *,class TDesC8 const &)
   1.760 +	_asm mov eax, 73
   1.761 +	_asm jmp common_dispatch
   1.762 +	}
   1.763 +
   1.764 +	
   1.765 +__declspec(dllexport)
   1.766 +__declspec(naked)
   1.767 +void call_vector_74 ()
   1.768 +	{
   1.769 +	// ; protected: void __thiscall CDHKeyPair::ConstructL(class RInteger &,class RInteger &,class RInteger &)
   1.770 +	_asm mov eax, 74
   1.771 +	_asm jmp common_dispatch
   1.772 +	}
   1.773 +
   1.774 +	
   1.775 +__declspec(dllexport)
   1.776 +__declspec(naked)
   1.777 +void call_vector_75 ()
   1.778 +	{
   1.779 +	// ; protected: void __thiscall CDHKeyPair::ConstructL(class RInteger &,class RInteger &)
   1.780 +	_asm mov eax, 75
   1.781 +	_asm jmp common_dispatch
   1.782 +	}
   1.783 +
   1.784 +	
   1.785 +__declspec(dllexport)
   1.786 +__declspec(naked)
   1.787 +void call_vector_76 ()
   1.788 +	{
   1.789 +	// ; public: unsigned int __thiscall CDSAPrimeCertificate::Counter(void)const 
   1.790 +	_asm mov eax, 76
   1.791 +	_asm jmp common_dispatch
   1.792 +	}
   1.793 +
   1.794 +	
   1.795 +__declspec(dllexport)
   1.796 +__declspec(naked)
   1.797 +void call_vector_77 ()
   1.798 +	{
   1.799 +	// ; public: class TInteger const & __thiscall CRSAPrivateKeyStandard::D(void)const 
   1.800 +	_asm mov eax, 77
   1.801 +	_asm jmp common_dispatch
   1.802 +	}
   1.803 +
   1.804 +	
   1.805 +__declspec(dllexport)
   1.806 +__declspec(naked)
   1.807 +void call_vector_78 ()
   1.808 +	{
   1.809 +	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::DP(void)const 
   1.810 +	_asm mov eax, 78
   1.811 +	_asm jmp common_dispatch
   1.812 +	}
   1.813 +
   1.814 +	
   1.815 +__declspec(dllexport)
   1.816 +__declspec(naked)
   1.817 +void call_vector_79 ()
   1.818 +	{
   1.819 +	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::DQ(void)const 
   1.820 +	_asm mov eax, 79
   1.821 +	_asm jmp common_dispatch
   1.822 +	}
   1.823 +
   1.824 +	
   1.825 +__declspec(dllexport)
   1.826 +__declspec(naked)
   1.827 +void call_vector_80 ()
   1.828 +	{
   1.829 +	// ; public: class TInteger const & __thiscall CRSAPublicKey::E(void)const 
   1.830 +	_asm mov eax, 80
   1.831 +	_asm jmp common_dispatch
   1.832 +	}
   1.833 +
   1.834 +	
   1.835 +__declspec(dllexport)
   1.836 +__declspec(naked)
   1.837 +void call_vector_81 ()
   1.838 +	{
   1.839 +	// ; public: class TInteger const & __thiscall CDHParameters::G(void)const 
   1.840 +	_asm mov eax, 81
   1.841 +	_asm jmp common_dispatch
   1.842 +	}
   1.843 +
   1.844 +	
   1.845 +__declspec(dllexport)
   1.846 +__declspec(naked)
   1.847 +void call_vector_82 ()
   1.848 +	{
   1.849 +	// ; public: class TInteger const & __thiscall CDSAParameters::G(void)const 
   1.850 +	_asm mov eax, 82
   1.851 +	_asm jmp common_dispatch
   1.852 +	}
   1.853 +
   1.854 +	
   1.855 +__declspec(dllexport)
   1.856 +__declspec(naked)
   1.857 +void call_vector_83 ()
   1.858 +	{
   1.859 +	// ; protected: __thiscall CRSASigner::CRSASigner(void)
   1.860 +	_asm mov eax, 83
   1.861 +	_asm jmp common_dispatch
   1.862 +	}
   1.863 +
   1.864 +	
   1.865 +__declspec(dllexport)
   1.866 +__declspec(naked)
   1.867 +void call_vector_84 ()
   1.868 +	{
   1.869 +	// ; public: virtual int __thiscall CStreamCipher::MaxFinalOutputLength(int)const 
   1.870 +	_asm mov eax, 84
   1.871 +	_asm jmp common_dispatch
   1.872 +	}
   1.873 +
   1.874 +	
   1.875 +__declspec(dllexport)
   1.876 +__declspec(naked)
   1.877 +void call_vector_85 ()
   1.878 +	{
   1.879 +	// ; protected: __thiscall CRSAVerifier::CRSAVerifier(void)
   1.880 +	_asm mov eax, 85
   1.881 +	_asm jmp common_dispatch
   1.882 +	}
   1.883 +
   1.884 +	
   1.885 +__declspec(dllexport)
   1.886 +__declspec(naked)
   1.887 +void call_vector_86 ()
   1.888 +	{
   1.889 +	// ; public virtual int CRSAVerifer::VerifyL(class TDesC8 const &,class CRSASignature const &)const
   1.890 +	_asm mov eax, 86
   1.891 +	_asm jmp common_dispatch
   1.892 +	}
   1.893 +
   1.894 +	
   1.895 +__declspec(dllexport)
   1.896 +__declspec(naked)
   1.897 +void call_vector_87 ()
   1.898 +	{
   1.899 +	// ; public: virtual int __thiscall CStreamCipher::MaxOutputLength(int)const 
   1.900 +	_asm mov eax, 87
   1.901 +	_asm jmp common_dispatch
   1.902 +	}
   1.903 +
   1.904 +	
   1.905 +__declspec(dllexport)
   1.906 +__declspec(naked)
   1.907 +void call_vector_88 ()
   1.908 +	{
   1.909 +	// ; public: virtual int __thiscall CPadding::MaxPaddedLength(int)const 
   1.910 +	_asm mov eax, 88
   1.911 +	_asm jmp common_dispatch
   1.912 +	}
   1.913 +
   1.914 +	
   1.915 +__declspec(dllexport)
   1.916 +__declspec(naked)
   1.917 +void call_vector_89 ()
   1.918 +	{
   1.919 +	// ; public: virtual int __thiscall CPadding::MaxUnPaddedLength(int)const 
   1.920 +	_asm mov eax, 89
   1.921 +	_asm jmp common_dispatch
   1.922 +	}
   1.923 +
   1.924 +	
   1.925 +__declspec(dllexport)
   1.926 +__declspec(naked)
   1.927 +void call_vector_90 ()
   1.928 +	{
   1.929 +	// ; public: static class RInteger  __cdecl TInteger::ModularExponentiateL(class TInteger const &,class TInteger const &,class TInteger const &)
   1.930 +	_asm mov eax, 90
   1.931 +	_asm jmp common_dispatch
   1.932 +	}
   1.933 +
   1.934 +	
   1.935 +__declspec(dllexport)
   1.936 +__declspec(naked)
   1.937 +void call_vector_91 ()
   1.938 +	{
   1.939 +	// ; public: class TInteger const & __thiscall CDHParameters::N(void)const 
   1.940 +	_asm mov eax, 91
   1.941 +	_asm jmp common_dispatch
   1.942 +	}
   1.943 +
   1.944 +	
   1.945 +__declspec(dllexport)
   1.946 +__declspec(naked)
   1.947 +void call_vector_92 ()
   1.948 +	{
   1.949 +	// ; public: class TInteger const & __thiscall CRSAParameters::N(void)const 
   1.950 +	_asm mov eax, 92
   1.951 +	_asm jmp common_dispatch
   1.952 +	}
   1.953 +
   1.954 +	
   1.955 +__declspec(dllexport)
   1.956 +__declspec(naked)
   1.957 +void call_vector_93 ()
   1.958 +	{
   1.959 +	// ; public: static class RInteger  __cdecl RInteger::NewEmptyL(unsigned int)
   1.960 +	_asm mov eax, 93
   1.961 +	_asm jmp common_dispatch
   1.962 +	}
   1.963 +
   1.964 +	
   1.965 +__declspec(dllexport)
   1.966 +__declspec(naked)
   1.967 +void call_vector_94 ()
   1.968 +	{
   1.969 +	// ; public: static class C3DESDecryptor * __cdecl C3DESDecryptor::NewL(class TDesC8 const &)
   1.970 +	_asm mov eax, 94
   1.971 +	_asm jmp common_dispatch
   1.972 +	}
   1.973 +
   1.974 +	
   1.975 +__declspec(dllexport)
   1.976 +__declspec(naked)
   1.977 +void call_vector_95 ()
   1.978 +	{
   1.979 +	// ; public: static class C3DESEncryptor * __cdecl C3DESEncryptor::NewL(class TDesC8 const &)
   1.980 +	_asm mov eax, 95
   1.981 +	_asm jmp common_dispatch
   1.982 +	}
   1.983 +
   1.984 +	
   1.985 +__declspec(dllexport)
   1.986 +__declspec(naked)
   1.987 +void call_vector_96 ()
   1.988 +	{
   1.989 +	// ; public: static class CAESDecryptor * __cdecl CAESDecryptor::NewL(class TDesC8 const &)
   1.990 +	_asm mov eax, 96
   1.991 +	_asm jmp common_dispatch
   1.992 +	}
   1.993 +
   1.994 +	
   1.995 +__declspec(dllexport)
   1.996 +__declspec(naked)
   1.997 +void call_vector_97 ()
   1.998 +	{
   1.999 +	// ; public: static class CAESEncryptor * __cdecl CAESEncryptor::NewL(class TDesC8 const &)
  1.1000 +	_asm mov eax, 97
  1.1001 +	_asm jmp common_dispatch
  1.1002 +	}
  1.1003 +
  1.1004 +	
  1.1005 +__declspec(dllexport)
  1.1006 +__declspec(naked)
  1.1007 +void call_vector_98 ()
  1.1008 +	{
  1.1009 +	// ; public: static class CARC4 * __cdecl CARC4::NewL(class TDesC8 const &,unsigned int)
  1.1010 +	_asm mov eax, 98
  1.1011 +	_asm jmp common_dispatch
  1.1012 +	}
  1.1013 +
  1.1014 +	
  1.1015 +__declspec(dllexport)
  1.1016 +__declspec(naked)
  1.1017 +void call_vector_99 ()
  1.1018 +	{
  1.1019 +	// ; public: static class CBufferedDecryptor * __cdecl CBufferedDecryptor::NewL(class CBlockTransformation *,class CPadding *)
  1.1020 +	_asm mov eax, 99
  1.1021 +	_asm jmp common_dispatch
  1.1022 +	}
  1.1023 +
  1.1024 +	
  1.1025 +__declspec(dllexport)
  1.1026 +__declspec(naked)
  1.1027 +void call_vector_100 ()
  1.1028 +	{
  1.1029 +	// ; public: static class CBufferedEncryptor * __cdecl CBufferedEncryptor::NewL(class CBlockTransformation *,class CPadding *)
  1.1030 +	_asm mov eax, 100
  1.1031 +	_asm jmp common_dispatch
  1.1032 +	}
  1.1033 +
  1.1034 +	
  1.1035 +__declspec(dllexport)
  1.1036 +__declspec(naked)
  1.1037 +void call_vector_101 ()
  1.1038 +	{
  1.1039 +	// ; public: static class CDESDecryptor * __cdecl CDESDecryptor::NewL(class TDesC8 const &,int)
  1.1040 +	_asm mov eax, 101
  1.1041 +	_asm jmp common_dispatch
  1.1042 +	}
  1.1043 +
  1.1044 +	
  1.1045 +__declspec(dllexport)
  1.1046 +__declspec(naked)
  1.1047 +void call_vector_102 ()
  1.1048 +	{
  1.1049 +	// ; public: static class CDESEncryptor * __cdecl CDESEncryptor::NewL(class TDesC8 const &,int)
  1.1050 +	_asm mov eax, 102
  1.1051 +	_asm jmp common_dispatch
  1.1052 +	}
  1.1053 +
  1.1054 +	
  1.1055 +__declspec(dllexport)
  1.1056 +__declspec(naked)
  1.1057 +void call_vector_103 ()
  1.1058 +	{
  1.1059 +	// ; public: static class CDH * __cdecl CDH::NewL(class CDHPrivateKey const &)
  1.1060 +	_asm mov eax, 103
  1.1061 +	_asm jmp common_dispatch
  1.1062 +	}
  1.1063 +
  1.1064 +	
  1.1065 +__declspec(dllexport)
  1.1066 +__declspec(naked)
  1.1067 +void call_vector_104 ()
  1.1068 +	{
  1.1069 +	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewL(class RInteger &,class RInteger &,class RInteger &)
  1.1070 +	_asm mov eax, 104
  1.1071 +	_asm jmp common_dispatch
  1.1072 +	}
  1.1073 +
  1.1074 +	
  1.1075 +__declspec(dllexport)
  1.1076 +__declspec(naked)
  1.1077 +void call_vector_105 ()
  1.1078 +	{
  1.1079 +	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewL(class RInteger &,class RInteger &)
  1.1080 +	_asm mov eax, 105
  1.1081 +	_asm jmp common_dispatch
  1.1082 +	}
  1.1083 +
  1.1084 +	
  1.1085 +__declspec(dllexport)
  1.1086 +__declspec(naked)
  1.1087 +void call_vector_106 ()
  1.1088 +	{
  1.1089 +	// ; public: static class CDHPrivateKey * __cdecl CDHPrivateKey::NewL(class RInteger &,class RInteger &,class RInteger &)
  1.1090 +	_asm mov eax, 106
  1.1091 +	_asm jmp common_dispatch
  1.1092 +	}
  1.1093 +
  1.1094 +	
  1.1095 +__declspec(dllexport)
  1.1096 +__declspec(naked)
  1.1097 +void call_vector_107 ()
  1.1098 +	{
  1.1099 +	// ; public: static class CDHPublicKey * __cdecl CDHPublicKey::NewL(class RInteger &,class RInteger &,class RInteger &)
  1.1100 +	_asm mov eax, 107
  1.1101 +	_asm jmp common_dispatch
  1.1102 +	}
  1.1103 +
  1.1104 +	
  1.1105 +__declspec(dllexport)
  1.1106 +__declspec(naked)
  1.1107 +void call_vector_108 ()
  1.1108 +	{
  1.1109 +	// ; public: static class CDSAKeyPair * __cdecl CDSAKeyPair::NewL(unsigned int)
  1.1110 +	_asm mov eax, 108
  1.1111 +	_asm jmp common_dispatch
  1.1112 +	}
  1.1113 +
  1.1114 +	
  1.1115 +__declspec(dllexport)
  1.1116 +__declspec(naked)
  1.1117 +void call_vector_109 ()
  1.1118 +	{
  1.1119 +	// ; public: static class CDSAParameters * __cdecl CDSAParameters::NewL(class RInteger &,class RInteger &,class RInteger &)
  1.1120 +	_asm mov eax, 109
  1.1121 +	_asm jmp common_dispatch
  1.1122 +	}
  1.1123 +
  1.1124 +	
  1.1125 +__declspec(dllexport)
  1.1126 +__declspec(naked)
  1.1127 +void call_vector_110 ()
  1.1128 +	{
  1.1129 +	// ; public: static class CDSAPrimeCertificate * __cdecl CDSAPrimeCertificate::NewL(class TDesC8 const &,unsigned int)
  1.1130 +	_asm mov eax, 110
  1.1131 +	_asm jmp common_dispatch
  1.1132 +	}
  1.1133 +
  1.1134 +	
  1.1135 +__declspec(dllexport)
  1.1136 +__declspec(naked)
  1.1137 +void call_vector_111 ()
  1.1138 +	{
  1.1139 +	// ; public: static class CDSAPrivateKey * __cdecl CDSAPrivateKey::NewL(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
  1.1140 +	_asm mov eax, 111
  1.1141 +	_asm jmp common_dispatch
  1.1142 +	}
  1.1143 +
  1.1144 +	
  1.1145 +__declspec(dllexport)
  1.1146 +__declspec(naked)
  1.1147 +void call_vector_112 ()
  1.1148 +	{
  1.1149 +	// ; public: static class CDSAPublicKey * __cdecl CDSAPublicKey::NewL(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
  1.1150 +	_asm mov eax, 112
  1.1151 +	_asm jmp common_dispatch
  1.1152 +	}
  1.1153 +
  1.1154 +	
  1.1155 +__declspec(dllexport)
  1.1156 +__declspec(naked)
  1.1157 +void call_vector_113 ()
  1.1158 +	{
  1.1159 +	// ; public: static class CDSASignature * __cdecl CDSASignature::NewL(class RInteger &,class RInteger &)
  1.1160 +	_asm mov eax, 113
  1.1161 +	_asm jmp common_dispatch
  1.1162 +	}
  1.1163 +
  1.1164 +	
  1.1165 +__declspec(dllexport)
  1.1166 +__declspec(naked)
  1.1167 +void call_vector_114 ()
  1.1168 +	{
  1.1169 +	// ; public: static class CDSASigner * __cdecl CDSASigner::NewL(class CDSAPrivateKey const &)
  1.1170 +	_asm mov eax, 114
  1.1171 +	_asm jmp common_dispatch
  1.1172 +	}
  1.1173 +
  1.1174 +	
  1.1175 +__declspec(dllexport)
  1.1176 +__declspec(naked)
  1.1177 +void call_vector_115 ()
  1.1178 +	{
  1.1179 +	// ; public: static class CDSAVerifier * __cdecl CDSAVerifier::NewL(class CDSAPublicKey const &)
  1.1180 +	_asm mov eax, 115
  1.1181 +	_asm jmp common_dispatch
  1.1182 +	}
  1.1183 +
  1.1184 +	
  1.1185 +__declspec(dllexport)
  1.1186 +__declspec(naked)
  1.1187 +void call_vector_116 ()
  1.1188 +	{
  1.1189 +	// ; public: static class CModeCBCDecryptor * __cdecl CModeCBCDecryptor::NewL(class CBlockTransformation *,class TDesC8 const &)
  1.1190 +	_asm mov eax, 116
  1.1191 +	_asm jmp common_dispatch
  1.1192 +	}
  1.1193 +
  1.1194 +	
  1.1195 +__declspec(dllexport)
  1.1196 +__declspec(naked)
  1.1197 +void call_vector_117 ()
  1.1198 +	{
  1.1199 +	// ; public: static class CModeCBCEncryptor * __cdecl CModeCBCEncryptor::NewL(class CBlockTransformation *,class TDesC8 const &)
  1.1200 +	_asm mov eax, 117
  1.1201 +	_asm jmp common_dispatch
  1.1202 +	}
  1.1203 +
  1.1204 +	
  1.1205 +__declspec(dllexport)
  1.1206 +__declspec(naked)
  1.1207 +void call_vector_118 ()
  1.1208 +	{
  1.1209 +	// ; public: static class CNullCipher * __cdecl CNullCipher::NewL(void)
  1.1210 +	_asm mov eax, 118
  1.1211 +	_asm jmp common_dispatch
  1.1212 +	}
  1.1213 +
  1.1214 +	
  1.1215 +__declspec(dllexport)
  1.1216 +__declspec(naked)
  1.1217 +void call_vector_119 ()
  1.1218 +	{
  1.1219 +	// ; public: static class CPaddingNone * __cdecl CPaddingNone::NewL(int)
  1.1220 +	_asm mov eax, 119
  1.1221 +	_asm jmp common_dispatch
  1.1222 +	}
  1.1223 +
  1.1224 +	
  1.1225 +__declspec(dllexport)
  1.1226 +__declspec(naked)
  1.1227 +void call_vector_120 ()
  1.1228 +	{
  1.1229 +	// ; public: static class CPaddingPKCS1Encryption * __cdecl CPaddingPKCS1Encryption::NewL(int)
  1.1230 +	_asm mov eax, 120
  1.1231 +	_asm jmp common_dispatch
  1.1232 +	}
  1.1233 +
  1.1234 +	
  1.1235 +__declspec(dllexport)
  1.1236 +__declspec(naked)
  1.1237 +void call_vector_121 ()
  1.1238 +	{
  1.1239 +	// ; public: static class CPaddingPKCS1Signature * __cdecl CPaddingPKCS1Signature::NewL(int)
  1.1240 +	_asm mov eax, 121
  1.1241 +	_asm jmp common_dispatch
  1.1242 +	}
  1.1243 +
  1.1244 +	
  1.1245 +__declspec(dllexport)
  1.1246 +__declspec(naked)
  1.1247 +void call_vector_122 ()
  1.1248 +	{
  1.1249 +	// ; public: static class CPaddingSSLv3 * __cdecl CPaddingSSLv3::NewL(int)
  1.1250 +	_asm mov eax, 122
  1.1251 +	_asm jmp common_dispatch
  1.1252 +	}
  1.1253 +
  1.1254 +	
  1.1255 +__declspec(dllexport)
  1.1256 +__declspec(naked)
  1.1257 +void call_vector_123 ()
  1.1258 +	{
  1.1259 +	// ; public: static class CRC2Decryptor * __cdecl CRC2Decryptor::NewL(class TDesC8 const &,int)
  1.1260 +	_asm mov eax, 123
  1.1261 +	_asm jmp common_dispatch
  1.1262 +	}
  1.1263 +
  1.1264 +	
  1.1265 +__declspec(dllexport)
  1.1266 +__declspec(naked)
  1.1267 +void call_vector_124 ()
  1.1268 +	{
  1.1269 +	// ; public: static class CRC2Encryptor * __cdecl CRC2Encryptor::NewL(class TDesC8 const &,int)
  1.1270 +	_asm mov eax, 124
  1.1271 +	_asm jmp common_dispatch
  1.1272 +	}
  1.1273 +
  1.1274 +	
  1.1275 +__declspec(dllexport)
  1.1276 +__declspec(naked)
  1.1277 +void call_vector_125 ()
  1.1278 +	{
  1.1279 +	// ; public: static class CRSAKeyPair * __cdecl CRSAKeyPair::NewL(unsigned int,enum TRSAPrivateKeyType)
  1.1280 +	_asm mov eax, 125
  1.1281 +	_asm jmp common_dispatch
  1.1282 +	}
  1.1283 +
  1.1284 +	
  1.1285 +__declspec(dllexport)
  1.1286 +__declspec(naked)
  1.1287 +void call_vector_126 ()
  1.1288 +	{
  1.1289 +	// ; public: static class CRSAPKCS1v15Decryptor * __cdecl CRSAPKCS1v15Decryptor::NewL(class CRSAPrivateKey const &)
  1.1290 +	_asm mov eax, 126
  1.1291 +	_asm jmp common_dispatch
  1.1292 +	}
  1.1293 +
  1.1294 +	
  1.1295 +__declspec(dllexport)
  1.1296 +__declspec(naked)
  1.1297 +void call_vector_127 ()
  1.1298 +	{
  1.1299 +	// ; public: static class CRSAPKCS1v15Encryptor * __cdecl CRSAPKCS1v15Encryptor::NewL(class CRSAPublicKey const &)
  1.1300 +	_asm mov eax, 127
  1.1301 +	_asm jmp common_dispatch
  1.1302 +	}
  1.1303 +
  1.1304 +	
  1.1305 +__declspec(dllexport)
  1.1306 +__declspec(naked)
  1.1307 +void call_vector_128 ()
  1.1308 +	{
  1.1309 +	// ; public: static class CRSAPKCS1v15Signer * __cdecl CRSAPKCS1v15Signer::NewL(class CRSAPrivateKey const &)
  1.1310 +	_asm mov eax, 128
  1.1311 +	_asm jmp common_dispatch
  1.1312 +	}
  1.1313 +
  1.1314 +	
  1.1315 +__declspec(dllexport)
  1.1316 +__declspec(naked)
  1.1317 +void call_vector_129 ()
  1.1318 +	{
  1.1319 +	// ; public: static class CRSAPKCS1v15Verifier * __cdecl CRSAPKCS1v15Verifier::NewL(class CRSAPublicKey const &)
  1.1320 +	_asm mov eax, 129
  1.1321 +	_asm jmp common_dispatch
  1.1322 +	}
  1.1323 +
  1.1324 +	
  1.1325 +__declspec(dllexport)
  1.1326 +__declspec(naked)
  1.1327 +void call_vector_130 ()
  1.1328 +	{
  1.1329 +	// ; public: static class CRSAPrivateKeyCRT * __cdecl CRSAPrivateKeyCRT::NewL(class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &)
  1.1330 +	_asm mov eax, 130
  1.1331 +	_asm jmp common_dispatch
  1.1332 +	}
  1.1333 +
  1.1334 +	
  1.1335 +__declspec(dllexport)
  1.1336 +__declspec(naked)
  1.1337 +void call_vector_131 ()
  1.1338 +	{
  1.1339 +	// ; public: static class CRSAPrivateKeyStandard * __cdecl CRSAPrivateKeyStandard::NewL(class RInteger &,class RInteger &)
  1.1340 +	_asm mov eax, 131
  1.1341 +	_asm jmp common_dispatch
  1.1342 +	}
  1.1343 +
  1.1344 +	
  1.1345 +__declspec(dllexport)
  1.1346 +__declspec(naked)
  1.1347 +void call_vector_132 ()
  1.1348 +	{
  1.1349 +	// ; public: static class CRSAPublicKey * __cdecl CRSAPublicKey::NewL(class RInteger &,class RInteger &)
  1.1350 +	_asm mov eax, 132
  1.1351 +	_asm jmp common_dispatch
  1.1352 +	}
  1.1353 +
  1.1354 +	
  1.1355 +__declspec(dllexport)
  1.1356 +__declspec(naked)
  1.1357 +void call_vector_133 ()
  1.1358 +	{
  1.1359 +	// ; public: static class CRSASignature * __cdecl CRSASignature::NewL(class RInteger &)
  1.1360 +	_asm mov eax, 133
  1.1361 +	_asm jmp common_dispatch
  1.1362 +	}
  1.1363 +
  1.1364 +	
  1.1365 +__declspec(dllexport)
  1.1366 +__declspec(naked)
  1.1367 +void call_vector_134 ()
  1.1368 +	{
  1.1369 +	// ; public: static class RInteger  __cdecl RInteger::NewL(class TDesC8 const &)
  1.1370 +	_asm mov eax, 134
  1.1371 +	_asm jmp common_dispatch
  1.1372 +	}
  1.1373 +
  1.1374 +	
  1.1375 +__declspec(dllexport)
  1.1376 +__declspec(naked)
  1.1377 +void call_vector_135 ()
  1.1378 +	{
  1.1379 +	// ; public: static class RInteger  __cdecl RInteger::NewL(class TInteger const &)
  1.1380 +	_asm mov eax, 135
  1.1381 +	_asm jmp common_dispatch
  1.1382 +	}
  1.1383 +
  1.1384 +	
  1.1385 +__declspec(dllexport)
  1.1386 +__declspec(naked)
  1.1387 +void call_vector_136 ()
  1.1388 +	{
  1.1389 +	// ; public: static class RInteger  __cdecl RInteger::NewL(int)
  1.1390 +	_asm mov eax, 136
  1.1391 +	_asm jmp common_dispatch
  1.1392 +	}
  1.1393 +
  1.1394 +	
  1.1395 +__declspec(dllexport)
  1.1396 +__declspec(naked)
  1.1397 +void call_vector_137 ()
  1.1398 +	{
  1.1399 +	// ; public: static class RInteger  __cdecl RInteger::NewL(unsigned int)
  1.1400 +	_asm mov eax, 137
  1.1401 +	_asm jmp common_dispatch
  1.1402 +	}
  1.1403 +
  1.1404 +	
  1.1405 +__declspec(dllexport)
  1.1406 +__declspec(naked)
  1.1407 +void call_vector_138 ()
  1.1408 +	{
  1.1409 +	// ; public: static class RInteger  __cdecl RInteger::NewL(void)
  1.1410 +	_asm mov eax, 138
  1.1411 +	_asm jmp common_dispatch
  1.1412 +	}
  1.1413 +
  1.1414 +	
  1.1415 +__declspec(dllexport)
  1.1416 +__declspec(naked)
  1.1417 +void call_vector_139 ()
  1.1418 +	{
  1.1419 +	// ; public: static class C3DESDecryptor * __cdecl C3DESDecryptor::NewLC(class TDesC8 const &)
  1.1420 +	_asm mov eax, 139
  1.1421 +	_asm jmp common_dispatch
  1.1422 +	}
  1.1423 +
  1.1424 +	
  1.1425 +__declspec(dllexport)
  1.1426 +__declspec(naked)
  1.1427 +void call_vector_140 ()
  1.1428 +	{
  1.1429 +	// ; public: static class C3DESEncryptor * __cdecl C3DESEncryptor::NewLC(class TDesC8 const &)
  1.1430 +	_asm mov eax, 140
  1.1431 +	_asm jmp common_dispatch
  1.1432 +	}
  1.1433 +
  1.1434 +	
  1.1435 +__declspec(dllexport)
  1.1436 +__declspec(naked)
  1.1437 +void call_vector_141 ()
  1.1438 +	{
  1.1439 +	// ; public: static class CAESDecryptor * __cdecl CAESDecryptor::NewLC(class TDesC8 const &)
  1.1440 +	_asm mov eax, 141
  1.1441 +	_asm jmp common_dispatch
  1.1442 +	}
  1.1443 +
  1.1444 +	
  1.1445 +__declspec(dllexport)
  1.1446 +__declspec(naked)
  1.1447 +void call_vector_142 ()
  1.1448 +	{
  1.1449 +	// ; public: static class CAESEncryptor * __cdecl CAESEncryptor::NewLC(class TDesC8 const &)
  1.1450 +	_asm mov eax, 142
  1.1451 +	_asm jmp common_dispatch
  1.1452 +	}
  1.1453 +
  1.1454 +	
  1.1455 +__declspec(dllexport)
  1.1456 +__declspec(naked)
  1.1457 +void call_vector_143 ()
  1.1458 +	{
  1.1459 +	// ; public: static class CARC4 * __cdecl CARC4::NewLC(class TDesC8 const &,unsigned int)
  1.1460 +	_asm mov eax, 143
  1.1461 +	_asm jmp common_dispatch
  1.1462 +	}
  1.1463 +
  1.1464 +	
  1.1465 +__declspec(dllexport)
  1.1466 +__declspec(naked)
  1.1467 +void call_vector_144 ()
  1.1468 +	{
  1.1469 +	// ; public: static class CBufferedDecryptor * __cdecl CBufferedDecryptor::NewLC(class CBlockTransformation *,class CPadding *)
  1.1470 +	_asm mov eax, 144
  1.1471 +	_asm jmp common_dispatch
  1.1472 +	}
  1.1473 +
  1.1474 +	
  1.1475 +__declspec(dllexport)
  1.1476 +__declspec(naked)
  1.1477 +void call_vector_145 ()
  1.1478 +	{
  1.1479 +	// ; public: static class CBufferedEncryptor * __cdecl CBufferedEncryptor::NewLC(class CBlockTransformation *,class CPadding *)
  1.1480 +	_asm mov eax, 145
  1.1481 +	_asm jmp common_dispatch
  1.1482 +	}
  1.1483 +
  1.1484 +	
  1.1485 +__declspec(dllexport)
  1.1486 +__declspec(naked)
  1.1487 +void call_vector_146 ()
  1.1488 +	{
  1.1489 +	// ; public: static class CDESDecryptor * __cdecl CDESDecryptor::NewLC(class TDesC8 const &,int)
  1.1490 +	_asm mov eax, 146
  1.1491 +	_asm jmp common_dispatch
  1.1492 +	}
  1.1493 +
  1.1494 +	
  1.1495 +__declspec(dllexport)
  1.1496 +__declspec(naked)
  1.1497 +void call_vector_147 ()
  1.1498 +	{
  1.1499 +	// ; public: static class CDESEncryptor * __cdecl CDESEncryptor::NewLC(class TDesC8 const &,int)
  1.1500 +	_asm mov eax, 147
  1.1501 +	_asm jmp common_dispatch
  1.1502 +	}
  1.1503 +
  1.1504 +	
  1.1505 +__declspec(dllexport)
  1.1506 +__declspec(naked)
  1.1507 +void call_vector_148 ()
  1.1508 +	{
  1.1509 +	// ; public: static class CDH * __cdecl CDH::NewLC(class CDHPrivateKey const &)
  1.1510 +	_asm mov eax, 148
  1.1511 +	_asm jmp common_dispatch
  1.1512 +	}
  1.1513 +
  1.1514 +	
  1.1515 +__declspec(dllexport)
  1.1516 +__declspec(naked)
  1.1517 +void call_vector_149 ()
  1.1518 +	{
  1.1519 +	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewLC(class RInteger &,class RInteger &,class RInteger &)
  1.1520 +	_asm mov eax, 149
  1.1521 +	_asm jmp common_dispatch
  1.1522 +	}
  1.1523 +
  1.1524 +	
  1.1525 +__declspec(dllexport)
  1.1526 +__declspec(naked)
  1.1527 +void call_vector_150 ()
  1.1528 +	{
  1.1529 +	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewLC(class RInteger &,class RInteger &)
  1.1530 +	_asm mov eax, 150
  1.1531 +	_asm jmp common_dispatch
  1.1532 +	}
  1.1533 +
  1.1534 +	
  1.1535 +__declspec(dllexport)
  1.1536 +__declspec(naked)
  1.1537 +void call_vector_151 ()
  1.1538 +	{
  1.1539 +	// ; public: static class CDHPrivateKey * __cdecl CDHPrivateKey::NewLC(class RInteger &,class RInteger &,class RInteger &)
  1.1540 +	_asm mov eax, 151
  1.1541 +	_asm jmp common_dispatch
  1.1542 +	}
  1.1543 +
  1.1544 +	
  1.1545 +__declspec(dllexport)
  1.1546 +__declspec(naked)
  1.1547 +void call_vector_152 ()
  1.1548 +	{
  1.1549 +	// ; public: static class CDHPublicKey * __cdecl CDHPublicKey::NewLC(class RInteger &,class RInteger &,class RInteger &)
  1.1550 +	_asm mov eax, 152
  1.1551 +	_asm jmp common_dispatch
  1.1552 +	}
  1.1553 +
  1.1554 +	
  1.1555 +__declspec(dllexport)
  1.1556 +__declspec(naked)
  1.1557 +void call_vector_153 ()
  1.1558 +	{
  1.1559 +	// ; public: static class CDSAKeyPair * __cdecl CDSAKeyPair::NewLC(unsigned int)
  1.1560 +	_asm mov eax, 153
  1.1561 +	_asm jmp common_dispatch
  1.1562 +	}
  1.1563 +
  1.1564 +	
  1.1565 +__declspec(dllexport)
  1.1566 +__declspec(naked)
  1.1567 +void call_vector_154 ()
  1.1568 +	{
  1.1569 +	// ; public: static class CDSAPrimeCertificate * __cdecl CDSAPrimeCertificate::NewLC(class TDesC8 const &,unsigned int)
  1.1570 +	_asm mov eax, 154
  1.1571 +	_asm jmp common_dispatch
  1.1572 +	}
  1.1573 +
  1.1574 +	
  1.1575 +__declspec(dllexport)
  1.1576 +__declspec(naked)
  1.1577 +void call_vector_155 ()
  1.1578 +	{
  1.1579 +	// ; public: static class CDSAPrivateKey * __cdecl CDSAPrivateKey::NewLC(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
  1.1580 +	_asm mov eax, 155
  1.1581 +	_asm jmp common_dispatch
  1.1582 +	}
  1.1583 +
  1.1584 +	
  1.1585 +__declspec(dllexport)
  1.1586 +__declspec(naked)
  1.1587 +void call_vector_156 ()
  1.1588 +	{
  1.1589 +	// ; public: static class CDSAPublicKey * __cdecl CDSAPublicKey::NewLC(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
  1.1590 +	_asm mov eax, 156
  1.1591 +	_asm jmp common_dispatch
  1.1592 +	}
  1.1593 +
  1.1594 +	
  1.1595 +__declspec(dllexport)
  1.1596 +__declspec(naked)
  1.1597 +void call_vector_157 ()
  1.1598 +	{
  1.1599 +	// ; public: static class CDSASignature * __cdecl CDSASignature::NewLC(class RInteger &,class RInteger &)
  1.1600 +	_asm mov eax, 157
  1.1601 +	_asm jmp common_dispatch
  1.1602 +	}
  1.1603 +
  1.1604 +	
  1.1605 +__declspec(dllexport)
  1.1606 +__declspec(naked)
  1.1607 +void call_vector_158 ()
  1.1608 +	{
  1.1609 +	// ; public: static class CDSASigner * __cdecl CDSASigner::NewLC(class CDSAPrivateKey const &)
  1.1610 +	_asm mov eax, 158
  1.1611 +	_asm jmp common_dispatch
  1.1612 +	}
  1.1613 +
  1.1614 +	
  1.1615 +__declspec(dllexport)
  1.1616 +__declspec(naked)
  1.1617 +void call_vector_159 ()
  1.1618 +	{
  1.1619 +	// ; public: static class CDSAVerifier * __cdecl CDSAVerifier::NewLC(class CDSAPublicKey const &)
  1.1620 +	_asm mov eax, 159
  1.1621 +	_asm jmp common_dispatch
  1.1622 +	}
  1.1623 +
  1.1624 +	
  1.1625 +__declspec(dllexport)
  1.1626 +__declspec(naked)
  1.1627 +void call_vector_160 ()
  1.1628 +	{
  1.1629 +	// ; public: static class CModeCBCDecryptor * __cdecl CModeCBCDecryptor::NewLC(class CBlockTransformation *,class TDesC8 const &)
  1.1630 +	_asm mov eax, 160
  1.1631 +	_asm jmp common_dispatch
  1.1632 +	}
  1.1633 +
  1.1634 +	
  1.1635 +__declspec(dllexport)
  1.1636 +__declspec(naked)
  1.1637 +void call_vector_161 ()
  1.1638 +	{
  1.1639 +	// ; public: static class CModeCBCEncryptor * __cdecl CModeCBCEncryptor::NewLC(class CBlockTransformation *,class TDesC8 const &)
  1.1640 +	_asm mov eax, 161
  1.1641 +	_asm jmp common_dispatch
  1.1642 +	}
  1.1643 +
  1.1644 +	
  1.1645 +__declspec(dllexport)
  1.1646 +__declspec(naked)
  1.1647 +void call_vector_162 ()
  1.1648 +	{
  1.1649 +	// ; public: static class CNullCipher * __cdecl CNullCipher::NewLC(void)
  1.1650 +	_asm mov eax, 162
  1.1651 +	_asm jmp common_dispatch
  1.1652 +	}
  1.1653 +
  1.1654 +	
  1.1655 +__declspec(dllexport)
  1.1656 +__declspec(naked)
  1.1657 +void call_vector_163 ()
  1.1658 +	{
  1.1659 +	// ; public: static class CPaddingNone * __cdecl CPaddingNone::NewLC(int)
  1.1660 +	_asm mov eax, 163
  1.1661 +	_asm jmp common_dispatch
  1.1662 +	}
  1.1663 +
  1.1664 +	
  1.1665 +__declspec(dllexport)
  1.1666 +__declspec(naked)
  1.1667 +void call_vector_164 ()
  1.1668 +	{
  1.1669 +	// ; public: static class CPaddingPKCS1Encryption * __cdecl CPaddingPKCS1Encryption::NewLC(int)
  1.1670 +	_asm mov eax, 164
  1.1671 +	_asm jmp common_dispatch
  1.1672 +	}
  1.1673 +
  1.1674 +	
  1.1675 +__declspec(dllexport)
  1.1676 +__declspec(naked)
  1.1677 +void call_vector_165 ()
  1.1678 +	{
  1.1679 +	// ; public: static class CPaddingPKCS1Signature * __cdecl CPaddingPKCS1Signature::NewLC(int)
  1.1680 +	_asm mov eax, 165
  1.1681 +	_asm jmp common_dispatch
  1.1682 +	}
  1.1683 +
  1.1684 +	
  1.1685 +__declspec(dllexport)
  1.1686 +__declspec(naked)
  1.1687 +void call_vector_166 ()
  1.1688 +	{
  1.1689 +	// ; public: static class CPaddingSSLv3 * __cdecl CPaddingSSLv3::NewLC(int)
  1.1690 +	_asm mov eax, 166
  1.1691 +	_asm jmp common_dispatch
  1.1692 +	}
  1.1693 +
  1.1694 +	
  1.1695 +__declspec(dllexport)
  1.1696 +__declspec(naked)
  1.1697 +void call_vector_167 ()
  1.1698 +	{
  1.1699 +	// ; public: static class CRC2Decryptor * __cdecl CRC2Decryptor::NewLC(class TDesC8 const &,int)
  1.1700 +	_asm mov eax, 167
  1.1701 +	_asm jmp common_dispatch
  1.1702 +	}
  1.1703 +
  1.1704 +	
  1.1705 +__declspec(dllexport)
  1.1706 +__declspec(naked)
  1.1707 +void call_vector_168 ()
  1.1708 +	{
  1.1709 +	// ; public: static class CRC2Encryptor * __cdecl CRC2Encryptor::NewLC(class TDesC8 const &,int)
  1.1710 +	_asm mov eax, 168
  1.1711 +	_asm jmp common_dispatch
  1.1712 +	}
  1.1713 +
  1.1714 +	
  1.1715 +__declspec(dllexport)
  1.1716 +__declspec(naked)
  1.1717 +void call_vector_169 ()
  1.1718 +	{
  1.1719 +	// ; public: static class CRSAKeyPair * __cdecl CRSAKeyPair::NewLC(unsigned int,enum TRSAPrivateKeyType)
  1.1720 +	_asm mov eax, 169
  1.1721 +	_asm jmp common_dispatch
  1.1722 +	}
  1.1723 +
  1.1724 +	
  1.1725 +__declspec(dllexport)
  1.1726 +__declspec(naked)
  1.1727 +void call_vector_170 ()
  1.1728 +	{
  1.1729 +	// ; public: static class CRSAPKCS1v15Decryptor * __cdecl CRSAPKCS1v15Decryptor::NewLC(class CRSAPrivateKey const &)
  1.1730 +	_asm mov eax, 170
  1.1731 +	_asm jmp common_dispatch
  1.1732 +	}
  1.1733 +
  1.1734 +	
  1.1735 +__declspec(dllexport)
  1.1736 +__declspec(naked)
  1.1737 +void call_vector_171 ()
  1.1738 +	{
  1.1739 +	// ; public: static class CRSAPKCS1v15Encryptor * __cdecl CRSAPKCS1v15Encryptor::NewLC(class CRSAPublicKey const &)
  1.1740 +	_asm mov eax, 171
  1.1741 +	_asm jmp common_dispatch
  1.1742 +	}
  1.1743 +
  1.1744 +	
  1.1745 +__declspec(dllexport)
  1.1746 +__declspec(naked)
  1.1747 +void call_vector_172 ()
  1.1748 +	{
  1.1749 +	// ; public: static class CRSAPKCS1v15Signer * __cdecl CRSAPKCS1v15Signer::NewLC(class CRSAPrivateKey const &)
  1.1750 +	_asm mov eax, 172
  1.1751 +	_asm jmp common_dispatch
  1.1752 +	}
  1.1753 +
  1.1754 +	
  1.1755 +__declspec(dllexport)
  1.1756 +__declspec(naked)
  1.1757 +void call_vector_173 ()
  1.1758 +	{
  1.1759 +	// ; public: static class CRSAPKCS1v15Verifier * __cdecl CRSAPKCS1v15Verifier::NewLC(class CRSAPublicKey const &)
  1.1760 +	_asm mov eax, 173
  1.1761 +	_asm jmp common_dispatch
  1.1762 +	}
  1.1763 +
  1.1764 +	
  1.1765 +__declspec(dllexport)
  1.1766 +__declspec(naked)
  1.1767 +void call_vector_174 ()
  1.1768 +	{
  1.1769 +	// ; public: static class CRSAPrivateKeyCRT * __cdecl CRSAPrivateKeyCRT::NewLC(class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &)
  1.1770 +	_asm mov eax, 174
  1.1771 +	_asm jmp common_dispatch
  1.1772 +	}
  1.1773 +
  1.1774 +	
  1.1775 +__declspec(dllexport)
  1.1776 +__declspec(naked)
  1.1777 +void call_vector_175 ()
  1.1778 +	{
  1.1779 +	// ; public: static class CRSAPrivateKeyStandard * __cdecl CRSAPrivateKeyStandard::NewLC(class RInteger &,class RInteger &)
  1.1780 +	_asm mov eax, 175
  1.1781 +	_asm jmp common_dispatch
  1.1782 +	}
  1.1783 +
  1.1784 +	
  1.1785 +__declspec(dllexport)
  1.1786 +__declspec(naked)
  1.1787 +void call_vector_176 ()
  1.1788 +	{
  1.1789 +	// ; public: static class CRSAPublicKey * __cdecl CRSAPublicKey::NewLC(class RInteger &,class RInteger &)
  1.1790 +	_asm mov eax, 176
  1.1791 +	_asm jmp common_dispatch
  1.1792 +	}
  1.1793 +
  1.1794 +	
  1.1795 +__declspec(dllexport)
  1.1796 +__declspec(naked)
  1.1797 +void call_vector_177 ()
  1.1798 +	{
  1.1799 +	// ; public: static class CRSASignature * __cdecl CRSASignature::NewLC(class RInteger &)
  1.1800 +	_asm mov eax, 177
  1.1801 +	_asm jmp common_dispatch
  1.1802 +	}
  1.1803 +
  1.1804 +	
  1.1805 +__declspec(dllexport)
  1.1806 +__declspec(naked)
  1.1807 +void call_vector_178 ()
  1.1808 +	{
  1.1809 +	// ; public: static class RInteger  __cdecl RInteger::NewPrimeL(unsigned int,int)
  1.1810 +	_asm mov eax, 178
  1.1811 +	_asm jmp common_dispatch
  1.1812 +	}
  1.1813 +
  1.1814 +	
  1.1815 +__declspec(dllexport)
  1.1816 +__declspec(naked)
  1.1817 +void call_vector_179 ()
  1.1818 +	{
  1.1819 +	// ; public: static class RInteger  __cdecl RInteger::NewRandomL(class TInteger const &,class TInteger const &)
  1.1820 +	_asm mov eax, 179
  1.1821 +	_asm jmp common_dispatch
  1.1822 +	}
  1.1823 +
  1.1824 +	
  1.1825 +__declspec(dllexport)
  1.1826 +__declspec(naked)
  1.1827 +void call_vector_180 ()
  1.1828 +	{
  1.1829 +	// ; public: static class RInteger  __cdecl RInteger::NewRandomL(unsigned int,int)
  1.1830 +	_asm mov eax, 180
  1.1831 +	_asm jmp common_dispatch
  1.1832 +	}
  1.1833 +
  1.1834 +	
  1.1835 +__declspec(dllexport)
  1.1836 +__declspec(naked)
  1.1837 +void call_vector_181 ()
  1.1838 +	{
  1.1839 +	// ; public: class TInteger const & __thiscall CDSAParameters::P(void)const 
  1.1840 +	_asm mov eax, 181
  1.1841 +	_asm jmp common_dispatch
  1.1842 +	}
  1.1843 +
  1.1844 +	
  1.1845 +__declspec(dllexport)
  1.1846 +__declspec(naked)
  1.1847 +void call_vector_182 ()
  1.1848 +	{
  1.1849 +	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::P(void)const 
  1.1850 +	_asm mov eax, 182
  1.1851 +	_asm jmp common_dispatch
  1.1852 +	}
  1.1853 +
  1.1854 +	
  1.1855 +__declspec(dllexport)
  1.1856 +__declspec(naked)
  1.1857 +void call_vector_183 ()
  1.1858 +	{
  1.1859 +	// ; public: void __thiscall CPadding::PadL(class TDesC8 const &,class TDes8 &)
  1.1860 +	_asm mov eax, 183
  1.1861 +	_asm jmp common_dispatch
  1.1862 +	}
  1.1863 +
  1.1864 +	
  1.1865 +__declspec(dllexport)
  1.1866 +__declspec(naked)
  1.1867 +void call_vector_184 ()
  1.1868 +	{
  1.1869 +	// ; public: class CDSAPrimeCertificate const & __thiscall CDSAKeyPair::PrimeCertificate(void)const 
  1.1870 +	_asm mov eax, 184
  1.1871 +	_asm jmp common_dispatch
  1.1872 +	}
  1.1873 +
  1.1874 +	
  1.1875 +__declspec(dllexport)
  1.1876 +__declspec(naked)
  1.1877 +void call_vector_185 ()
  1.1878 +	{
  1.1879 +	// ; public: class CDHPrivateKey const & __thiscall CDHKeyPair::PrivateKey(void)const 
  1.1880 +	_asm mov eax, 185
  1.1881 +	_asm jmp common_dispatch
  1.1882 +	}
  1.1883 +
  1.1884 +	
  1.1885 +__declspec(dllexport)
  1.1886 +__declspec(naked)
  1.1887 +void call_vector_186 ()
  1.1888 +	{
  1.1889 +	// ; public: class CDSAPrivateKey const & __thiscall CDSAKeyPair::PrivateKey(void)const 
  1.1890 +	_asm mov eax, 186
  1.1891 +	_asm jmp common_dispatch
  1.1892 +	}
  1.1893 +
  1.1894 +	
  1.1895 +__declspec(dllexport)
  1.1896 +__declspec(naked)
  1.1897 +void call_vector_187 ()
  1.1898 +	{
  1.1899 +	// ; public: class CRSAPrivateKey const & __thiscall CRSAKeyPair::PrivateKey(void)const 
  1.1900 +	_asm mov eax, 187
  1.1901 +	_asm jmp common_dispatch
  1.1902 +	}
  1.1903 +
  1.1904 +	
  1.1905 +__declspec(dllexport)
  1.1906 +__declspec(naked)
  1.1907 +void call_vector_188 ()
  1.1908 +	{
  1.1909 +	// ; public: virtual void __thiscall CStreamCipher::Process(class TDesC8 const &,class TDes8 &)
  1.1910 +	_asm mov eax, 188
  1.1911 +	_asm jmp common_dispatch
  1.1912 +	}
  1.1913 +
  1.1914 +	
  1.1915 +__declspec(dllexport)
  1.1916 +__declspec(naked)
  1.1917 +void call_vector_189 ()
  1.1918 +	{
  1.1919 +	// ; public: virtual void __thiscall CStreamCipher::ProcessFinalL(class TDesC8 const &,class TDes8 &)
  1.1920 +	_asm mov eax, 189
  1.1921 +	_asm jmp common_dispatch
  1.1922 +	}
  1.1923 +
  1.1924 +	
  1.1925 +__declspec(dllexport)
  1.1926 +__declspec(naked)
  1.1927 +void call_vector_190 ()
  1.1928 +	{
  1.1929 +	// ; public: class CDHPublicKey const & __thiscall CDHKeyPair::PublicKey(void)const 
  1.1930 +	_asm mov eax, 190
  1.1931 +	_asm jmp common_dispatch
  1.1932 +	}
  1.1933 +
  1.1934 +	
  1.1935 +__declspec(dllexport)
  1.1936 +__declspec(naked)
  1.1937 +void call_vector_191 ()
  1.1938 +	{
  1.1939 +	// ; public: class CDSAPublicKey const & __thiscall CDSAKeyPair::PublicKey(void)const 
  1.1940 +	_asm mov eax, 191
  1.1941 +	_asm jmp common_dispatch
  1.1942 +	}
  1.1943 +
  1.1944 +	
  1.1945 +__declspec(dllexport)
  1.1946 +__declspec(naked)
  1.1947 +void call_vector_192 ()
  1.1948 +	{
  1.1949 +	// ; public: class CRSAPublicKey const & __thiscall CRSAKeyPair::PublicKey(void)const 
  1.1950 +	_asm mov eax, 192
  1.1951 +	_asm jmp common_dispatch
  1.1952 +	}
  1.1953 +
  1.1954 +	
  1.1955 +__declspec(dllexport)
  1.1956 +__declspec(naked)
  1.1957 +void call_vector_193 ()
  1.1958 +	{
  1.1959 +	// ; public: class TInteger const & __thiscall CDSAParameters::Q(void)const 
  1.1960 +	_asm mov eax, 193
  1.1961 +	_asm jmp common_dispatch
  1.1962 +	}
  1.1963 +
  1.1964 +	
  1.1965 +__declspec(dllexport)
  1.1966 +__declspec(naked)
  1.1967 +void call_vector_194 ()
  1.1968 +	{
  1.1969 +	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::Q(void)const 
  1.1970 +	_asm mov eax, 194
  1.1971 +	_asm jmp common_dispatch
  1.1972 +	}
  1.1973 +
  1.1974 +	
  1.1975 +__declspec(dllexport)
  1.1976 +__declspec(naked)
  1.1977 +void call_vector_195 ()
  1.1978 +	{
  1.1979 +	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::QInv(void)const 
  1.1980 +	_asm mov eax, 195
  1.1981 +	_asm jmp common_dispatch
  1.1982 +	}
  1.1983 +
  1.1984 +	
  1.1985 +__declspec(dllexport)
  1.1986 +__declspec(naked)
  1.1987 +void call_vector_196 ()
  1.1988 +	{
  1.1989 +	// ; public: class TInteger const & __thiscall CDSASignature::R(void)const 
  1.1990 +	_asm mov eax, 196
  1.1991 +	_asm jmp common_dispatch
  1.1992 +	}
  1.1993 +
  1.1994 +	
  1.1995 +__declspec(dllexport)
  1.1996 +__declspec(naked)
  1.1997 +void call_vector_197 ()
  1.1998 +	{
  1.1999 +	// ; public: class TInteger const & __thiscall CDSASignature::S(void)const 
  1.2000 +	_asm mov eax, 197
  1.2001 +	_asm jmp common_dispatch
  1.2002 +	}
  1.2003 +
  1.2004 +	
  1.2005 +__declspec(dllexport)
  1.2006 +__declspec(naked)
  1.2007 +void call_vector_198 ()
  1.2008 +	{
  1.2009 +	// ; public: class TInteger const & __thiscall CRSASignature::S(void)const 
  1.2010 +	_asm mov eax, 198
  1.2011 +	_asm jmp common_dispatch
  1.2012 +	}
  1.2013 +
  1.2014 +	
  1.2015 +__declspec(dllexport)
  1.2016 +__declspec(naked)
  1.2017 +void call_vector_199 ()
  1.2018 +	{
  1.2019 +	// ; public: class TDesC8 const & __thiscall CDSAPrimeCertificate::Seed(void)const 
  1.2020 +	_asm mov eax, 199
  1.2021 +	_asm jmp common_dispatch
  1.2022 +	}
  1.2023 +
  1.2024 +	
  1.2025 +__declspec(dllexport)
  1.2026 +__declspec(naked)
  1.2027 +void call_vector_200 ()
  1.2028 +	{
  1.2029 +	// ; public: void __thiscall CPadding::SetBlockSize(int)
  1.2030 +	_asm mov eax, 200
  1.2031 +	_asm jmp common_dispatch
  1.2032 +	}
  1.2033 +
  1.2034 +	
  1.2035 +__declspec(dllexport)
  1.2036 +__declspec(naked)
  1.2037 +void call_vector_201 ()
  1.2038 +	{
  1.2039 +	// ; public: static enum TCrypto::TStrength  __cdecl TCrypto::Strength(void)
  1.2040 +	_asm mov eax, 201
  1.2041 +	_asm jmp common_dispatch
  1.2042 +	}
  1.2043 +
  1.2044 +	
  1.2045 +__declspec(dllexport)
  1.2046 +__declspec(naked)
  1.2047 +void call_vector_202 ()
  1.2048 +	{
  1.2049 +	// ; public: static int __cdecl CDSAParameters::ValidPrimeLength(unsigned int)
  1.2050 +	_asm mov eax, 202
  1.2051 +	_asm jmp common_dispatch
  1.2052 +	}
  1.2053 +
  1.2054 +	
  1.2055 +__declspec(dllexport)
  1.2056 +__declspec(naked)
  1.2057 +void call_vector_203 ()
  1.2058 +	{
  1.2059 +	// ; public: int __thiscall CDSAParameters::ValidatePrimesL(class CDSAPrimeCertificate const &)const 
  1.2060 +	_asm mov eax, 203
  1.2061 +	_asm jmp common_dispatch
  1.2062 +	}
  1.2063 +
  1.2064 +	
  1.2065 +__declspec(dllexport)
  1.2066 +__declspec(naked)
  1.2067 +void call_vector_204 ()
  1.2068 +	{
  1.2069 +	// ; public: unsigned int __thiscall TInteger::WordCount(void)const 
  1.2070 +	_asm mov eax, 204
  1.2071 +	_asm jmp common_dispatch
  1.2072 +	}
  1.2073 +
  1.2074 +	
  1.2075 +__declspec(dllexport)
  1.2076 +__declspec(naked)
  1.2077 +void call_vector_205 ()
  1.2078 +	{
  1.2079 +	// ; public: class TInteger const & __thiscall CDHPublicKey::X(void)const 
  1.2080 +	_asm mov eax, 205
  1.2081 +	_asm jmp common_dispatch
  1.2082 +	}
  1.2083 +
  1.2084 +	
  1.2085 +__declspec(dllexport)
  1.2086 +__declspec(naked)
  1.2087 +void call_vector_206 ()
  1.2088 +	{
  1.2089 +	// ; public: class TInteger const & __thiscall CDSAPrivateKey::X(void)const 
  1.2090 +	_asm mov eax, 206
  1.2091 +	_asm jmp common_dispatch
  1.2092 +	}
  1.2093 +
  1.2094 +	
  1.2095 +__declspec(dllexport)
  1.2096 +__declspec(naked)
  1.2097 +void call_vector_207 ()
  1.2098 +	{
  1.2099 +	// ; public: class TInteger const & __thiscall CDSAPublicKey::Y(void)const 
  1.2100 +	_asm mov eax, 207
  1.2101 +	_asm jmp common_dispatch
  1.2102 +	}
  1.2103 +
  1.2104 +	
  1.2105 +__declspec(dllexport)
  1.2106 +__declspec(naked)
  1.2107 +void call_vector_208 ()
  1.2108 +	{
  1.2109 +	// ; public: class TInteger const & __thiscall CDHPrivateKey::x(void)const 
  1.2110 +	_asm mov eax, 208
  1.2111 +	_asm jmp common_dispatch
  1.2112 +	}
  1.2113 +
  1.2114 +	
  1.2115 +__declspec(dllexport)
  1.2116 +__declspec(naked)
  1.2117 +void call_vector_209 ()
  1.2118 +	{
  1.2119 +	// ; public: static int __cdecl TCrypto::IsAsymmetricWeakEnoughL(int)
  1.2120 +	_asm mov eax, 209
  1.2121 +	_asm jmp common_dispatch
  1.2122 +	}
  1.2123 +
  1.2124 +	
  1.2125 +__declspec(dllexport)
  1.2126 +__declspec(naked)
  1.2127 +void call_vector_210 ()
  1.2128 +	{
  1.2129 +	// ; public: static int __cdecl TCrypto::IsSymmetricWeakEnoughL(int)
  1.2130 +	_asm mov eax, 210
  1.2131 +	_asm jmp common_dispatch
  1.2132 +	}
  1.2133 +
  1.2134 +	
  1.2135 +__declspec(dllexport)
  1.2136 +__declspec(naked)
  1.2137 +void call_vector_211 ()
  1.2138 +	{
  1.2139 +	// ; CPaddingPKCS7::CPaddingPKCS7(int)
  1.2140 +	_asm mov eax, 211
  1.2141 +	_asm jmp common_dispatch
  1.2142 +	}
  1.2143 +
  1.2144 +	
  1.2145 +__declspec(dllexport)
  1.2146 +__declspec(naked)
  1.2147 +void call_vector_212 ()
  1.2148 +	{
  1.2149 +	// ; class CPaddingPKCS7 * CPaddingPKCS7::NewL(int)
  1.2150 +	_asm mov eax, 212
  1.2151 +	_asm jmp common_dispatch
  1.2152 +	}
  1.2153 +
  1.2154 +	
  1.2155 +__declspec(dllexport)
  1.2156 +__declspec(naked)
  1.2157 +void call_vector_213 ()
  1.2158 +	{
  1.2159 +	// ; class CPaddingPKCS7 * CPaddingPKCS7::NewLC(int)
  1.2160 +	_asm mov eax, 213
  1.2161 +	_asm jmp common_dispatch
  1.2162 +	}
  1.2163 +
  1.2164 +	
  1.2165 +__declspec(dllexport)
  1.2166 +__declspec(naked)
  1.2167 +void call_vector_214 ()
  1.2168 +	{
  1.2169 +	// ; void KeyIdentifierUtil::DHKeyIdentifierL(class RInteger const &, class TBuf8<20> &)
  1.2170 +	_asm mov eax, 214
  1.2171 +	_asm jmp common_dispatch
  1.2172 +	}
  1.2173 +
  1.2174 +	
  1.2175 +__declspec(dllexport)
  1.2176 +__declspec(naked)
  1.2177 +void call_vector_215 ()
  1.2178 +	{
  1.2179 +	// ; void KeyIdentifierUtil::DSAKeyIdentifierL(class CDSAPublicKey const &, class TBuf8<20> &)
  1.2180 +	_asm mov eax, 215
  1.2181 +	_asm jmp common_dispatch
  1.2182 +	}
  1.2183 +
  1.2184 +	
  1.2185 +__declspec(dllexport)
  1.2186 +__declspec(naked)
  1.2187 +void call_vector_216 ()
  1.2188 +	{
  1.2189 +	// ; void KeyIdentifierUtil::RSAKeyIdentifierL(class CRSAPublicKey const &, class TBuf8<20> &)
  1.2190 +	_asm mov eax, 216
  1.2191 +	_asm jmp common_dispatch
  1.2192 +	}
  1.2193 +
  1.2194 +	
  1.2195 +__declspec(dllexport)
  1.2196 +__declspec(naked)
  1.2197 +void call_vector_217 ()
  1.2198 +	{
  1.2199 +	// ; class TInteger & TInteger::operator++(void)
  1.2200 +	_asm mov eax, 217
  1.2201 +	_asm jmp common_dispatch
  1.2202 +	}
  1.2203 +
  1.2204 +	
  1.2205 +__declspec(dllexport)
  1.2206 +__declspec(naked)
  1.2207 +void call_vector_218 ()
  1.2208 +	{
  1.2209 +	// ; class TInteger & TInteger::operator--(void)
  1.2210 +	_asm mov eax, 218
  1.2211 +	_asm jmp common_dispatch
  1.2212 +	}
  1.2213 +
  1.2214 +	
  1.2215 +__declspec(dllexport)
  1.2216 +__declspec(naked)
  1.2217 +void call_vector_219 ()
  1.2218 +	{
  1.2219 +	// ; class RInteger TInteger::InverseModL(class TInteger const &) const
  1.2220 +	_asm mov eax, 219
  1.2221 +	_asm jmp common_dispatch
  1.2222 +	}
  1.2223 +
  1.2224 +	
  1.2225 +__declspec(dllexport)
  1.2226 +__declspec(naked)
  1.2227 +void call_vector_220 ()
  1.2228 +	{
  1.2229 +	// ; class RInteger TInteger::TimesL(class TInteger const &) const
  1.2230 +	_asm mov eax, 220
  1.2231 +	_asm jmp common_dispatch
  1.2232 +	}
  1.2233 +
  1.2234 +	
  1.2235 +__declspec(dllexport)
  1.2236 +__declspec(naked)
  1.2237 +void call_vector_221 ()
  1.2238 +	{
  1.2239 +	// ; public: __thiscall RInteger::RInteger(class RInteger const &)
  1.2240 +	_asm mov eax, 221
  1.2241 +	_asm jmp common_dispatch
  1.2242 +	}
  1.2243 +
  1.2244 +	
  1.2245 +__declspec(dllexport)
  1.2246 +__declspec(naked)
  1.2247 +void call_vector_222 ()
  1.2248 +	{
  1.2249 +	// ; public: class RInteger & __thiscall RInteger::operator=(class RInteger const &)
  1.2250 +	_asm mov eax, 222
  1.2251 +	_asm jmp common_dispatch
  1.2252 +	}
  1.2253 +
  1.2254 +__declspec(dllexport)
  1.2255 +__declspec(naked)
  1.2256 +void call_vector_223 ()
  1.2257 +	{
  1.2258 +	// ; public: class TInteger & __thiscall TInteger::operator*=(class TInteger const &)
  1.2259 +	_asm mov eax, 223
  1.2260 +	_asm jmp common_dispatch
  1.2261 +	}
  1.2262 +
  1.2263 +__declspec(dllexport)
  1.2264 +__declspec(naked)
  1.2265 +void call_vector_224 ()
  1.2266 +	{
  1.2267 +	// ; public: class TInteger & __thiscall TInteger::operator*=(int)
  1.2268 +	_asm mov eax, 224
  1.2269 +	_asm jmp common_dispatch
  1.2270 +	}
  1.2271 +
  1.2272 +__declspec(dllexport)
  1.2273 +__declspec(naked)
  1.2274 +void call_vector_225 ()
  1.2275 +	{
  1.2276 +	// ; public: class TInteger & __thiscall TInteger::operator+=(class TInteger const &)
  1.2277 +	_asm mov eax, 225
  1.2278 +	_asm jmp common_dispatch
  1.2279 +	}
  1.2280 +
  1.2281 +__declspec(dllexport)
  1.2282 +__declspec(naked)
  1.2283 +void call_vector_226 ()
  1.2284 +	{
  1.2285 +	// ; public: class TInteger & __thiscall TInteger::operator+=(int)
  1.2286 +	_asm mov eax, 226
  1.2287 +	_asm jmp common_dispatch
  1.2288 +	}
  1.2289 +
  1.2290 +__declspec(dllexport)
  1.2291 +__declspec(naked)
  1.2292 +void call_vector_227 ()
  1.2293 +	{
  1.2294 +	// ; public: class TInteger & __thiscall TInteger::operator-=(class TInteger const &)
  1.2295 +	_asm mov eax, 227
  1.2296 +	_asm jmp common_dispatch
  1.2297 +	}
  1.2298 +
  1.2299 +__declspec(dllexport)
  1.2300 +__declspec(naked)
  1.2301 +void call_vector_228 ()
  1.2302 +	{
  1.2303 +	// ; public: class TInteger & __thiscall TInteger::operator-=(int)
  1.2304 +	_asm mov eax, 228
  1.2305 +	_asm jmp common_dispatch
  1.2306 +	}
  1.2307 +
  1.2308 +__declspec(dllexport)
  1.2309 +__declspec(naked)
  1.2310 +void call_vector_229 ()
  1.2311 +	{
  1.2312 +	// ; public: class TInteger & __thiscall TInteger::operator/=(class TInteger const &)
  1.2313 +	_asm mov eax, 229
  1.2314 +	_asm jmp common_dispatch
  1.2315 +	}
  1.2316 +
  1.2317 +__declspec(dllexport)
  1.2318 +__declspec(naked)
  1.2319 +void call_vector_230 ()
  1.2320 +	{
  1.2321 +	// ; public: class TInteger & __thiscall TInteger::operator/=(int)
  1.2322 +	_asm mov eax, 230
  1.2323 +	_asm jmp common_dispatch
  1.2324 +	}
  1.2325 +
  1.2326 +__declspec(dllexport)
  1.2327 +__declspec(naked)
  1.2328 +void call_vector_231 ()
  1.2329 +	{
  1.2330 +	// ; public: class TInteger & __thiscall TInteger::operator%=(class TInteger const &)
  1.2331 +	_asm mov eax, 231
  1.2332 +	_asm jmp common_dispatch
  1.2333 +	}
  1.2334 +
  1.2335 +__declspec(dllexport)
  1.2336 +__declspec(naked)
  1.2337 +void call_vector_232 ()
  1.2338 +	{
  1.2339 +	// ; public: class TInteger & __thiscall TInteger::operator%=(int)
  1.2340 +	_asm mov eax, 232
  1.2341 +	_asm jmp common_dispatch
  1.2342 +	}
  1.2343 +
  1.2344 +__declspec(dllexport)
  1.2345 +__declspec(naked)
  1.2346 +void call_vector_233 ()
  1.2347 +	{
  1.2348 +	// ; public: class TInteger & __thiscall TInteger::operator>>=(unsigned int)
  1.2349 +	_asm mov eax, 233
  1.2350 +	_asm jmp common_dispatch
  1.2351 +	}
  1.2352 +
  1.2353 +__declspec(dllexport)
  1.2354 +__declspec(naked)
  1.2355 +void call_vector_234 ()
  1.2356 +	{
  1.2357 +	// ; public: class TInteger & __thiscall TInteger::operator<<=(unsigned int)
  1.2358 +	_asm mov eax, 234
  1.2359 +	_asm jmp common_dispatch
  1.2360 +	}
  1.2361 +
  1.2362 +__declspec(dllexport)
  1.2363 +__declspec(naked)
  1.2364 +void call_vector_235 ()
  1.2365 +	{
  1.2366 +	// ; public: int __thiscall TInteger::Bit(unsigned int)const 
  1.2367 +	_asm mov eax, 235
  1.2368 +	_asm jmp common_dispatch
  1.2369 +	}
  1.2370 +
  1.2371 +__declspec(dllexport)
  1.2372 +__declspec(naked)
  1.2373 +void call_vector_236 ()
  1.2374 +	{
  1.2375 +	// ; public: int __thiscall TInteger::ConvertToLongL(void)const 
  1.2376 +	_asm mov eax, 236
  1.2377 +	_asm jmp common_dispatch
  1.2378 +	}
  1.2379 +
  1.2380 +__declspec(dllexport)
  1.2381 +__declspec(naked)
  1.2382 +void call_vector_237 ()
  1.2383 +	{
  1.2384 +	// ; public: class RInteger  __thiscall TInteger::DividedByL(class TInteger const &)const 
  1.2385 +	_asm mov eax, 237
  1.2386 +	_asm jmp common_dispatch
  1.2387 +	}
  1.2388 +
  1.2389 +__declspec(dllexport)
  1.2390 +__declspec(naked)
  1.2391 +void call_vector_238 ()
  1.2392 +	{
  1.2393 +	// ; public: class RInteger  __thiscall TInteger::DividedByL(unsigned int)const 
  1.2394 +	_asm mov eax, 238
  1.2395 +	_asm jmp common_dispatch
  1.2396 +	}
  1.2397 +
  1.2398 +__declspec(dllexport)
  1.2399 +__declspec(naked)
  1.2400 +void call_vector_239 ()
  1.2401 +	{
  1.2402 +	// ; public: class RInteger  __thiscall TInteger::ExponentiateL(class TInteger const &)const 
  1.2403 +	_asm mov eax, 239
  1.2404 +	_asm jmp common_dispatch
  1.2405 +	}
  1.2406 +
  1.2407 +__declspec(dllexport)
  1.2408 +__declspec(naked)
  1.2409 +void call_vector_240 ()
  1.2410 +	{
  1.2411 +	// ; public: class RInteger  __thiscall TInteger::GCDL(class TInteger const &)const 
  1.2412 +	_asm mov eax, 240
  1.2413 +	_asm jmp common_dispatch
  1.2414 +	}
  1.2415 +
  1.2416 +__declspec(dllexport)
  1.2417 +__declspec(naked)
  1.2418 +void call_vector_241 ()
  1.2419 +	{
  1.2420 +	// ; public: int __thiscall TInteger::IsPrimeL(void)const 
  1.2421 +	_asm mov eax, 241
  1.2422 +	_asm jmp common_dispatch
  1.2423 +	}
  1.2424 +
  1.2425 +__declspec(dllexport)
  1.2426 +__declspec(naked)
  1.2427 +void call_vector_242 ()
  1.2428 +	{
  1.2429 +	// ; public: class RInteger  __thiscall TInteger::MinusL(class TInteger const &)const 
  1.2430 +	_asm mov eax, 242
  1.2431 +	_asm jmp common_dispatch
  1.2432 +	}
  1.2433 +
  1.2434 +__declspec(dllexport)
  1.2435 +__declspec(naked)
  1.2436 +void call_vector_243 ()
  1.2437 +	{
  1.2438 +	// ; public: static class RInteger  __cdecl TInteger::ModularMultiplyL(class TInteger const &,class TInteger const &,class TInteger const &)
  1.2439 +	_asm mov eax, 243
  1.2440 +	_asm jmp common_dispatch
  1.2441 +	}
  1.2442 +
  1.2443 +__declspec(dllexport)
  1.2444 +__declspec(naked)
  1.2445 +void call_vector_244 ()
  1.2446 +	{
  1.2447 +	// ; public: class RInteger  __thiscall TInteger::ModuloL(class TInteger const &)const 
  1.2448 +	_asm mov eax, 244
  1.2449 +	_asm jmp common_dispatch
  1.2450 +	}
  1.2451 +
  1.2452 +__declspec(dllexport)
  1.2453 +__declspec(naked)
  1.2454 +void call_vector_245 ()
  1.2455 +	{
  1.2456 +	// ; public: unsigned int __thiscall TInteger::ModuloL(unsigned int)const 
  1.2457 +	_asm mov eax, 245
  1.2458 +	_asm jmp common_dispatch
  1.2459 +	}
  1.2460 +
  1.2461 +__declspec(dllexport)
  1.2462 +__declspec(naked)
  1.2463 +void call_vector_246 ()
  1.2464 +	{
  1.2465 +	// ; public: void __thiscall TInteger::Negate(void)
  1.2466 +	_asm mov eax, 246
  1.2467 +	_asm jmp common_dispatch
  1.2468 +	}
  1.2469 +
  1.2470 +__declspec(dllexport)
  1.2471 +__declspec(naked)
  1.2472 +void call_vector_247 ()
  1.2473 +	{
  1.2474 +	// ; public: static class TInteger const & __cdecl TInteger::One(void)
  1.2475 +	_asm mov eax, 247
  1.2476 +	_asm jmp common_dispatch
  1.2477 +	}
  1.2478 +
  1.2479 +__declspec(dllexport)
  1.2480 +__declspec(naked)
  1.2481 +void call_vector_248 ()
  1.2482 +	{
  1.2483 +	// ; public: class RInteger  __thiscall TInteger::PlusL(class TInteger const &)const 
  1.2484 +	_asm mov eax, 248
  1.2485 +	_asm jmp common_dispatch
  1.2486 +	}
  1.2487 +
  1.2488 +__declspec(dllexport)
  1.2489 +__declspec(naked)
  1.2490 +void call_vector_249 ()
  1.2491 +	{
  1.2492 +	// ; public: void __thiscall TInteger::SetBit(unsigned int)
  1.2493 +	_asm mov eax, 249
  1.2494 +	_asm jmp common_dispatch
  1.2495 +	}
  1.2496 +
  1.2497 +__declspec(dllexport)
  1.2498 +__declspec(naked)
  1.2499 +void call_vector_250 ()
  1.2500 +	{
  1.2501 +	// ; public: int __thiscall TInteger::SignedCompare(class TInteger const &)const 
  1.2502 +	_asm mov eax, 250
  1.2503 +	_asm jmp common_dispatch
  1.2504 +	}
  1.2505 +
  1.2506 +__declspec(dllexport)
  1.2507 +__declspec(naked)
  1.2508 +void call_vector_251 ()
  1.2509 +	{
  1.2510 +	// ; public: int __thiscall TInteger::SignedCompare(int)const 
  1.2511 +	_asm mov eax, 251
  1.2512 +	_asm jmp common_dispatch
  1.2513 +	}
  1.2514 +
  1.2515 +__declspec(dllexport)
  1.2516 +__declspec(naked)
  1.2517 +void call_vector_252 ()
  1.2518 +	{
  1.2519 +	// ; public: class RInteger  __thiscall TInteger::SquaredL(void)const 
  1.2520 +	_asm mov eax, 252
  1.2521 +	_asm jmp common_dispatch
  1.2522 +	}
  1.2523 +
  1.2524 +__declspec(dllexport)
  1.2525 +__declspec(naked)
  1.2526 +void call_vector_253 ()
  1.2527 +	{
  1.2528 +	// ; public: static class TInteger const & __cdecl TInteger::Two(void)
  1.2529 +	_asm mov eax, 253
  1.2530 +	_asm jmp common_dispatch
  1.2531 +	}
  1.2532 +
  1.2533 +__declspec(dllexport)
  1.2534 +__declspec(naked)
  1.2535 +void call_vector_254 ()
  1.2536 +	{
  1.2537 +	// ; public: int __thiscall TInteger::UnsignedCompare(class TInteger const &)const 
  1.2538 +	_asm mov eax, 254
  1.2539 +	_asm jmp common_dispatch
  1.2540 +	}
  1.2541 +
  1.2542 +__declspec(dllexport)
  1.2543 +__declspec(naked)
  1.2544 +void call_vector_255 ()
  1.2545 +	{
  1.2546 +	// ; public: static class TInteger const & __cdecl TInteger::Zero(void)
  1.2547 +	_asm mov eax, 255
  1.2548 +	_asm jmp common_dispatch
  1.2549 +	}
  1.2550 +
  1.2551 +__declspec(dllexport)
  1.2552 +__declspec(naked)
  1.2553 +void call_vector_256 ()
  1.2554 +	{
  1.2555 +	// ; public: void __thiscall TInteger::CopyL(class TInteger const &,int)
  1.2556 +	_asm mov eax, 256
  1.2557 +	_asm jmp common_dispatch
  1.2558 +	}
  1.2559 +
  1.2560 +__declspec(dllexport)
  1.2561 +__declspec(naked)
  1.2562 +void call_vector_257 ()
  1.2563 +	{
  1.2564 +	// ; public: void __thiscall TInteger::CopyL(int,int)
  1.2565 +	_asm mov eax, 257
  1.2566 +	_asm jmp common_dispatch
  1.2567 +	}
  1.2568 +
  1.2569 +__declspec(dllexport)
  1.2570 +__declspec(naked)
  1.2571 +void call_vector_258 ()
  1.2572 +	{
  1.2573 +	// ; public: void __thiscall TInteger::Set(class RInteger const &)
  1.2574 +	_asm mov eax, 258
  1.2575 +	_asm jmp common_dispatch
  1.2576 +	}
  1.2577 +	
  1.2578 +__declspec(dllexport)
  1.2579 +__declspec(naked)
  1.2580 +void call_vector_259 ()
  1.2581 +	{
  1.2582 +	// ; public: TBool __thiscall CDES::IsWeakKey(const TDesC8& aKey)
  1.2583 +	_asm mov eax, 259
  1.2584 +	_asm jmp common_dispatch
  1.2585 +	}	
  1.2586 +	
  1.2587 +__declspec(dllexport)
  1.2588 +__declspec(naked)
  1.2589 +void call_vector_260 ()
  1.2590 +	{
  1.2591 +	// ; public: class HBufC8 * __thiscall TInteger::BufferWithNoTruncationLC(void)const 
  1.2592 +	_asm mov eax, 260
  1.2593 +	_asm jmp common_dispatch
  1.2594 +	}
  1.2595 +			
  1.2596 +	
  1.2597 +__declspec(dllexport)
  1.2598 +__declspec(naked)
  1.2599 +void call_vector_261 ()
  1.2600 +	{
  1.2601 +	// ; public: void __thiscall CMontgomeryStructure::NewLC(const TInteger&)
  1.2602 +	_asm mov eax, 261
  1.2603 +	_asm jmp common_dispatch
  1.2604 +	}	
  1.2605 +	
  1.2606 +__declspec(dllexport)
  1.2607 +__declspec(naked)
  1.2608 +void call_vector_262 ()
  1.2609 +	{
  1.2610 +	// ; public: void __thiscall CMontgomeryStructure::ExponentiateL(const TInteger&, const TInteger&) const
  1.2611 +	//
  1.2612 +	_asm mov eax, 262
  1.2613 +	_asm jmp common_dispatch
  1.2614 +	}	
  1.2615 +}
  1.2616 +#define MAX_ORDINAL 262