os/security/crypto/weakcryptospi/source/cryptoswitch/cryptography_stubs.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of the License "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* Generated from cryptographyU.def
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
sl@0
    21
sl@0
    22
/**
sl@0
    23
 @file
sl@0
    24
 @internalComponent 
sl@0
    25
*/
sl@0
    26
sl@0
    27
extern "C" {
sl@0
    28
sl@0
    29
void common_dispatch();
sl@0
    30
sl@0
    31
	
sl@0
    32
__declspec(dllexport)
sl@0
    33
__declspec(naked)
sl@0
    34
void call_vector_1 ()
sl@0
    35
	{
sl@0
    36
	// ; protected: __thiscall CBlockChainingMode::CBlockChainingMode(void)
sl@0
    37
	_asm mov eax, 1
sl@0
    38
	_asm jmp common_dispatch
sl@0
    39
	}
sl@0
    40
sl@0
    41
	
sl@0
    42
__declspec(dllexport)
sl@0
    43
__declspec(naked)
sl@0
    44
void call_vector_2 ()
sl@0
    45
	{
sl@0
    46
	// ; protected: __thiscall CDH::CDH(class CDHPrivateKey const &)
sl@0
    47
	_asm mov eax, 2
sl@0
    48
	_asm jmp common_dispatch
sl@0
    49
	}
sl@0
    50
sl@0
    51
	
sl@0
    52
__declspec(dllexport)
sl@0
    53
__declspec(naked)
sl@0
    54
void call_vector_3 ()
sl@0
    55
	{
sl@0
    56
	// ; protected: __thiscall CDHKeyPair::CDHKeyPair(void)
sl@0
    57
	_asm mov eax, 3
sl@0
    58
	_asm jmp common_dispatch
sl@0
    59
	}
sl@0
    60
sl@0
    61
	
sl@0
    62
__declspec(dllexport)
sl@0
    63
__declspec(naked)
sl@0
    64
void call_vector_4 ()
sl@0
    65
	{
sl@0
    66
	// ; protected: __thiscall CDHParameters::CDHParameters(class RInteger &,class RInteger &)
sl@0
    67
	_asm mov eax, 4
sl@0
    68
	_asm jmp common_dispatch
sl@0
    69
	}
sl@0
    70
sl@0
    71
	
sl@0
    72
__declspec(dllexport)
sl@0
    73
__declspec(naked)
sl@0
    74
void call_vector_5 ()
sl@0
    75
	{
sl@0
    76
	// ; protected: __thiscall CDHParameters::CDHParameters(void)
sl@0
    77
	_asm mov eax, 5
sl@0
    78
	_asm jmp common_dispatch
sl@0
    79
	}
sl@0
    80
sl@0
    81
	
sl@0
    82
__declspec(dllexport)
sl@0
    83
__declspec(naked)
sl@0
    84
void call_vector_6 ()
sl@0
    85
	{
sl@0
    86
	// ; protected: __thiscall CDHPrivateKey::CDHPrivateKey(class RInteger &,class RInteger &,class RInteger &)
sl@0
    87
	_asm mov eax, 6
sl@0
    88
	_asm jmp common_dispatch
sl@0
    89
	}
sl@0
    90
sl@0
    91
	
sl@0
    92
__declspec(dllexport)
sl@0
    93
__declspec(naked)
sl@0
    94
void call_vector_7 ()
sl@0
    95
	{
sl@0
    96
	// ; protected: __thiscall CDHPrivateKey::CDHPrivateKey(void)
sl@0
    97
	_asm mov eax, 7
sl@0
    98
	_asm jmp common_dispatch
sl@0
    99
	}
sl@0
   100
sl@0
   101
	
sl@0
   102
__declspec(dllexport)
sl@0
   103
__declspec(naked)
sl@0
   104
void call_vector_8 ()
sl@0
   105
	{
sl@0
   106
	// ; protected: __thiscall CDHPublicKey::CDHPublicKey(class RInteger &,class RInteger &,class RInteger &)
sl@0
   107
	_asm mov eax, 8
sl@0
   108
	_asm jmp common_dispatch
sl@0
   109
	}
sl@0
   110
sl@0
   111
	
sl@0
   112
__declspec(dllexport)
sl@0
   113
__declspec(naked)
sl@0
   114
void call_vector_9 ()
sl@0
   115
	{
sl@0
   116
	// ; protected: __thiscall CDHPublicKey::CDHPublicKey(void)
sl@0
   117
	_asm mov eax, 9
sl@0
   118
	_asm jmp common_dispatch
sl@0
   119
	}
sl@0
   120
sl@0
   121
	
sl@0
   122
__declspec(dllexport)
sl@0
   123
__declspec(naked)
sl@0
   124
void call_vector_10 ()
sl@0
   125
	{
sl@0
   126
	// ; protected: __thiscall CDSAKeyPair::CDSAKeyPair(void)
sl@0
   127
	_asm mov eax, 10
sl@0
   128
	_asm jmp common_dispatch
sl@0
   129
	}
sl@0
   130
sl@0
   131
	
sl@0
   132
__declspec(dllexport)
sl@0
   133
__declspec(naked)
sl@0
   134
void call_vector_11 ()
sl@0
   135
	{
sl@0
   136
	// ; protected: __thiscall CDSAParameters::CDSAParameters(class RInteger &,class RInteger &,class RInteger &)
sl@0
   137
	_asm mov eax, 11
sl@0
   138
	_asm jmp common_dispatch
sl@0
   139
	}
sl@0
   140
sl@0
   141
	
sl@0
   142
__declspec(dllexport)
sl@0
   143
__declspec(naked)
sl@0
   144
void call_vector_12 ()
sl@0
   145
	{
sl@0
   146
	// ; protected: __thiscall CDSAParameters::CDSAParameters(void)
sl@0
   147
	_asm mov eax, 12
sl@0
   148
	_asm jmp common_dispatch
sl@0
   149
	}
sl@0
   150
sl@0
   151
	
sl@0
   152
__declspec(dllexport)
sl@0
   153
__declspec(naked)
sl@0
   154
void call_vector_13 ()
sl@0
   155
	{
sl@0
   156
	// ; protected: __thiscall CDSAPrimeCertificate::CDSAPrimeCertificate(unsigned int)
sl@0
   157
	_asm mov eax, 13
sl@0
   158
	_asm jmp common_dispatch
sl@0
   159
	}
sl@0
   160
sl@0
   161
	
sl@0
   162
__declspec(dllexport)
sl@0
   163
__declspec(naked)
sl@0
   164
void call_vector_14 ()
sl@0
   165
	{
sl@0
   166
	// ; protected: __thiscall CDSAPrimeCertificate::CDSAPrimeCertificate(void)
sl@0
   167
	_asm mov eax, 14
sl@0
   168
	_asm jmp common_dispatch
sl@0
   169
	}
sl@0
   170
sl@0
   171
	
sl@0
   172
__declspec(dllexport)
sl@0
   173
__declspec(naked)
sl@0
   174
void call_vector_15 ()
sl@0
   175
	{
sl@0
   176
	// ; protected: __thiscall CDSAPrivateKey::CDSAPrivateKey(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
   177
	_asm mov eax, 15
sl@0
   178
	_asm jmp common_dispatch
sl@0
   179
	}
sl@0
   180
sl@0
   181
	
sl@0
   182
__declspec(dllexport)
sl@0
   183
__declspec(naked)
sl@0
   184
void call_vector_16 ()
sl@0
   185
	{
sl@0
   186
	// ; protected: __thiscall CDSAPrivateKey::CDSAPrivateKey(void)
sl@0
   187
	_asm mov eax, 16
sl@0
   188
	_asm jmp common_dispatch
sl@0
   189
	}
sl@0
   190
sl@0
   191
	
sl@0
   192
__declspec(dllexport)
sl@0
   193
__declspec(naked)
sl@0
   194
void call_vector_17 ()
sl@0
   195
	{
sl@0
   196
	// ; protected: __thiscall CDSAPublicKey::CDSAPublicKey(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
   197
	_asm mov eax, 17
sl@0
   198
	_asm jmp common_dispatch
sl@0
   199
	}
sl@0
   200
sl@0
   201
	
sl@0
   202
__declspec(dllexport)
sl@0
   203
__declspec(naked)
sl@0
   204
void call_vector_18 ()
sl@0
   205
	{
sl@0
   206
	// ; protected: __thiscall CDSAPublicKey::CDSAPublicKey(void)
sl@0
   207
	_asm mov eax, 18
sl@0
   208
	_asm jmp common_dispatch
sl@0
   209
	}
sl@0
   210
sl@0
   211
	
sl@0
   212
__declspec(dllexport)
sl@0
   213
__declspec(naked)
sl@0
   214
void call_vector_19 ()
sl@0
   215
	{
sl@0
   216
	// ; protected: __thiscall CDSASignature::CDSASignature(class RInteger &,class RInteger &)
sl@0
   217
	_asm mov eax, 19
sl@0
   218
	_asm jmp common_dispatch
sl@0
   219
	}
sl@0
   220
sl@0
   221
	
sl@0
   222
__declspec(dllexport)
sl@0
   223
__declspec(naked)
sl@0
   224
void call_vector_20 ()
sl@0
   225
	{
sl@0
   226
	// ; protected: __thiscall CDSASignature::CDSASignature(void)
sl@0
   227
	_asm mov eax, 20
sl@0
   228
	_asm jmp common_dispatch
sl@0
   229
	}
sl@0
   230
sl@0
   231
	
sl@0
   232
__declspec(dllexport)
sl@0
   233
__declspec(naked)
sl@0
   234
void call_vector_21 ()
sl@0
   235
	{
sl@0
   236
	// ; protected: __thiscall CPadding::CPadding(int)
sl@0
   237
	_asm mov eax, 21
sl@0
   238
	_asm jmp common_dispatch
sl@0
   239
	}
sl@0
   240
sl@0
   241
	
sl@0
   242
__declspec(dllexport)
sl@0
   243
__declspec(naked)
sl@0
   244
void call_vector_22 ()
sl@0
   245
	{
sl@0
   246
	// ; protected: __thiscall CPaddingNone::CPaddingNone(int)
sl@0
   247
	_asm mov eax, 22
sl@0
   248
	_asm jmp common_dispatch
sl@0
   249
	}
sl@0
   250
sl@0
   251
	
sl@0
   252
__declspec(dllexport)
sl@0
   253
__declspec(naked)
sl@0
   254
void call_vector_23 ()
sl@0
   255
	{
sl@0
   256
	// ; protected: __thiscall CPaddingPKCS1Encryption::CPaddingPKCS1Encryption(int)
sl@0
   257
	_asm mov eax, 23
sl@0
   258
	_asm jmp common_dispatch
sl@0
   259
	}
sl@0
   260
sl@0
   261
	
sl@0
   262
__declspec(dllexport)
sl@0
   263
__declspec(naked)
sl@0
   264
void call_vector_24 ()
sl@0
   265
	{
sl@0
   266
	// ; protected: __thiscall CPaddingPKCS1Signature::CPaddingPKCS1Signature(int)
sl@0
   267
	_asm mov eax, 24
sl@0
   268
	_asm jmp common_dispatch
sl@0
   269
	}
sl@0
   270
sl@0
   271
	
sl@0
   272
__declspec(dllexport)
sl@0
   273
__declspec(naked)
sl@0
   274
void call_vector_25 ()
sl@0
   275
	{
sl@0
   276
	// ; protected: __thiscall CPaddingSSLv3::CPaddingSSLv3(int)
sl@0
   277
	_asm mov eax, 25
sl@0
   278
	_asm jmp common_dispatch
sl@0
   279
	}
sl@0
   280
sl@0
   281
	
sl@0
   282
__declspec(dllexport)
sl@0
   283
__declspec(naked)
sl@0
   284
void call_vector_26 ()
sl@0
   285
	{
sl@0
   286
	// ; protected: __thiscall CRSAKeyPair::CRSAKeyPair(void)
sl@0
   287
	_asm mov eax, 26
sl@0
   288
	_asm jmp common_dispatch
sl@0
   289
	}
sl@0
   290
sl@0
   291
	
sl@0
   292
__declspec(dllexport)
sl@0
   293
__declspec(naked)
sl@0
   294
void call_vector_27 ()
sl@0
   295
	{
sl@0
   296
	// ; protected: __thiscall CRSAParameters::CRSAParameters(class RInteger &)
sl@0
   297
	_asm mov eax, 27
sl@0
   298
	_asm jmp common_dispatch
sl@0
   299
	}
sl@0
   300
sl@0
   301
	
sl@0
   302
__declspec(dllexport)
sl@0
   303
__declspec(naked)
sl@0
   304
void call_vector_28 ()
sl@0
   305
	{
sl@0
   306
	// ; protected: __thiscall CRSAParameters::CRSAParameters(void)
sl@0
   307
	_asm mov eax, 28
sl@0
   308
	_asm jmp common_dispatch
sl@0
   309
	}
sl@0
   310
sl@0
   311
	
sl@0
   312
__declspec(dllexport)
sl@0
   313
__declspec(naked)
sl@0
   314
void call_vector_29 ()
sl@0
   315
	{
sl@0
   316
	// ; protected: __thiscall CRSAPrivateKeyCRT::CRSAPrivateKeyCRT(class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
   317
	_asm mov eax, 29
sl@0
   318
	_asm jmp common_dispatch
sl@0
   319
	}
sl@0
   320
sl@0
   321
	
sl@0
   322
__declspec(dllexport)
sl@0
   323
__declspec(naked)
sl@0
   324
void call_vector_30 ()
sl@0
   325
	{
sl@0
   326
	// ; protected: __thiscall CRSAPrivateKeyStandard::CRSAPrivateKeyStandard(class RInteger &,class RInteger &)
sl@0
   327
	_asm mov eax, 30
sl@0
   328
	_asm jmp common_dispatch
sl@0
   329
	}
sl@0
   330
sl@0
   331
	
sl@0
   332
__declspec(dllexport)
sl@0
   333
__declspec(naked)
sl@0
   334
void call_vector_31 ()
sl@0
   335
	{
sl@0
   336
	// ; protected: __thiscall CRSAPublicKey::CRSAPublicKey(class RInteger &,class RInteger &)
sl@0
   337
	_asm mov eax, 31
sl@0
   338
	_asm jmp common_dispatch
sl@0
   339
	}
sl@0
   340
sl@0
   341
	
sl@0
   342
__declspec(dllexport)
sl@0
   343
__declspec(naked)
sl@0
   344
void call_vector_32 ()
sl@0
   345
	{
sl@0
   346
	// ; protected: __thiscall CRSAPublicKey::CRSAPublicKey(void)
sl@0
   347
	_asm mov eax, 32
sl@0
   348
	_asm jmp common_dispatch
sl@0
   349
	}
sl@0
   350
sl@0
   351
	
sl@0
   352
__declspec(dllexport)
sl@0
   353
__declspec(naked)
sl@0
   354
void call_vector_33 ()
sl@0
   355
	{
sl@0
   356
	// ; protected: __thiscall CRSASignature::CRSASignature(class RInteger &)
sl@0
   357
	_asm mov eax, 33
sl@0
   358
	_asm jmp common_dispatch
sl@0
   359
	}
sl@0
   360
sl@0
   361
	
sl@0
   362
__declspec(dllexport)
sl@0
   363
__declspec(naked)
sl@0
   364
void call_vector_34 ()
sl@0
   365
	{
sl@0
   366
	// ; protected: __thiscall CRijndael::CRijndael(void)
sl@0
   367
	_asm mov eax, 34
sl@0
   368
	_asm jmp common_dispatch
sl@0
   369
	}
sl@0
   370
sl@0
   371
	
sl@0
   372
__declspec(dllexport)
sl@0
   373
__declspec(naked)
sl@0
   374
void call_vector_35 ()
sl@0
   375
	{
sl@0
   376
	// ; protected: __thiscall MCryptoSystem::MCryptoSystem(void)
sl@0
   377
	_asm mov eax, 35
sl@0
   378
	_asm jmp common_dispatch
sl@0
   379
	}
sl@0
   380
sl@0
   381
	
sl@0
   382
__declspec(dllexport)
sl@0
   383
__declspec(naked)
sl@0
   384
void call_vector_36 ()
sl@0
   385
	{
sl@0
   386
	// ; protected: __thiscall CDecryptor::CDecryptor(void)
sl@0
   387
	_asm mov eax, 36
sl@0
   388
	_asm jmp common_dispatch
sl@0
   389
	}
sl@0
   390
sl@0
   391
	
sl@0
   392
__declspec(dllexport)
sl@0
   393
__declspec(naked)
sl@0
   394
void call_vector_37 ()
sl@0
   395
	{
sl@0
   396
	// ; protected: __thiscall CEncryptor::CEncryptor(void)
sl@0
   397
	_asm mov eax, 37
sl@0
   398
	_asm jmp common_dispatch
sl@0
   399
	}
sl@0
   400
sl@0
   401
	
sl@0
   402
__declspec(dllexport)
sl@0
   403
__declspec(naked)
sl@0
   404
void call_vector_38 ()
sl@0
   405
	{
sl@0
   406
	// ; protected: __thiscall MSignatureSystem::MSignatureSystem(void)
sl@0
   407
	_asm mov eax, 38
sl@0
   408
	_asm jmp common_dispatch
sl@0
   409
	}
sl@0
   410
sl@0
   411
	
sl@0
   412
__declspec(dllexport)
sl@0
   413
__declspec(naked)
sl@0
   414
void call_vector_39 ()
sl@0
   415
	{
sl@0
   416
	// ; public: __thiscall RInteger::RInteger(void)
sl@0
   417
	_asm mov eax, 39
sl@0
   418
	_asm jmp common_dispatch
sl@0
   419
	}
sl@0
   420
sl@0
   421
	
sl@0
   422
__declspec(dllexport)
sl@0
   423
__declspec(naked)
sl@0
   424
void call_vector_40 ()
sl@0
   425
	{
sl@0
   426
	// ; protected: __thiscall TInteger::TInteger(void)
sl@0
   427
	_asm mov eax, 40
sl@0
   428
	_asm jmp common_dispatch
sl@0
   429
	}
sl@0
   430
sl@0
   431
	
sl@0
   432
__declspec(dllexport)
sl@0
   433
__declspec(naked)
sl@0
   434
void call_vector_41 ()
sl@0
   435
	{
sl@0
   436
	// ; protected: virtual __thiscall CBlockChainingMode::~CBlockChainingMode(void)
sl@0
   437
	_asm mov eax, 41
sl@0
   438
	_asm jmp common_dispatch
sl@0
   439
	}
sl@0
   440
sl@0
   441
	
sl@0
   442
__declspec(dllexport)
sl@0
   443
__declspec(naked)
sl@0
   444
void call_vector_42 ()
sl@0
   445
	{
sl@0
   446
	// ; public: virtual __thiscall CBufferedTransformation::~CBufferedTransformation(void)
sl@0
   447
	_asm mov eax, 42
sl@0
   448
	_asm jmp common_dispatch
sl@0
   449
	}
sl@0
   450
sl@0
   451
	
sl@0
   452
__declspec(dllexport)
sl@0
   453
__declspec(naked)
sl@0
   454
void call_vector_43 ()
sl@0
   455
	{
sl@0
   456
	// ; public: virtual __thiscall CDHKeyPair::~CDHKeyPair(void)
sl@0
   457
	_asm mov eax, 43
sl@0
   458
	_asm jmp common_dispatch
sl@0
   459
	}
sl@0
   460
sl@0
   461
	
sl@0
   462
__declspec(dllexport)
sl@0
   463
__declspec(naked)
sl@0
   464
void call_vector_44 ()
sl@0
   465
	{
sl@0
   466
	// ; public: virtual __thiscall CDHParameters::~CDHParameters(void)
sl@0
   467
	_asm mov eax, 44
sl@0
   468
	_asm jmp common_dispatch
sl@0
   469
	}
sl@0
   470
sl@0
   471
	
sl@0
   472
__declspec(dllexport)
sl@0
   473
__declspec(naked)
sl@0
   474
void call_vector_45 ()
sl@0
   475
	{
sl@0
   476
	// ; public: virtual __thiscall CDHPrivateKey::~CDHPrivateKey(void)
sl@0
   477
	_asm mov eax, 45
sl@0
   478
	_asm jmp common_dispatch
sl@0
   479
	}
sl@0
   480
sl@0
   481
	
sl@0
   482
__declspec(dllexport)
sl@0
   483
__declspec(naked)
sl@0
   484
void call_vector_46 ()
sl@0
   485
	{
sl@0
   486
	// ; public: virtual __thiscall CDHPublicKey::~CDHPublicKey(void)
sl@0
   487
	_asm mov eax, 46
sl@0
   488
	_asm jmp common_dispatch
sl@0
   489
	}
sl@0
   490
sl@0
   491
	
sl@0
   492
__declspec(dllexport)
sl@0
   493
__declspec(naked)
sl@0
   494
void call_vector_47 ()
sl@0
   495
	{
sl@0
   496
	// ; public: virtual __thiscall CDSAKeyPair::~CDSAKeyPair(void)
sl@0
   497
	_asm mov eax, 47
sl@0
   498
	_asm jmp common_dispatch
sl@0
   499
	}
sl@0
   500
sl@0
   501
	
sl@0
   502
__declspec(dllexport)
sl@0
   503
__declspec(naked)
sl@0
   504
void call_vector_48 ()
sl@0
   505
	{
sl@0
   506
	// ; public: virtual __thiscall CDSAParameters::~CDSAParameters(void)
sl@0
   507
	_asm mov eax, 48
sl@0
   508
	_asm jmp common_dispatch
sl@0
   509
	}
sl@0
   510
sl@0
   511
	
sl@0
   512
__declspec(dllexport)
sl@0
   513
__declspec(naked)
sl@0
   514
void call_vector_49 ()
sl@0
   515
	{
sl@0
   516
	// ; public: virtual __thiscall CDSAPrimeCertificate::~CDSAPrimeCertificate(void)
sl@0
   517
	_asm mov eax, 49
sl@0
   518
	_asm jmp common_dispatch
sl@0
   519
	}
sl@0
   520
sl@0
   521
	
sl@0
   522
__declspec(dllexport)
sl@0
   523
__declspec(naked)
sl@0
   524
void call_vector_50 ()
sl@0
   525
	{
sl@0
   526
	// ; public: virtual __thiscall CDSAPrivateKey::~CDSAPrivateKey(void)
sl@0
   527
	_asm mov eax, 50
sl@0
   528
	_asm jmp common_dispatch
sl@0
   529
	}
sl@0
   530
sl@0
   531
	
sl@0
   532
__declspec(dllexport)
sl@0
   533
__declspec(naked)
sl@0
   534
void call_vector_51 ()
sl@0
   535
	{
sl@0
   536
	// ; public: virtual __thiscall CDSAPublicKey::~CDSAPublicKey(void)
sl@0
   537
	_asm mov eax, 51
sl@0
   538
	_asm jmp common_dispatch
sl@0
   539
	}
sl@0
   540
sl@0
   541
	
sl@0
   542
__declspec(dllexport)
sl@0
   543
__declspec(naked)
sl@0
   544
void call_vector_52 ()
sl@0
   545
	{
sl@0
   546
	// ; public: virtual __thiscall CDSASignature::~CDSASignature(void)
sl@0
   547
	_asm mov eax, 52
sl@0
   548
	_asm jmp common_dispatch
sl@0
   549
	}
sl@0
   550
sl@0
   551
	
sl@0
   552
__declspec(dllexport)
sl@0
   553
__declspec(naked)
sl@0
   554
void call_vector_53 ()
sl@0
   555
	{
sl@0
   556
	// ; public: virtual __thiscall CRSAKeyPair::~CRSAKeyPair(void)
sl@0
   557
	_asm mov eax, 53
sl@0
   558
	_asm jmp common_dispatch
sl@0
   559
	}
sl@0
   560
sl@0
   561
	
sl@0
   562
__declspec(dllexport)
sl@0
   563
__declspec(naked)
sl@0
   564
void call_vector_54 ()
sl@0
   565
	{
sl@0
   566
	// ; public: virtual __thiscall CRSAParameters::~CRSAParameters(void)
sl@0
   567
	_asm mov eax, 54
sl@0
   568
	_asm jmp common_dispatch
sl@0
   569
	}
sl@0
   570
sl@0
   571
	
sl@0
   572
__declspec(dllexport)
sl@0
   573
__declspec(naked)
sl@0
   574
void call_vector_55 ()
sl@0
   575
	{
sl@0
   576
	// ; public: virtual __thiscall CRSAPrivateKeyCRT::~CRSAPrivateKeyCRT(void)
sl@0
   577
	_asm mov eax, 55
sl@0
   578
	_asm jmp common_dispatch
sl@0
   579
	}
sl@0
   580
sl@0
   581
	
sl@0
   582
__declspec(dllexport)
sl@0
   583
__declspec(naked)
sl@0
   584
void call_vector_56 ()
sl@0
   585
	{
sl@0
   586
	// ; public: virtual __thiscall CRSAPrivateKeyStandard::~CRSAPrivateKeyStandard(void)
sl@0
   587
	_asm mov eax, 56
sl@0
   588
	_asm jmp common_dispatch
sl@0
   589
	}
sl@0
   590
sl@0
   591
	
sl@0
   592
__declspec(dllexport)
sl@0
   593
__declspec(naked)
sl@0
   594
void call_vector_57 ()
sl@0
   595
	{
sl@0
   596
	// ; public: virtual __thiscall CRSAPublicKey::~CRSAPublicKey(void)
sl@0
   597
	_asm mov eax, 57
sl@0
   598
	_asm jmp common_dispatch
sl@0
   599
	}
sl@0
   600
sl@0
   601
	
sl@0
   602
__declspec(dllexport)
sl@0
   603
__declspec(naked)
sl@0
   604
void call_vector_58 ()
sl@0
   605
	{
sl@0
   606
	// ; public: virtual __thiscall CRSASignature::~CRSASignature(void)
sl@0
   607
	_asm mov eax, 58
sl@0
   608
	_asm jmp common_dispatch
sl@0
   609
	}
sl@0
   610
sl@0
   611
	
sl@0
   612
__declspec(dllexport)
sl@0
   613
__declspec(naked)
sl@0
   614
void call_vector_59 ()
sl@0
   615
	{
sl@0
   616
	// ; public: virtual __thiscall CRijndael::~CRijndael(void)
sl@0
   617
	_asm mov eax, 59
sl@0
   618
	_asm jmp common_dispatch
sl@0
   619
	}
sl@0
   620
sl@0
   621
	
sl@0
   622
__declspec(dllexport)
sl@0
   623
__declspec(naked)
sl@0
   624
void call_vector_60 ()
sl@0
   625
	{
sl@0
   626
	// ; public: int __thiscall TInteger::operator!(void)const 
sl@0
   627
	_asm mov eax, 60
sl@0
   628
	_asm jmp common_dispatch
sl@0
   629
	}
sl@0
   630
sl@0
   631
	
sl@0
   632
__declspec(dllexport)
sl@0
   633
__declspec(naked)
sl@0
   634
void call_vector_61 ()
sl@0
   635
	{
sl@0
   636
	// ; public: int __thiscall CDSASignature::operator==(class CDSASignature const &)const 
sl@0
   637
	_asm mov eax, 61
sl@0
   638
	_asm jmp common_dispatch
sl@0
   639
	}
sl@0
   640
sl@0
   641
	
sl@0
   642
__declspec(dllexport)
sl@0
   643
__declspec(naked)
sl@0
   644
void call_vector_62 ()
sl@0
   645
	{
sl@0
   646
	// ; public: int __thiscall CRSASignature::operator==(class CRSASignature const &)const 
sl@0
   647
	_asm mov eax, 62
sl@0
   648
	_asm jmp common_dispatch
sl@0
   649
	}
sl@0
   650
sl@0
   651
	
sl@0
   652
__declspec(dllexport)
sl@0
   653
__declspec(naked)
sl@0
   654
void call_vector_63 ()
sl@0
   655
	{
sl@0
   656
	// ; public: __thiscall RInteger::operator class TCleanupItem(void)
sl@0
   657
	_asm mov eax, 63
sl@0
   658
	_asm jmp common_dispatch
sl@0
   659
	}
sl@0
   660
sl@0
   661
	
sl@0
   662
__declspec(dllexport)
sl@0
   663
__declspec(naked)
sl@0
   664
void call_vector_64 ()
sl@0
   665
	{
sl@0
   666
	// ; public: class HBufC8 const * __thiscall CDH::AgreeL(class CDHPublicKey const &)const 
sl@0
   667
	_asm mov eax, 64
sl@0
   668
	_asm jmp common_dispatch
sl@0
   669
	}
sl@0
   670
sl@0
   671
	
sl@0
   672
__declspec(dllexport)
sl@0
   673
__declspec(naked)
sl@0
   674
void call_vector_65 ()
sl@0
   675
	{
sl@0
   676
	// ; public: unsigned int __thiscall TInteger::BitCount(void)const 
sl@0
   677
	_asm mov eax, 65
sl@0
   678
	_asm jmp common_dispatch
sl@0
   679
	}
sl@0
   680
sl@0
   681
	
sl@0
   682
__declspec(dllexport)
sl@0
   683
__declspec(naked)
sl@0
   684
void call_vector_66 ()
sl@0
   685
	{
sl@0
   686
	// ; public: int __thiscall CPadding::BlockSize(void)const 
sl@0
   687
	_asm mov eax, 66
sl@0
   688
	_asm jmp common_dispatch
sl@0
   689
	}
sl@0
   690
sl@0
   691
	
sl@0
   692
__declspec(dllexport)
sl@0
   693
__declspec(naked)
sl@0
   694
void call_vector_67 ()
sl@0
   695
	{
sl@0
   696
	// ; public: virtual int __thiscall CStreamCipher::BlockSize(void)const 
sl@0
   697
	_asm mov eax, 67
sl@0
   698
	_asm jmp common_dispatch
sl@0
   699
	}
sl@0
   700
sl@0
   701
	
sl@0
   702
__declspec(dllexport)
sl@0
   703
__declspec(naked)
sl@0
   704
void call_vector_68 ()
sl@0
   705
	{
sl@0
   706
	// ; public: class CBlockTransformation * __thiscall CBufferedTransformation::BlockTransformer(void)const 
sl@0
   707
	_asm mov eax, 68
sl@0
   708
	_asm jmp common_dispatch
sl@0
   709
	}
sl@0
   710
sl@0
   711
	
sl@0
   712
__declspec(dllexport)
sl@0
   713
__declspec(naked)
sl@0
   714
void call_vector_69 ()
sl@0
   715
	{
sl@0
   716
	// ; public: class HBufC8 * __thiscall TInteger::BufferLC(void)const 
sl@0
   717
	_asm mov eax, 69
sl@0
   718
	_asm jmp common_dispatch
sl@0
   719
	}
sl@0
   720
sl@0
   721
	
sl@0
   722
__declspec(dllexport)
sl@0
   723
__declspec(naked)
sl@0
   724
void call_vector_70 ()
sl@0
   725
	{
sl@0
   726
	// ; public: unsigned int __thiscall TInteger::ByteCount(void)const 
sl@0
   727
	_asm mov eax, 70
sl@0
   728
	_asm jmp common_dispatch
sl@0
   729
	}
sl@0
   730
sl@0
   731
	
sl@0
   732
__declspec(dllexport)
sl@0
   733
__declspec(naked)
sl@0
   734
void call_vector_71 ()
sl@0
   735
	{
sl@0
   736
	// ; public: static void __cdecl RInteger::CallClose(void *)
sl@0
   737
	_asm mov eax, 71
sl@0
   738
	_asm jmp common_dispatch
sl@0
   739
	}
sl@0
   740
sl@0
   741
	
sl@0
   742
__declspec(dllexport)
sl@0
   743
__declspec(naked)
sl@0
   744
void call_vector_72 ()
sl@0
   745
	{
sl@0
   746
	// ; public: void __thiscall RInteger::Close(void)
sl@0
   747
	_asm mov eax, 72
sl@0
   748
	_asm jmp common_dispatch
sl@0
   749
	}
sl@0
   750
sl@0
   751
	
sl@0
   752
__declspec(dllexport)
sl@0
   753
__declspec(naked)
sl@0
   754
void call_vector_73 ()
sl@0
   755
	{
sl@0
   756
	// ; protected: void __thiscall CBlockChainingMode::ConstructL(class CBlockTransformation *,class TDesC8 const &)
sl@0
   757
	_asm mov eax, 73
sl@0
   758
	_asm jmp common_dispatch
sl@0
   759
	}
sl@0
   760
sl@0
   761
	
sl@0
   762
__declspec(dllexport)
sl@0
   763
__declspec(naked)
sl@0
   764
void call_vector_74 ()
sl@0
   765
	{
sl@0
   766
	// ; protected: void __thiscall CDHKeyPair::ConstructL(class RInteger &,class RInteger &,class RInteger &)
sl@0
   767
	_asm mov eax, 74
sl@0
   768
	_asm jmp common_dispatch
sl@0
   769
	}
sl@0
   770
sl@0
   771
	
sl@0
   772
__declspec(dllexport)
sl@0
   773
__declspec(naked)
sl@0
   774
void call_vector_75 ()
sl@0
   775
	{
sl@0
   776
	// ; protected: void __thiscall CDHKeyPair::ConstructL(class RInteger &,class RInteger &)
sl@0
   777
	_asm mov eax, 75
sl@0
   778
	_asm jmp common_dispatch
sl@0
   779
	}
sl@0
   780
sl@0
   781
	
sl@0
   782
__declspec(dllexport)
sl@0
   783
__declspec(naked)
sl@0
   784
void call_vector_76 ()
sl@0
   785
	{
sl@0
   786
	// ; public: unsigned int __thiscall CDSAPrimeCertificate::Counter(void)const 
sl@0
   787
	_asm mov eax, 76
sl@0
   788
	_asm jmp common_dispatch
sl@0
   789
	}
sl@0
   790
sl@0
   791
	
sl@0
   792
__declspec(dllexport)
sl@0
   793
__declspec(naked)
sl@0
   794
void call_vector_77 ()
sl@0
   795
	{
sl@0
   796
	// ; public: class TInteger const & __thiscall CRSAPrivateKeyStandard::D(void)const 
sl@0
   797
	_asm mov eax, 77
sl@0
   798
	_asm jmp common_dispatch
sl@0
   799
	}
sl@0
   800
sl@0
   801
	
sl@0
   802
__declspec(dllexport)
sl@0
   803
__declspec(naked)
sl@0
   804
void call_vector_78 ()
sl@0
   805
	{
sl@0
   806
	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::DP(void)const 
sl@0
   807
	_asm mov eax, 78
sl@0
   808
	_asm jmp common_dispatch
sl@0
   809
	}
sl@0
   810
sl@0
   811
	
sl@0
   812
__declspec(dllexport)
sl@0
   813
__declspec(naked)
sl@0
   814
void call_vector_79 ()
sl@0
   815
	{
sl@0
   816
	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::DQ(void)const 
sl@0
   817
	_asm mov eax, 79
sl@0
   818
	_asm jmp common_dispatch
sl@0
   819
	}
sl@0
   820
sl@0
   821
	
sl@0
   822
__declspec(dllexport)
sl@0
   823
__declspec(naked)
sl@0
   824
void call_vector_80 ()
sl@0
   825
	{
sl@0
   826
	// ; public: class TInteger const & __thiscall CRSAPublicKey::E(void)const 
sl@0
   827
	_asm mov eax, 80
sl@0
   828
	_asm jmp common_dispatch
sl@0
   829
	}
sl@0
   830
sl@0
   831
	
sl@0
   832
__declspec(dllexport)
sl@0
   833
__declspec(naked)
sl@0
   834
void call_vector_81 ()
sl@0
   835
	{
sl@0
   836
	// ; public: class TInteger const & __thiscall CDHParameters::G(void)const 
sl@0
   837
	_asm mov eax, 81
sl@0
   838
	_asm jmp common_dispatch
sl@0
   839
	}
sl@0
   840
sl@0
   841
	
sl@0
   842
__declspec(dllexport)
sl@0
   843
__declspec(naked)
sl@0
   844
void call_vector_82 ()
sl@0
   845
	{
sl@0
   846
	// ; public: class TInteger const & __thiscall CDSAParameters::G(void)const 
sl@0
   847
	_asm mov eax, 82
sl@0
   848
	_asm jmp common_dispatch
sl@0
   849
	}
sl@0
   850
sl@0
   851
	
sl@0
   852
__declspec(dllexport)
sl@0
   853
__declspec(naked)
sl@0
   854
void call_vector_83 ()
sl@0
   855
	{
sl@0
   856
	// ; protected: __thiscall CRSASigner::CRSASigner(void)
sl@0
   857
	_asm mov eax, 83
sl@0
   858
	_asm jmp common_dispatch
sl@0
   859
	}
sl@0
   860
sl@0
   861
	
sl@0
   862
__declspec(dllexport)
sl@0
   863
__declspec(naked)
sl@0
   864
void call_vector_84 ()
sl@0
   865
	{
sl@0
   866
	// ; public: virtual int __thiscall CStreamCipher::MaxFinalOutputLength(int)const 
sl@0
   867
	_asm mov eax, 84
sl@0
   868
	_asm jmp common_dispatch
sl@0
   869
	}
sl@0
   870
sl@0
   871
	
sl@0
   872
__declspec(dllexport)
sl@0
   873
__declspec(naked)
sl@0
   874
void call_vector_85 ()
sl@0
   875
	{
sl@0
   876
	// ; protected: __thiscall CRSAVerifier::CRSAVerifier(void)
sl@0
   877
	_asm mov eax, 85
sl@0
   878
	_asm jmp common_dispatch
sl@0
   879
	}
sl@0
   880
sl@0
   881
	
sl@0
   882
__declspec(dllexport)
sl@0
   883
__declspec(naked)
sl@0
   884
void call_vector_86 ()
sl@0
   885
	{
sl@0
   886
	// ; public virtual int CRSAVerifer::VerifyL(class TDesC8 const &,class CRSASignature const &)const
sl@0
   887
	_asm mov eax, 86
sl@0
   888
	_asm jmp common_dispatch
sl@0
   889
	}
sl@0
   890
sl@0
   891
	
sl@0
   892
__declspec(dllexport)
sl@0
   893
__declspec(naked)
sl@0
   894
void call_vector_87 ()
sl@0
   895
	{
sl@0
   896
	// ; public: virtual int __thiscall CStreamCipher::MaxOutputLength(int)const 
sl@0
   897
	_asm mov eax, 87
sl@0
   898
	_asm jmp common_dispatch
sl@0
   899
	}
sl@0
   900
sl@0
   901
	
sl@0
   902
__declspec(dllexport)
sl@0
   903
__declspec(naked)
sl@0
   904
void call_vector_88 ()
sl@0
   905
	{
sl@0
   906
	// ; public: virtual int __thiscall CPadding::MaxPaddedLength(int)const 
sl@0
   907
	_asm mov eax, 88
sl@0
   908
	_asm jmp common_dispatch
sl@0
   909
	}
sl@0
   910
sl@0
   911
	
sl@0
   912
__declspec(dllexport)
sl@0
   913
__declspec(naked)
sl@0
   914
void call_vector_89 ()
sl@0
   915
	{
sl@0
   916
	// ; public: virtual int __thiscall CPadding::MaxUnPaddedLength(int)const 
sl@0
   917
	_asm mov eax, 89
sl@0
   918
	_asm jmp common_dispatch
sl@0
   919
	}
sl@0
   920
sl@0
   921
	
sl@0
   922
__declspec(dllexport)
sl@0
   923
__declspec(naked)
sl@0
   924
void call_vector_90 ()
sl@0
   925
	{
sl@0
   926
	// ; public: static class RInteger  __cdecl TInteger::ModularExponentiateL(class TInteger const &,class TInteger const &,class TInteger const &)
sl@0
   927
	_asm mov eax, 90
sl@0
   928
	_asm jmp common_dispatch
sl@0
   929
	}
sl@0
   930
sl@0
   931
	
sl@0
   932
__declspec(dllexport)
sl@0
   933
__declspec(naked)
sl@0
   934
void call_vector_91 ()
sl@0
   935
	{
sl@0
   936
	// ; public: class TInteger const & __thiscall CDHParameters::N(void)const 
sl@0
   937
	_asm mov eax, 91
sl@0
   938
	_asm jmp common_dispatch
sl@0
   939
	}
sl@0
   940
sl@0
   941
	
sl@0
   942
__declspec(dllexport)
sl@0
   943
__declspec(naked)
sl@0
   944
void call_vector_92 ()
sl@0
   945
	{
sl@0
   946
	// ; public: class TInteger const & __thiscall CRSAParameters::N(void)const 
sl@0
   947
	_asm mov eax, 92
sl@0
   948
	_asm jmp common_dispatch
sl@0
   949
	}
sl@0
   950
sl@0
   951
	
sl@0
   952
__declspec(dllexport)
sl@0
   953
__declspec(naked)
sl@0
   954
void call_vector_93 ()
sl@0
   955
	{
sl@0
   956
	// ; public: static class RInteger  __cdecl RInteger::NewEmptyL(unsigned int)
sl@0
   957
	_asm mov eax, 93
sl@0
   958
	_asm jmp common_dispatch
sl@0
   959
	}
sl@0
   960
sl@0
   961
	
sl@0
   962
__declspec(dllexport)
sl@0
   963
__declspec(naked)
sl@0
   964
void call_vector_94 ()
sl@0
   965
	{
sl@0
   966
	// ; public: static class C3DESDecryptor * __cdecl C3DESDecryptor::NewL(class TDesC8 const &)
sl@0
   967
	_asm mov eax, 94
sl@0
   968
	_asm jmp common_dispatch
sl@0
   969
	}
sl@0
   970
sl@0
   971
	
sl@0
   972
__declspec(dllexport)
sl@0
   973
__declspec(naked)
sl@0
   974
void call_vector_95 ()
sl@0
   975
	{
sl@0
   976
	// ; public: static class C3DESEncryptor * __cdecl C3DESEncryptor::NewL(class TDesC8 const &)
sl@0
   977
	_asm mov eax, 95
sl@0
   978
	_asm jmp common_dispatch
sl@0
   979
	}
sl@0
   980
sl@0
   981
	
sl@0
   982
__declspec(dllexport)
sl@0
   983
__declspec(naked)
sl@0
   984
void call_vector_96 ()
sl@0
   985
	{
sl@0
   986
	// ; public: static class CAESDecryptor * __cdecl CAESDecryptor::NewL(class TDesC8 const &)
sl@0
   987
	_asm mov eax, 96
sl@0
   988
	_asm jmp common_dispatch
sl@0
   989
	}
sl@0
   990
sl@0
   991
	
sl@0
   992
__declspec(dllexport)
sl@0
   993
__declspec(naked)
sl@0
   994
void call_vector_97 ()
sl@0
   995
	{
sl@0
   996
	// ; public: static class CAESEncryptor * __cdecl CAESEncryptor::NewL(class TDesC8 const &)
sl@0
   997
	_asm mov eax, 97
sl@0
   998
	_asm jmp common_dispatch
sl@0
   999
	}
sl@0
  1000
sl@0
  1001
	
sl@0
  1002
__declspec(dllexport)
sl@0
  1003
__declspec(naked)
sl@0
  1004
void call_vector_98 ()
sl@0
  1005
	{
sl@0
  1006
	// ; public: static class CARC4 * __cdecl CARC4::NewL(class TDesC8 const &,unsigned int)
sl@0
  1007
	_asm mov eax, 98
sl@0
  1008
	_asm jmp common_dispatch
sl@0
  1009
	}
sl@0
  1010
sl@0
  1011
	
sl@0
  1012
__declspec(dllexport)
sl@0
  1013
__declspec(naked)
sl@0
  1014
void call_vector_99 ()
sl@0
  1015
	{
sl@0
  1016
	// ; public: static class CBufferedDecryptor * __cdecl CBufferedDecryptor::NewL(class CBlockTransformation *,class CPadding *)
sl@0
  1017
	_asm mov eax, 99
sl@0
  1018
	_asm jmp common_dispatch
sl@0
  1019
	}
sl@0
  1020
sl@0
  1021
	
sl@0
  1022
__declspec(dllexport)
sl@0
  1023
__declspec(naked)
sl@0
  1024
void call_vector_100 ()
sl@0
  1025
	{
sl@0
  1026
	// ; public: static class CBufferedEncryptor * __cdecl CBufferedEncryptor::NewL(class CBlockTransformation *,class CPadding *)
sl@0
  1027
	_asm mov eax, 100
sl@0
  1028
	_asm jmp common_dispatch
sl@0
  1029
	}
sl@0
  1030
sl@0
  1031
	
sl@0
  1032
__declspec(dllexport)
sl@0
  1033
__declspec(naked)
sl@0
  1034
void call_vector_101 ()
sl@0
  1035
	{
sl@0
  1036
	// ; public: static class CDESDecryptor * __cdecl CDESDecryptor::NewL(class TDesC8 const &,int)
sl@0
  1037
	_asm mov eax, 101
sl@0
  1038
	_asm jmp common_dispatch
sl@0
  1039
	}
sl@0
  1040
sl@0
  1041
	
sl@0
  1042
__declspec(dllexport)
sl@0
  1043
__declspec(naked)
sl@0
  1044
void call_vector_102 ()
sl@0
  1045
	{
sl@0
  1046
	// ; public: static class CDESEncryptor * __cdecl CDESEncryptor::NewL(class TDesC8 const &,int)
sl@0
  1047
	_asm mov eax, 102
sl@0
  1048
	_asm jmp common_dispatch
sl@0
  1049
	}
sl@0
  1050
sl@0
  1051
	
sl@0
  1052
__declspec(dllexport)
sl@0
  1053
__declspec(naked)
sl@0
  1054
void call_vector_103 ()
sl@0
  1055
	{
sl@0
  1056
	// ; public: static class CDH * __cdecl CDH::NewL(class CDHPrivateKey const &)
sl@0
  1057
	_asm mov eax, 103
sl@0
  1058
	_asm jmp common_dispatch
sl@0
  1059
	}
sl@0
  1060
sl@0
  1061
	
sl@0
  1062
__declspec(dllexport)
sl@0
  1063
__declspec(naked)
sl@0
  1064
void call_vector_104 ()
sl@0
  1065
	{
sl@0
  1066
	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewL(class RInteger &,class RInteger &,class RInteger &)
sl@0
  1067
	_asm mov eax, 104
sl@0
  1068
	_asm jmp common_dispatch
sl@0
  1069
	}
sl@0
  1070
sl@0
  1071
	
sl@0
  1072
__declspec(dllexport)
sl@0
  1073
__declspec(naked)
sl@0
  1074
void call_vector_105 ()
sl@0
  1075
	{
sl@0
  1076
	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewL(class RInteger &,class RInteger &)
sl@0
  1077
	_asm mov eax, 105
sl@0
  1078
	_asm jmp common_dispatch
sl@0
  1079
	}
sl@0
  1080
sl@0
  1081
	
sl@0
  1082
__declspec(dllexport)
sl@0
  1083
__declspec(naked)
sl@0
  1084
void call_vector_106 ()
sl@0
  1085
	{
sl@0
  1086
	// ; public: static class CDHPrivateKey * __cdecl CDHPrivateKey::NewL(class RInteger &,class RInteger &,class RInteger &)
sl@0
  1087
	_asm mov eax, 106
sl@0
  1088
	_asm jmp common_dispatch
sl@0
  1089
	}
sl@0
  1090
sl@0
  1091
	
sl@0
  1092
__declspec(dllexport)
sl@0
  1093
__declspec(naked)
sl@0
  1094
void call_vector_107 ()
sl@0
  1095
	{
sl@0
  1096
	// ; public: static class CDHPublicKey * __cdecl CDHPublicKey::NewL(class RInteger &,class RInteger &,class RInteger &)
sl@0
  1097
	_asm mov eax, 107
sl@0
  1098
	_asm jmp common_dispatch
sl@0
  1099
	}
sl@0
  1100
sl@0
  1101
	
sl@0
  1102
__declspec(dllexport)
sl@0
  1103
__declspec(naked)
sl@0
  1104
void call_vector_108 ()
sl@0
  1105
	{
sl@0
  1106
	// ; public: static class CDSAKeyPair * __cdecl CDSAKeyPair::NewL(unsigned int)
sl@0
  1107
	_asm mov eax, 108
sl@0
  1108
	_asm jmp common_dispatch
sl@0
  1109
	}
sl@0
  1110
sl@0
  1111
	
sl@0
  1112
__declspec(dllexport)
sl@0
  1113
__declspec(naked)
sl@0
  1114
void call_vector_109 ()
sl@0
  1115
	{
sl@0
  1116
	// ; public: static class CDSAParameters * __cdecl CDSAParameters::NewL(class RInteger &,class RInteger &,class RInteger &)
sl@0
  1117
	_asm mov eax, 109
sl@0
  1118
	_asm jmp common_dispatch
sl@0
  1119
	}
sl@0
  1120
sl@0
  1121
	
sl@0
  1122
__declspec(dllexport)
sl@0
  1123
__declspec(naked)
sl@0
  1124
void call_vector_110 ()
sl@0
  1125
	{
sl@0
  1126
	// ; public: static class CDSAPrimeCertificate * __cdecl CDSAPrimeCertificate::NewL(class TDesC8 const &,unsigned int)
sl@0
  1127
	_asm mov eax, 110
sl@0
  1128
	_asm jmp common_dispatch
sl@0
  1129
	}
sl@0
  1130
sl@0
  1131
	
sl@0
  1132
__declspec(dllexport)
sl@0
  1133
__declspec(naked)
sl@0
  1134
void call_vector_111 ()
sl@0
  1135
	{
sl@0
  1136
	// ; public: static class CDSAPrivateKey * __cdecl CDSAPrivateKey::NewL(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
  1137
	_asm mov eax, 111
sl@0
  1138
	_asm jmp common_dispatch
sl@0
  1139
	}
sl@0
  1140
sl@0
  1141
	
sl@0
  1142
__declspec(dllexport)
sl@0
  1143
__declspec(naked)
sl@0
  1144
void call_vector_112 ()
sl@0
  1145
	{
sl@0
  1146
	// ; public: static class CDSAPublicKey * __cdecl CDSAPublicKey::NewL(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
  1147
	_asm mov eax, 112
sl@0
  1148
	_asm jmp common_dispatch
sl@0
  1149
	}
sl@0
  1150
sl@0
  1151
	
sl@0
  1152
__declspec(dllexport)
sl@0
  1153
__declspec(naked)
sl@0
  1154
void call_vector_113 ()
sl@0
  1155
	{
sl@0
  1156
	// ; public: static class CDSASignature * __cdecl CDSASignature::NewL(class RInteger &,class RInteger &)
sl@0
  1157
	_asm mov eax, 113
sl@0
  1158
	_asm jmp common_dispatch
sl@0
  1159
	}
sl@0
  1160
sl@0
  1161
	
sl@0
  1162
__declspec(dllexport)
sl@0
  1163
__declspec(naked)
sl@0
  1164
void call_vector_114 ()
sl@0
  1165
	{
sl@0
  1166
	// ; public: static class CDSASigner * __cdecl CDSASigner::NewL(class CDSAPrivateKey const &)
sl@0
  1167
	_asm mov eax, 114
sl@0
  1168
	_asm jmp common_dispatch
sl@0
  1169
	}
sl@0
  1170
sl@0
  1171
	
sl@0
  1172
__declspec(dllexport)
sl@0
  1173
__declspec(naked)
sl@0
  1174
void call_vector_115 ()
sl@0
  1175
	{
sl@0
  1176
	// ; public: static class CDSAVerifier * __cdecl CDSAVerifier::NewL(class CDSAPublicKey const &)
sl@0
  1177
	_asm mov eax, 115
sl@0
  1178
	_asm jmp common_dispatch
sl@0
  1179
	}
sl@0
  1180
sl@0
  1181
	
sl@0
  1182
__declspec(dllexport)
sl@0
  1183
__declspec(naked)
sl@0
  1184
void call_vector_116 ()
sl@0
  1185
	{
sl@0
  1186
	// ; public: static class CModeCBCDecryptor * __cdecl CModeCBCDecryptor::NewL(class CBlockTransformation *,class TDesC8 const &)
sl@0
  1187
	_asm mov eax, 116
sl@0
  1188
	_asm jmp common_dispatch
sl@0
  1189
	}
sl@0
  1190
sl@0
  1191
	
sl@0
  1192
__declspec(dllexport)
sl@0
  1193
__declspec(naked)
sl@0
  1194
void call_vector_117 ()
sl@0
  1195
	{
sl@0
  1196
	// ; public: static class CModeCBCEncryptor * __cdecl CModeCBCEncryptor::NewL(class CBlockTransformation *,class TDesC8 const &)
sl@0
  1197
	_asm mov eax, 117
sl@0
  1198
	_asm jmp common_dispatch
sl@0
  1199
	}
sl@0
  1200
sl@0
  1201
	
sl@0
  1202
__declspec(dllexport)
sl@0
  1203
__declspec(naked)
sl@0
  1204
void call_vector_118 ()
sl@0
  1205
	{
sl@0
  1206
	// ; public: static class CNullCipher * __cdecl CNullCipher::NewL(void)
sl@0
  1207
	_asm mov eax, 118
sl@0
  1208
	_asm jmp common_dispatch
sl@0
  1209
	}
sl@0
  1210
sl@0
  1211
	
sl@0
  1212
__declspec(dllexport)
sl@0
  1213
__declspec(naked)
sl@0
  1214
void call_vector_119 ()
sl@0
  1215
	{
sl@0
  1216
	// ; public: static class CPaddingNone * __cdecl CPaddingNone::NewL(int)
sl@0
  1217
	_asm mov eax, 119
sl@0
  1218
	_asm jmp common_dispatch
sl@0
  1219
	}
sl@0
  1220
sl@0
  1221
	
sl@0
  1222
__declspec(dllexport)
sl@0
  1223
__declspec(naked)
sl@0
  1224
void call_vector_120 ()
sl@0
  1225
	{
sl@0
  1226
	// ; public: static class CPaddingPKCS1Encryption * __cdecl CPaddingPKCS1Encryption::NewL(int)
sl@0
  1227
	_asm mov eax, 120
sl@0
  1228
	_asm jmp common_dispatch
sl@0
  1229
	}
sl@0
  1230
sl@0
  1231
	
sl@0
  1232
__declspec(dllexport)
sl@0
  1233
__declspec(naked)
sl@0
  1234
void call_vector_121 ()
sl@0
  1235
	{
sl@0
  1236
	// ; public: static class CPaddingPKCS1Signature * __cdecl CPaddingPKCS1Signature::NewL(int)
sl@0
  1237
	_asm mov eax, 121
sl@0
  1238
	_asm jmp common_dispatch
sl@0
  1239
	}
sl@0
  1240
sl@0
  1241
	
sl@0
  1242
__declspec(dllexport)
sl@0
  1243
__declspec(naked)
sl@0
  1244
void call_vector_122 ()
sl@0
  1245
	{
sl@0
  1246
	// ; public: static class CPaddingSSLv3 * __cdecl CPaddingSSLv3::NewL(int)
sl@0
  1247
	_asm mov eax, 122
sl@0
  1248
	_asm jmp common_dispatch
sl@0
  1249
	}
sl@0
  1250
sl@0
  1251
	
sl@0
  1252
__declspec(dllexport)
sl@0
  1253
__declspec(naked)
sl@0
  1254
void call_vector_123 ()
sl@0
  1255
	{
sl@0
  1256
	// ; public: static class CRC2Decryptor * __cdecl CRC2Decryptor::NewL(class TDesC8 const &,int)
sl@0
  1257
	_asm mov eax, 123
sl@0
  1258
	_asm jmp common_dispatch
sl@0
  1259
	}
sl@0
  1260
sl@0
  1261
	
sl@0
  1262
__declspec(dllexport)
sl@0
  1263
__declspec(naked)
sl@0
  1264
void call_vector_124 ()
sl@0
  1265
	{
sl@0
  1266
	// ; public: static class CRC2Encryptor * __cdecl CRC2Encryptor::NewL(class TDesC8 const &,int)
sl@0
  1267
	_asm mov eax, 124
sl@0
  1268
	_asm jmp common_dispatch
sl@0
  1269
	}
sl@0
  1270
sl@0
  1271
	
sl@0
  1272
__declspec(dllexport)
sl@0
  1273
__declspec(naked)
sl@0
  1274
void call_vector_125 ()
sl@0
  1275
	{
sl@0
  1276
	// ; public: static class CRSAKeyPair * __cdecl CRSAKeyPair::NewL(unsigned int,enum TRSAPrivateKeyType)
sl@0
  1277
	_asm mov eax, 125
sl@0
  1278
	_asm jmp common_dispatch
sl@0
  1279
	}
sl@0
  1280
sl@0
  1281
	
sl@0
  1282
__declspec(dllexport)
sl@0
  1283
__declspec(naked)
sl@0
  1284
void call_vector_126 ()
sl@0
  1285
	{
sl@0
  1286
	// ; public: static class CRSAPKCS1v15Decryptor * __cdecl CRSAPKCS1v15Decryptor::NewL(class CRSAPrivateKey const &)
sl@0
  1287
	_asm mov eax, 126
sl@0
  1288
	_asm jmp common_dispatch
sl@0
  1289
	}
sl@0
  1290
sl@0
  1291
	
sl@0
  1292
__declspec(dllexport)
sl@0
  1293
__declspec(naked)
sl@0
  1294
void call_vector_127 ()
sl@0
  1295
	{
sl@0
  1296
	// ; public: static class CRSAPKCS1v15Encryptor * __cdecl CRSAPKCS1v15Encryptor::NewL(class CRSAPublicKey const &)
sl@0
  1297
	_asm mov eax, 127
sl@0
  1298
	_asm jmp common_dispatch
sl@0
  1299
	}
sl@0
  1300
sl@0
  1301
	
sl@0
  1302
__declspec(dllexport)
sl@0
  1303
__declspec(naked)
sl@0
  1304
void call_vector_128 ()
sl@0
  1305
	{
sl@0
  1306
	// ; public: static class CRSAPKCS1v15Signer * __cdecl CRSAPKCS1v15Signer::NewL(class CRSAPrivateKey const &)
sl@0
  1307
	_asm mov eax, 128
sl@0
  1308
	_asm jmp common_dispatch
sl@0
  1309
	}
sl@0
  1310
sl@0
  1311
	
sl@0
  1312
__declspec(dllexport)
sl@0
  1313
__declspec(naked)
sl@0
  1314
void call_vector_129 ()
sl@0
  1315
	{
sl@0
  1316
	// ; public: static class CRSAPKCS1v15Verifier * __cdecl CRSAPKCS1v15Verifier::NewL(class CRSAPublicKey const &)
sl@0
  1317
	_asm mov eax, 129
sl@0
  1318
	_asm jmp common_dispatch
sl@0
  1319
	}
sl@0
  1320
sl@0
  1321
	
sl@0
  1322
__declspec(dllexport)
sl@0
  1323
__declspec(naked)
sl@0
  1324
void call_vector_130 ()
sl@0
  1325
	{
sl@0
  1326
	// ; public: static class CRSAPrivateKeyCRT * __cdecl CRSAPrivateKeyCRT::NewL(class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
  1327
	_asm mov eax, 130
sl@0
  1328
	_asm jmp common_dispatch
sl@0
  1329
	}
sl@0
  1330
sl@0
  1331
	
sl@0
  1332
__declspec(dllexport)
sl@0
  1333
__declspec(naked)
sl@0
  1334
void call_vector_131 ()
sl@0
  1335
	{
sl@0
  1336
	// ; public: static class CRSAPrivateKeyStandard * __cdecl CRSAPrivateKeyStandard::NewL(class RInteger &,class RInteger &)
sl@0
  1337
	_asm mov eax, 131
sl@0
  1338
	_asm jmp common_dispatch
sl@0
  1339
	}
sl@0
  1340
sl@0
  1341
	
sl@0
  1342
__declspec(dllexport)
sl@0
  1343
__declspec(naked)
sl@0
  1344
void call_vector_132 ()
sl@0
  1345
	{
sl@0
  1346
	// ; public: static class CRSAPublicKey * __cdecl CRSAPublicKey::NewL(class RInteger &,class RInteger &)
sl@0
  1347
	_asm mov eax, 132
sl@0
  1348
	_asm jmp common_dispatch
sl@0
  1349
	}
sl@0
  1350
sl@0
  1351
	
sl@0
  1352
__declspec(dllexport)
sl@0
  1353
__declspec(naked)
sl@0
  1354
void call_vector_133 ()
sl@0
  1355
	{
sl@0
  1356
	// ; public: static class CRSASignature * __cdecl CRSASignature::NewL(class RInteger &)
sl@0
  1357
	_asm mov eax, 133
sl@0
  1358
	_asm jmp common_dispatch
sl@0
  1359
	}
sl@0
  1360
sl@0
  1361
	
sl@0
  1362
__declspec(dllexport)
sl@0
  1363
__declspec(naked)
sl@0
  1364
void call_vector_134 ()
sl@0
  1365
	{
sl@0
  1366
	// ; public: static class RInteger  __cdecl RInteger::NewL(class TDesC8 const &)
sl@0
  1367
	_asm mov eax, 134
sl@0
  1368
	_asm jmp common_dispatch
sl@0
  1369
	}
sl@0
  1370
sl@0
  1371
	
sl@0
  1372
__declspec(dllexport)
sl@0
  1373
__declspec(naked)
sl@0
  1374
void call_vector_135 ()
sl@0
  1375
	{
sl@0
  1376
	// ; public: static class RInteger  __cdecl RInteger::NewL(class TInteger const &)
sl@0
  1377
	_asm mov eax, 135
sl@0
  1378
	_asm jmp common_dispatch
sl@0
  1379
	}
sl@0
  1380
sl@0
  1381
	
sl@0
  1382
__declspec(dllexport)
sl@0
  1383
__declspec(naked)
sl@0
  1384
void call_vector_136 ()
sl@0
  1385
	{
sl@0
  1386
	// ; public: static class RInteger  __cdecl RInteger::NewL(int)
sl@0
  1387
	_asm mov eax, 136
sl@0
  1388
	_asm jmp common_dispatch
sl@0
  1389
	}
sl@0
  1390
sl@0
  1391
	
sl@0
  1392
__declspec(dllexport)
sl@0
  1393
__declspec(naked)
sl@0
  1394
void call_vector_137 ()
sl@0
  1395
	{
sl@0
  1396
	// ; public: static class RInteger  __cdecl RInteger::NewL(unsigned int)
sl@0
  1397
	_asm mov eax, 137
sl@0
  1398
	_asm jmp common_dispatch
sl@0
  1399
	}
sl@0
  1400
sl@0
  1401
	
sl@0
  1402
__declspec(dllexport)
sl@0
  1403
__declspec(naked)
sl@0
  1404
void call_vector_138 ()
sl@0
  1405
	{
sl@0
  1406
	// ; public: static class RInteger  __cdecl RInteger::NewL(void)
sl@0
  1407
	_asm mov eax, 138
sl@0
  1408
	_asm jmp common_dispatch
sl@0
  1409
	}
sl@0
  1410
sl@0
  1411
	
sl@0
  1412
__declspec(dllexport)
sl@0
  1413
__declspec(naked)
sl@0
  1414
void call_vector_139 ()
sl@0
  1415
	{
sl@0
  1416
	// ; public: static class C3DESDecryptor * __cdecl C3DESDecryptor::NewLC(class TDesC8 const &)
sl@0
  1417
	_asm mov eax, 139
sl@0
  1418
	_asm jmp common_dispatch
sl@0
  1419
	}
sl@0
  1420
sl@0
  1421
	
sl@0
  1422
__declspec(dllexport)
sl@0
  1423
__declspec(naked)
sl@0
  1424
void call_vector_140 ()
sl@0
  1425
	{
sl@0
  1426
	// ; public: static class C3DESEncryptor * __cdecl C3DESEncryptor::NewLC(class TDesC8 const &)
sl@0
  1427
	_asm mov eax, 140
sl@0
  1428
	_asm jmp common_dispatch
sl@0
  1429
	}
sl@0
  1430
sl@0
  1431
	
sl@0
  1432
__declspec(dllexport)
sl@0
  1433
__declspec(naked)
sl@0
  1434
void call_vector_141 ()
sl@0
  1435
	{
sl@0
  1436
	// ; public: static class CAESDecryptor * __cdecl CAESDecryptor::NewLC(class TDesC8 const &)
sl@0
  1437
	_asm mov eax, 141
sl@0
  1438
	_asm jmp common_dispatch
sl@0
  1439
	}
sl@0
  1440
sl@0
  1441
	
sl@0
  1442
__declspec(dllexport)
sl@0
  1443
__declspec(naked)
sl@0
  1444
void call_vector_142 ()
sl@0
  1445
	{
sl@0
  1446
	// ; public: static class CAESEncryptor * __cdecl CAESEncryptor::NewLC(class TDesC8 const &)
sl@0
  1447
	_asm mov eax, 142
sl@0
  1448
	_asm jmp common_dispatch
sl@0
  1449
	}
sl@0
  1450
sl@0
  1451
	
sl@0
  1452
__declspec(dllexport)
sl@0
  1453
__declspec(naked)
sl@0
  1454
void call_vector_143 ()
sl@0
  1455
	{
sl@0
  1456
	// ; public: static class CARC4 * __cdecl CARC4::NewLC(class TDesC8 const &,unsigned int)
sl@0
  1457
	_asm mov eax, 143
sl@0
  1458
	_asm jmp common_dispatch
sl@0
  1459
	}
sl@0
  1460
sl@0
  1461
	
sl@0
  1462
__declspec(dllexport)
sl@0
  1463
__declspec(naked)
sl@0
  1464
void call_vector_144 ()
sl@0
  1465
	{
sl@0
  1466
	// ; public: static class CBufferedDecryptor * __cdecl CBufferedDecryptor::NewLC(class CBlockTransformation *,class CPadding *)
sl@0
  1467
	_asm mov eax, 144
sl@0
  1468
	_asm jmp common_dispatch
sl@0
  1469
	}
sl@0
  1470
sl@0
  1471
	
sl@0
  1472
__declspec(dllexport)
sl@0
  1473
__declspec(naked)
sl@0
  1474
void call_vector_145 ()
sl@0
  1475
	{
sl@0
  1476
	// ; public: static class CBufferedEncryptor * __cdecl CBufferedEncryptor::NewLC(class CBlockTransformation *,class CPadding *)
sl@0
  1477
	_asm mov eax, 145
sl@0
  1478
	_asm jmp common_dispatch
sl@0
  1479
	}
sl@0
  1480
sl@0
  1481
	
sl@0
  1482
__declspec(dllexport)
sl@0
  1483
__declspec(naked)
sl@0
  1484
void call_vector_146 ()
sl@0
  1485
	{
sl@0
  1486
	// ; public: static class CDESDecryptor * __cdecl CDESDecryptor::NewLC(class TDesC8 const &,int)
sl@0
  1487
	_asm mov eax, 146
sl@0
  1488
	_asm jmp common_dispatch
sl@0
  1489
	}
sl@0
  1490
sl@0
  1491
	
sl@0
  1492
__declspec(dllexport)
sl@0
  1493
__declspec(naked)
sl@0
  1494
void call_vector_147 ()
sl@0
  1495
	{
sl@0
  1496
	// ; public: static class CDESEncryptor * __cdecl CDESEncryptor::NewLC(class TDesC8 const &,int)
sl@0
  1497
	_asm mov eax, 147
sl@0
  1498
	_asm jmp common_dispatch
sl@0
  1499
	}
sl@0
  1500
sl@0
  1501
	
sl@0
  1502
__declspec(dllexport)
sl@0
  1503
__declspec(naked)
sl@0
  1504
void call_vector_148 ()
sl@0
  1505
	{
sl@0
  1506
	// ; public: static class CDH * __cdecl CDH::NewLC(class CDHPrivateKey const &)
sl@0
  1507
	_asm mov eax, 148
sl@0
  1508
	_asm jmp common_dispatch
sl@0
  1509
	}
sl@0
  1510
sl@0
  1511
	
sl@0
  1512
__declspec(dllexport)
sl@0
  1513
__declspec(naked)
sl@0
  1514
void call_vector_149 ()
sl@0
  1515
	{
sl@0
  1516
	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewLC(class RInteger &,class RInteger &,class RInteger &)
sl@0
  1517
	_asm mov eax, 149
sl@0
  1518
	_asm jmp common_dispatch
sl@0
  1519
	}
sl@0
  1520
sl@0
  1521
	
sl@0
  1522
__declspec(dllexport)
sl@0
  1523
__declspec(naked)
sl@0
  1524
void call_vector_150 ()
sl@0
  1525
	{
sl@0
  1526
	// ; public: static class CDHKeyPair * __cdecl CDHKeyPair::NewLC(class RInteger &,class RInteger &)
sl@0
  1527
	_asm mov eax, 150
sl@0
  1528
	_asm jmp common_dispatch
sl@0
  1529
	}
sl@0
  1530
sl@0
  1531
	
sl@0
  1532
__declspec(dllexport)
sl@0
  1533
__declspec(naked)
sl@0
  1534
void call_vector_151 ()
sl@0
  1535
	{
sl@0
  1536
	// ; public: static class CDHPrivateKey * __cdecl CDHPrivateKey::NewLC(class RInteger &,class RInteger &,class RInteger &)
sl@0
  1537
	_asm mov eax, 151
sl@0
  1538
	_asm jmp common_dispatch
sl@0
  1539
	}
sl@0
  1540
sl@0
  1541
	
sl@0
  1542
__declspec(dllexport)
sl@0
  1543
__declspec(naked)
sl@0
  1544
void call_vector_152 ()
sl@0
  1545
	{
sl@0
  1546
	// ; public: static class CDHPublicKey * __cdecl CDHPublicKey::NewLC(class RInteger &,class RInteger &,class RInteger &)
sl@0
  1547
	_asm mov eax, 152
sl@0
  1548
	_asm jmp common_dispatch
sl@0
  1549
	}
sl@0
  1550
sl@0
  1551
	
sl@0
  1552
__declspec(dllexport)
sl@0
  1553
__declspec(naked)
sl@0
  1554
void call_vector_153 ()
sl@0
  1555
	{
sl@0
  1556
	// ; public: static class CDSAKeyPair * __cdecl CDSAKeyPair::NewLC(unsigned int)
sl@0
  1557
	_asm mov eax, 153
sl@0
  1558
	_asm jmp common_dispatch
sl@0
  1559
	}
sl@0
  1560
sl@0
  1561
	
sl@0
  1562
__declspec(dllexport)
sl@0
  1563
__declspec(naked)
sl@0
  1564
void call_vector_154 ()
sl@0
  1565
	{
sl@0
  1566
	// ; public: static class CDSAPrimeCertificate * __cdecl CDSAPrimeCertificate::NewLC(class TDesC8 const &,unsigned int)
sl@0
  1567
	_asm mov eax, 154
sl@0
  1568
	_asm jmp common_dispatch
sl@0
  1569
	}
sl@0
  1570
sl@0
  1571
	
sl@0
  1572
__declspec(dllexport)
sl@0
  1573
__declspec(naked)
sl@0
  1574
void call_vector_155 ()
sl@0
  1575
	{
sl@0
  1576
	// ; public: static class CDSAPrivateKey * __cdecl CDSAPrivateKey::NewLC(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
  1577
	_asm mov eax, 155
sl@0
  1578
	_asm jmp common_dispatch
sl@0
  1579
	}
sl@0
  1580
sl@0
  1581
	
sl@0
  1582
__declspec(dllexport)
sl@0
  1583
__declspec(naked)
sl@0
  1584
void call_vector_156 ()
sl@0
  1585
	{
sl@0
  1586
	// ; public: static class CDSAPublicKey * __cdecl CDSAPublicKey::NewLC(class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
  1587
	_asm mov eax, 156
sl@0
  1588
	_asm jmp common_dispatch
sl@0
  1589
	}
sl@0
  1590
sl@0
  1591
	
sl@0
  1592
__declspec(dllexport)
sl@0
  1593
__declspec(naked)
sl@0
  1594
void call_vector_157 ()
sl@0
  1595
	{
sl@0
  1596
	// ; public: static class CDSASignature * __cdecl CDSASignature::NewLC(class RInteger &,class RInteger &)
sl@0
  1597
	_asm mov eax, 157
sl@0
  1598
	_asm jmp common_dispatch
sl@0
  1599
	}
sl@0
  1600
sl@0
  1601
	
sl@0
  1602
__declspec(dllexport)
sl@0
  1603
__declspec(naked)
sl@0
  1604
void call_vector_158 ()
sl@0
  1605
	{
sl@0
  1606
	// ; public: static class CDSASigner * __cdecl CDSASigner::NewLC(class CDSAPrivateKey const &)
sl@0
  1607
	_asm mov eax, 158
sl@0
  1608
	_asm jmp common_dispatch
sl@0
  1609
	}
sl@0
  1610
sl@0
  1611
	
sl@0
  1612
__declspec(dllexport)
sl@0
  1613
__declspec(naked)
sl@0
  1614
void call_vector_159 ()
sl@0
  1615
	{
sl@0
  1616
	// ; public: static class CDSAVerifier * __cdecl CDSAVerifier::NewLC(class CDSAPublicKey const &)
sl@0
  1617
	_asm mov eax, 159
sl@0
  1618
	_asm jmp common_dispatch
sl@0
  1619
	}
sl@0
  1620
sl@0
  1621
	
sl@0
  1622
__declspec(dllexport)
sl@0
  1623
__declspec(naked)
sl@0
  1624
void call_vector_160 ()
sl@0
  1625
	{
sl@0
  1626
	// ; public: static class CModeCBCDecryptor * __cdecl CModeCBCDecryptor::NewLC(class CBlockTransformation *,class TDesC8 const &)
sl@0
  1627
	_asm mov eax, 160
sl@0
  1628
	_asm jmp common_dispatch
sl@0
  1629
	}
sl@0
  1630
sl@0
  1631
	
sl@0
  1632
__declspec(dllexport)
sl@0
  1633
__declspec(naked)
sl@0
  1634
void call_vector_161 ()
sl@0
  1635
	{
sl@0
  1636
	// ; public: static class CModeCBCEncryptor * __cdecl CModeCBCEncryptor::NewLC(class CBlockTransformation *,class TDesC8 const &)
sl@0
  1637
	_asm mov eax, 161
sl@0
  1638
	_asm jmp common_dispatch
sl@0
  1639
	}
sl@0
  1640
sl@0
  1641
	
sl@0
  1642
__declspec(dllexport)
sl@0
  1643
__declspec(naked)
sl@0
  1644
void call_vector_162 ()
sl@0
  1645
	{
sl@0
  1646
	// ; public: static class CNullCipher * __cdecl CNullCipher::NewLC(void)
sl@0
  1647
	_asm mov eax, 162
sl@0
  1648
	_asm jmp common_dispatch
sl@0
  1649
	}
sl@0
  1650
sl@0
  1651
	
sl@0
  1652
__declspec(dllexport)
sl@0
  1653
__declspec(naked)
sl@0
  1654
void call_vector_163 ()
sl@0
  1655
	{
sl@0
  1656
	// ; public: static class CPaddingNone * __cdecl CPaddingNone::NewLC(int)
sl@0
  1657
	_asm mov eax, 163
sl@0
  1658
	_asm jmp common_dispatch
sl@0
  1659
	}
sl@0
  1660
sl@0
  1661
	
sl@0
  1662
__declspec(dllexport)
sl@0
  1663
__declspec(naked)
sl@0
  1664
void call_vector_164 ()
sl@0
  1665
	{
sl@0
  1666
	// ; public: static class CPaddingPKCS1Encryption * __cdecl CPaddingPKCS1Encryption::NewLC(int)
sl@0
  1667
	_asm mov eax, 164
sl@0
  1668
	_asm jmp common_dispatch
sl@0
  1669
	}
sl@0
  1670
sl@0
  1671
	
sl@0
  1672
__declspec(dllexport)
sl@0
  1673
__declspec(naked)
sl@0
  1674
void call_vector_165 ()
sl@0
  1675
	{
sl@0
  1676
	// ; public: static class CPaddingPKCS1Signature * __cdecl CPaddingPKCS1Signature::NewLC(int)
sl@0
  1677
	_asm mov eax, 165
sl@0
  1678
	_asm jmp common_dispatch
sl@0
  1679
	}
sl@0
  1680
sl@0
  1681
	
sl@0
  1682
__declspec(dllexport)
sl@0
  1683
__declspec(naked)
sl@0
  1684
void call_vector_166 ()
sl@0
  1685
	{
sl@0
  1686
	// ; public: static class CPaddingSSLv3 * __cdecl CPaddingSSLv3::NewLC(int)
sl@0
  1687
	_asm mov eax, 166
sl@0
  1688
	_asm jmp common_dispatch
sl@0
  1689
	}
sl@0
  1690
sl@0
  1691
	
sl@0
  1692
__declspec(dllexport)
sl@0
  1693
__declspec(naked)
sl@0
  1694
void call_vector_167 ()
sl@0
  1695
	{
sl@0
  1696
	// ; public: static class CRC2Decryptor * __cdecl CRC2Decryptor::NewLC(class TDesC8 const &,int)
sl@0
  1697
	_asm mov eax, 167
sl@0
  1698
	_asm jmp common_dispatch
sl@0
  1699
	}
sl@0
  1700
sl@0
  1701
	
sl@0
  1702
__declspec(dllexport)
sl@0
  1703
__declspec(naked)
sl@0
  1704
void call_vector_168 ()
sl@0
  1705
	{
sl@0
  1706
	// ; public: static class CRC2Encryptor * __cdecl CRC2Encryptor::NewLC(class TDesC8 const &,int)
sl@0
  1707
	_asm mov eax, 168
sl@0
  1708
	_asm jmp common_dispatch
sl@0
  1709
	}
sl@0
  1710
sl@0
  1711
	
sl@0
  1712
__declspec(dllexport)
sl@0
  1713
__declspec(naked)
sl@0
  1714
void call_vector_169 ()
sl@0
  1715
	{
sl@0
  1716
	// ; public: static class CRSAKeyPair * __cdecl CRSAKeyPair::NewLC(unsigned int,enum TRSAPrivateKeyType)
sl@0
  1717
	_asm mov eax, 169
sl@0
  1718
	_asm jmp common_dispatch
sl@0
  1719
	}
sl@0
  1720
sl@0
  1721
	
sl@0
  1722
__declspec(dllexport)
sl@0
  1723
__declspec(naked)
sl@0
  1724
void call_vector_170 ()
sl@0
  1725
	{
sl@0
  1726
	// ; public: static class CRSAPKCS1v15Decryptor * __cdecl CRSAPKCS1v15Decryptor::NewLC(class CRSAPrivateKey const &)
sl@0
  1727
	_asm mov eax, 170
sl@0
  1728
	_asm jmp common_dispatch
sl@0
  1729
	}
sl@0
  1730
sl@0
  1731
	
sl@0
  1732
__declspec(dllexport)
sl@0
  1733
__declspec(naked)
sl@0
  1734
void call_vector_171 ()
sl@0
  1735
	{
sl@0
  1736
	// ; public: static class CRSAPKCS1v15Encryptor * __cdecl CRSAPKCS1v15Encryptor::NewLC(class CRSAPublicKey const &)
sl@0
  1737
	_asm mov eax, 171
sl@0
  1738
	_asm jmp common_dispatch
sl@0
  1739
	}
sl@0
  1740
sl@0
  1741
	
sl@0
  1742
__declspec(dllexport)
sl@0
  1743
__declspec(naked)
sl@0
  1744
void call_vector_172 ()
sl@0
  1745
	{
sl@0
  1746
	// ; public: static class CRSAPKCS1v15Signer * __cdecl CRSAPKCS1v15Signer::NewLC(class CRSAPrivateKey const &)
sl@0
  1747
	_asm mov eax, 172
sl@0
  1748
	_asm jmp common_dispatch
sl@0
  1749
	}
sl@0
  1750
sl@0
  1751
	
sl@0
  1752
__declspec(dllexport)
sl@0
  1753
__declspec(naked)
sl@0
  1754
void call_vector_173 ()
sl@0
  1755
	{
sl@0
  1756
	// ; public: static class CRSAPKCS1v15Verifier * __cdecl CRSAPKCS1v15Verifier::NewLC(class CRSAPublicKey const &)
sl@0
  1757
	_asm mov eax, 173
sl@0
  1758
	_asm jmp common_dispatch
sl@0
  1759
	}
sl@0
  1760
sl@0
  1761
	
sl@0
  1762
__declspec(dllexport)
sl@0
  1763
__declspec(naked)
sl@0
  1764
void call_vector_174 ()
sl@0
  1765
	{
sl@0
  1766
	// ; public: static class CRSAPrivateKeyCRT * __cdecl CRSAPrivateKeyCRT::NewLC(class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &,class RInteger &)
sl@0
  1767
	_asm mov eax, 174
sl@0
  1768
	_asm jmp common_dispatch
sl@0
  1769
	}
sl@0
  1770
sl@0
  1771
	
sl@0
  1772
__declspec(dllexport)
sl@0
  1773
__declspec(naked)
sl@0
  1774
void call_vector_175 ()
sl@0
  1775
	{
sl@0
  1776
	// ; public: static class CRSAPrivateKeyStandard * __cdecl CRSAPrivateKeyStandard::NewLC(class RInteger &,class RInteger &)
sl@0
  1777
	_asm mov eax, 175
sl@0
  1778
	_asm jmp common_dispatch
sl@0
  1779
	}
sl@0
  1780
sl@0
  1781
	
sl@0
  1782
__declspec(dllexport)
sl@0
  1783
__declspec(naked)
sl@0
  1784
void call_vector_176 ()
sl@0
  1785
	{
sl@0
  1786
	// ; public: static class CRSAPublicKey * __cdecl CRSAPublicKey::NewLC(class RInteger &,class RInteger &)
sl@0
  1787
	_asm mov eax, 176
sl@0
  1788
	_asm jmp common_dispatch
sl@0
  1789
	}
sl@0
  1790
sl@0
  1791
	
sl@0
  1792
__declspec(dllexport)
sl@0
  1793
__declspec(naked)
sl@0
  1794
void call_vector_177 ()
sl@0
  1795
	{
sl@0
  1796
	// ; public: static class CRSASignature * __cdecl CRSASignature::NewLC(class RInteger &)
sl@0
  1797
	_asm mov eax, 177
sl@0
  1798
	_asm jmp common_dispatch
sl@0
  1799
	}
sl@0
  1800
sl@0
  1801
	
sl@0
  1802
__declspec(dllexport)
sl@0
  1803
__declspec(naked)
sl@0
  1804
void call_vector_178 ()
sl@0
  1805
	{
sl@0
  1806
	// ; public: static class RInteger  __cdecl RInteger::NewPrimeL(unsigned int,int)
sl@0
  1807
	_asm mov eax, 178
sl@0
  1808
	_asm jmp common_dispatch
sl@0
  1809
	}
sl@0
  1810
sl@0
  1811
	
sl@0
  1812
__declspec(dllexport)
sl@0
  1813
__declspec(naked)
sl@0
  1814
void call_vector_179 ()
sl@0
  1815
	{
sl@0
  1816
	// ; public: static class RInteger  __cdecl RInteger::NewRandomL(class TInteger const &,class TInteger const &)
sl@0
  1817
	_asm mov eax, 179
sl@0
  1818
	_asm jmp common_dispatch
sl@0
  1819
	}
sl@0
  1820
sl@0
  1821
	
sl@0
  1822
__declspec(dllexport)
sl@0
  1823
__declspec(naked)
sl@0
  1824
void call_vector_180 ()
sl@0
  1825
	{
sl@0
  1826
	// ; public: static class RInteger  __cdecl RInteger::NewRandomL(unsigned int,int)
sl@0
  1827
	_asm mov eax, 180
sl@0
  1828
	_asm jmp common_dispatch
sl@0
  1829
	}
sl@0
  1830
sl@0
  1831
	
sl@0
  1832
__declspec(dllexport)
sl@0
  1833
__declspec(naked)
sl@0
  1834
void call_vector_181 ()
sl@0
  1835
	{
sl@0
  1836
	// ; public: class TInteger const & __thiscall CDSAParameters::P(void)const 
sl@0
  1837
	_asm mov eax, 181
sl@0
  1838
	_asm jmp common_dispatch
sl@0
  1839
	}
sl@0
  1840
sl@0
  1841
	
sl@0
  1842
__declspec(dllexport)
sl@0
  1843
__declspec(naked)
sl@0
  1844
void call_vector_182 ()
sl@0
  1845
	{
sl@0
  1846
	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::P(void)const 
sl@0
  1847
	_asm mov eax, 182
sl@0
  1848
	_asm jmp common_dispatch
sl@0
  1849
	}
sl@0
  1850
sl@0
  1851
	
sl@0
  1852
__declspec(dllexport)
sl@0
  1853
__declspec(naked)
sl@0
  1854
void call_vector_183 ()
sl@0
  1855
	{
sl@0
  1856
	// ; public: void __thiscall CPadding::PadL(class TDesC8 const &,class TDes8 &)
sl@0
  1857
	_asm mov eax, 183
sl@0
  1858
	_asm jmp common_dispatch
sl@0
  1859
	}
sl@0
  1860
sl@0
  1861
	
sl@0
  1862
__declspec(dllexport)
sl@0
  1863
__declspec(naked)
sl@0
  1864
void call_vector_184 ()
sl@0
  1865
	{
sl@0
  1866
	// ; public: class CDSAPrimeCertificate const & __thiscall CDSAKeyPair::PrimeCertificate(void)const 
sl@0
  1867
	_asm mov eax, 184
sl@0
  1868
	_asm jmp common_dispatch
sl@0
  1869
	}
sl@0
  1870
sl@0
  1871
	
sl@0
  1872
__declspec(dllexport)
sl@0
  1873
__declspec(naked)
sl@0
  1874
void call_vector_185 ()
sl@0
  1875
	{
sl@0
  1876
	// ; public: class CDHPrivateKey const & __thiscall CDHKeyPair::PrivateKey(void)const 
sl@0
  1877
	_asm mov eax, 185
sl@0
  1878
	_asm jmp common_dispatch
sl@0
  1879
	}
sl@0
  1880
sl@0
  1881
	
sl@0
  1882
__declspec(dllexport)
sl@0
  1883
__declspec(naked)
sl@0
  1884
void call_vector_186 ()
sl@0
  1885
	{
sl@0
  1886
	// ; public: class CDSAPrivateKey const & __thiscall CDSAKeyPair::PrivateKey(void)const 
sl@0
  1887
	_asm mov eax, 186
sl@0
  1888
	_asm jmp common_dispatch
sl@0
  1889
	}
sl@0
  1890
sl@0
  1891
	
sl@0
  1892
__declspec(dllexport)
sl@0
  1893
__declspec(naked)
sl@0
  1894
void call_vector_187 ()
sl@0
  1895
	{
sl@0
  1896
	// ; public: class CRSAPrivateKey const & __thiscall CRSAKeyPair::PrivateKey(void)const 
sl@0
  1897
	_asm mov eax, 187
sl@0
  1898
	_asm jmp common_dispatch
sl@0
  1899
	}
sl@0
  1900
sl@0
  1901
	
sl@0
  1902
__declspec(dllexport)
sl@0
  1903
__declspec(naked)
sl@0
  1904
void call_vector_188 ()
sl@0
  1905
	{
sl@0
  1906
	// ; public: virtual void __thiscall CStreamCipher::Process(class TDesC8 const &,class TDes8 &)
sl@0
  1907
	_asm mov eax, 188
sl@0
  1908
	_asm jmp common_dispatch
sl@0
  1909
	}
sl@0
  1910
sl@0
  1911
	
sl@0
  1912
__declspec(dllexport)
sl@0
  1913
__declspec(naked)
sl@0
  1914
void call_vector_189 ()
sl@0
  1915
	{
sl@0
  1916
	// ; public: virtual void __thiscall CStreamCipher::ProcessFinalL(class TDesC8 const &,class TDes8 &)
sl@0
  1917
	_asm mov eax, 189
sl@0
  1918
	_asm jmp common_dispatch
sl@0
  1919
	}
sl@0
  1920
sl@0
  1921
	
sl@0
  1922
__declspec(dllexport)
sl@0
  1923
__declspec(naked)
sl@0
  1924
void call_vector_190 ()
sl@0
  1925
	{
sl@0
  1926
	// ; public: class CDHPublicKey const & __thiscall CDHKeyPair::PublicKey(void)const 
sl@0
  1927
	_asm mov eax, 190
sl@0
  1928
	_asm jmp common_dispatch
sl@0
  1929
	}
sl@0
  1930
sl@0
  1931
	
sl@0
  1932
__declspec(dllexport)
sl@0
  1933
__declspec(naked)
sl@0
  1934
void call_vector_191 ()
sl@0
  1935
	{
sl@0
  1936
	// ; public: class CDSAPublicKey const & __thiscall CDSAKeyPair::PublicKey(void)const 
sl@0
  1937
	_asm mov eax, 191
sl@0
  1938
	_asm jmp common_dispatch
sl@0
  1939
	}
sl@0
  1940
sl@0
  1941
	
sl@0
  1942
__declspec(dllexport)
sl@0
  1943
__declspec(naked)
sl@0
  1944
void call_vector_192 ()
sl@0
  1945
	{
sl@0
  1946
	// ; public: class CRSAPublicKey const & __thiscall CRSAKeyPair::PublicKey(void)const 
sl@0
  1947
	_asm mov eax, 192
sl@0
  1948
	_asm jmp common_dispatch
sl@0
  1949
	}
sl@0
  1950
sl@0
  1951
	
sl@0
  1952
__declspec(dllexport)
sl@0
  1953
__declspec(naked)
sl@0
  1954
void call_vector_193 ()
sl@0
  1955
	{
sl@0
  1956
	// ; public: class TInteger const & __thiscall CDSAParameters::Q(void)const 
sl@0
  1957
	_asm mov eax, 193
sl@0
  1958
	_asm jmp common_dispatch
sl@0
  1959
	}
sl@0
  1960
sl@0
  1961
	
sl@0
  1962
__declspec(dllexport)
sl@0
  1963
__declspec(naked)
sl@0
  1964
void call_vector_194 ()
sl@0
  1965
	{
sl@0
  1966
	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::Q(void)const 
sl@0
  1967
	_asm mov eax, 194
sl@0
  1968
	_asm jmp common_dispatch
sl@0
  1969
	}
sl@0
  1970
sl@0
  1971
	
sl@0
  1972
__declspec(dllexport)
sl@0
  1973
__declspec(naked)
sl@0
  1974
void call_vector_195 ()
sl@0
  1975
	{
sl@0
  1976
	// ; public: class TInteger const & __thiscall CRSAPrivateKeyCRT::QInv(void)const 
sl@0
  1977
	_asm mov eax, 195
sl@0
  1978
	_asm jmp common_dispatch
sl@0
  1979
	}
sl@0
  1980
sl@0
  1981
	
sl@0
  1982
__declspec(dllexport)
sl@0
  1983
__declspec(naked)
sl@0
  1984
void call_vector_196 ()
sl@0
  1985
	{
sl@0
  1986
	// ; public: class TInteger const & __thiscall CDSASignature::R(void)const 
sl@0
  1987
	_asm mov eax, 196
sl@0
  1988
	_asm jmp common_dispatch
sl@0
  1989
	}
sl@0
  1990
sl@0
  1991
	
sl@0
  1992
__declspec(dllexport)
sl@0
  1993
__declspec(naked)
sl@0
  1994
void call_vector_197 ()
sl@0
  1995
	{
sl@0
  1996
	// ; public: class TInteger const & __thiscall CDSASignature::S(void)const 
sl@0
  1997
	_asm mov eax, 197
sl@0
  1998
	_asm jmp common_dispatch
sl@0
  1999
	}
sl@0
  2000
sl@0
  2001
	
sl@0
  2002
__declspec(dllexport)
sl@0
  2003
__declspec(naked)
sl@0
  2004
void call_vector_198 ()
sl@0
  2005
	{
sl@0
  2006
	// ; public: class TInteger const & __thiscall CRSASignature::S(void)const 
sl@0
  2007
	_asm mov eax, 198
sl@0
  2008
	_asm jmp common_dispatch
sl@0
  2009
	}
sl@0
  2010
sl@0
  2011
	
sl@0
  2012
__declspec(dllexport)
sl@0
  2013
__declspec(naked)
sl@0
  2014
void call_vector_199 ()
sl@0
  2015
	{
sl@0
  2016
	// ; public: class TDesC8 const & __thiscall CDSAPrimeCertificate::Seed(void)const 
sl@0
  2017
	_asm mov eax, 199
sl@0
  2018
	_asm jmp common_dispatch
sl@0
  2019
	}
sl@0
  2020
sl@0
  2021
	
sl@0
  2022
__declspec(dllexport)
sl@0
  2023
__declspec(naked)
sl@0
  2024
void call_vector_200 ()
sl@0
  2025
	{
sl@0
  2026
	// ; public: void __thiscall CPadding::SetBlockSize(int)
sl@0
  2027
	_asm mov eax, 200
sl@0
  2028
	_asm jmp common_dispatch
sl@0
  2029
	}
sl@0
  2030
sl@0
  2031
	
sl@0
  2032
__declspec(dllexport)
sl@0
  2033
__declspec(naked)
sl@0
  2034
void call_vector_201 ()
sl@0
  2035
	{
sl@0
  2036
	// ; public: static enum TCrypto::TStrength  __cdecl TCrypto::Strength(void)
sl@0
  2037
	_asm mov eax, 201
sl@0
  2038
	_asm jmp common_dispatch
sl@0
  2039
	}
sl@0
  2040
sl@0
  2041
	
sl@0
  2042
__declspec(dllexport)
sl@0
  2043
__declspec(naked)
sl@0
  2044
void call_vector_202 ()
sl@0
  2045
	{
sl@0
  2046
	// ; public: static int __cdecl CDSAParameters::ValidPrimeLength(unsigned int)
sl@0
  2047
	_asm mov eax, 202
sl@0
  2048
	_asm jmp common_dispatch
sl@0
  2049
	}
sl@0
  2050
sl@0
  2051
	
sl@0
  2052
__declspec(dllexport)
sl@0
  2053
__declspec(naked)
sl@0
  2054
void call_vector_203 ()
sl@0
  2055
	{
sl@0
  2056
	// ; public: int __thiscall CDSAParameters::ValidatePrimesL(class CDSAPrimeCertificate const &)const 
sl@0
  2057
	_asm mov eax, 203
sl@0
  2058
	_asm jmp common_dispatch
sl@0
  2059
	}
sl@0
  2060
sl@0
  2061
	
sl@0
  2062
__declspec(dllexport)
sl@0
  2063
__declspec(naked)
sl@0
  2064
void call_vector_204 ()
sl@0
  2065
	{
sl@0
  2066
	// ; public: unsigned int __thiscall TInteger::WordCount(void)const 
sl@0
  2067
	_asm mov eax, 204
sl@0
  2068
	_asm jmp common_dispatch
sl@0
  2069
	}
sl@0
  2070
sl@0
  2071
	
sl@0
  2072
__declspec(dllexport)
sl@0
  2073
__declspec(naked)
sl@0
  2074
void call_vector_205 ()
sl@0
  2075
	{
sl@0
  2076
	// ; public: class TInteger const & __thiscall CDHPublicKey::X(void)const 
sl@0
  2077
	_asm mov eax, 205
sl@0
  2078
	_asm jmp common_dispatch
sl@0
  2079
	}
sl@0
  2080
sl@0
  2081
	
sl@0
  2082
__declspec(dllexport)
sl@0
  2083
__declspec(naked)
sl@0
  2084
void call_vector_206 ()
sl@0
  2085
	{
sl@0
  2086
	// ; public: class TInteger const & __thiscall CDSAPrivateKey::X(void)const 
sl@0
  2087
	_asm mov eax, 206
sl@0
  2088
	_asm jmp common_dispatch
sl@0
  2089
	}
sl@0
  2090
sl@0
  2091
	
sl@0
  2092
__declspec(dllexport)
sl@0
  2093
__declspec(naked)
sl@0
  2094
void call_vector_207 ()
sl@0
  2095
	{
sl@0
  2096
	// ; public: class TInteger const & __thiscall CDSAPublicKey::Y(void)const 
sl@0
  2097
	_asm mov eax, 207
sl@0
  2098
	_asm jmp common_dispatch
sl@0
  2099
	}
sl@0
  2100
sl@0
  2101
	
sl@0
  2102
__declspec(dllexport)
sl@0
  2103
__declspec(naked)
sl@0
  2104
void call_vector_208 ()
sl@0
  2105
	{
sl@0
  2106
	// ; public: class TInteger const & __thiscall CDHPrivateKey::x(void)const 
sl@0
  2107
	_asm mov eax, 208
sl@0
  2108
	_asm jmp common_dispatch
sl@0
  2109
	}
sl@0
  2110
sl@0
  2111
	
sl@0
  2112
__declspec(dllexport)
sl@0
  2113
__declspec(naked)
sl@0
  2114
void call_vector_209 ()
sl@0
  2115
	{
sl@0
  2116
	// ; public: static int __cdecl TCrypto::IsAsymmetricWeakEnoughL(int)
sl@0
  2117
	_asm mov eax, 209
sl@0
  2118
	_asm jmp common_dispatch
sl@0
  2119
	}
sl@0
  2120
sl@0
  2121
	
sl@0
  2122
__declspec(dllexport)
sl@0
  2123
__declspec(naked)
sl@0
  2124
void call_vector_210 ()
sl@0
  2125
	{
sl@0
  2126
	// ; public: static int __cdecl TCrypto::IsSymmetricWeakEnoughL(int)
sl@0
  2127
	_asm mov eax, 210
sl@0
  2128
	_asm jmp common_dispatch
sl@0
  2129
	}
sl@0
  2130
sl@0
  2131
	
sl@0
  2132
__declspec(dllexport)
sl@0
  2133
__declspec(naked)
sl@0
  2134
void call_vector_211 ()
sl@0
  2135
	{
sl@0
  2136
	// ; CPaddingPKCS7::CPaddingPKCS7(int)
sl@0
  2137
	_asm mov eax, 211
sl@0
  2138
	_asm jmp common_dispatch
sl@0
  2139
	}
sl@0
  2140
sl@0
  2141
	
sl@0
  2142
__declspec(dllexport)
sl@0
  2143
__declspec(naked)
sl@0
  2144
void call_vector_212 ()
sl@0
  2145
	{
sl@0
  2146
	// ; class CPaddingPKCS7 * CPaddingPKCS7::NewL(int)
sl@0
  2147
	_asm mov eax, 212
sl@0
  2148
	_asm jmp common_dispatch
sl@0
  2149
	}
sl@0
  2150
sl@0
  2151
	
sl@0
  2152
__declspec(dllexport)
sl@0
  2153
__declspec(naked)
sl@0
  2154
void call_vector_213 ()
sl@0
  2155
	{
sl@0
  2156
	// ; class CPaddingPKCS7 * CPaddingPKCS7::NewLC(int)
sl@0
  2157
	_asm mov eax, 213
sl@0
  2158
	_asm jmp common_dispatch
sl@0
  2159
	}
sl@0
  2160
sl@0
  2161
	
sl@0
  2162
__declspec(dllexport)
sl@0
  2163
__declspec(naked)
sl@0
  2164
void call_vector_214 ()
sl@0
  2165
	{
sl@0
  2166
	// ; void KeyIdentifierUtil::DHKeyIdentifierL(class RInteger const &, class TBuf8<20> &)
sl@0
  2167
	_asm mov eax, 214
sl@0
  2168
	_asm jmp common_dispatch
sl@0
  2169
	}
sl@0
  2170
sl@0
  2171
	
sl@0
  2172
__declspec(dllexport)
sl@0
  2173
__declspec(naked)
sl@0
  2174
void call_vector_215 ()
sl@0
  2175
	{
sl@0
  2176
	// ; void KeyIdentifierUtil::DSAKeyIdentifierL(class CDSAPublicKey const &, class TBuf8<20> &)
sl@0
  2177
	_asm mov eax, 215
sl@0
  2178
	_asm jmp common_dispatch
sl@0
  2179
	}
sl@0
  2180
sl@0
  2181
	
sl@0
  2182
__declspec(dllexport)
sl@0
  2183
__declspec(naked)
sl@0
  2184
void call_vector_216 ()
sl@0
  2185
	{
sl@0
  2186
	// ; void KeyIdentifierUtil::RSAKeyIdentifierL(class CRSAPublicKey const &, class TBuf8<20> &)
sl@0
  2187
	_asm mov eax, 216
sl@0
  2188
	_asm jmp common_dispatch
sl@0
  2189
	}
sl@0
  2190
sl@0
  2191
	
sl@0
  2192
__declspec(dllexport)
sl@0
  2193
__declspec(naked)
sl@0
  2194
void call_vector_217 ()
sl@0
  2195
	{
sl@0
  2196
	// ; class TInteger & TInteger::operator++(void)
sl@0
  2197
	_asm mov eax, 217
sl@0
  2198
	_asm jmp common_dispatch
sl@0
  2199
	}
sl@0
  2200
sl@0
  2201
	
sl@0
  2202
__declspec(dllexport)
sl@0
  2203
__declspec(naked)
sl@0
  2204
void call_vector_218 ()
sl@0
  2205
	{
sl@0
  2206
	// ; class TInteger & TInteger::operator--(void)
sl@0
  2207
	_asm mov eax, 218
sl@0
  2208
	_asm jmp common_dispatch
sl@0
  2209
	}
sl@0
  2210
sl@0
  2211
	
sl@0
  2212
__declspec(dllexport)
sl@0
  2213
__declspec(naked)
sl@0
  2214
void call_vector_219 ()
sl@0
  2215
	{
sl@0
  2216
	// ; class RInteger TInteger::InverseModL(class TInteger const &) const
sl@0
  2217
	_asm mov eax, 219
sl@0
  2218
	_asm jmp common_dispatch
sl@0
  2219
	}
sl@0
  2220
sl@0
  2221
	
sl@0
  2222
__declspec(dllexport)
sl@0
  2223
__declspec(naked)
sl@0
  2224
void call_vector_220 ()
sl@0
  2225
	{
sl@0
  2226
	// ; class RInteger TInteger::TimesL(class TInteger const &) const
sl@0
  2227
	_asm mov eax, 220
sl@0
  2228
	_asm jmp common_dispatch
sl@0
  2229
	}
sl@0
  2230
sl@0
  2231
	
sl@0
  2232
__declspec(dllexport)
sl@0
  2233
__declspec(naked)
sl@0
  2234
void call_vector_221 ()
sl@0
  2235
	{
sl@0
  2236
	// ; public: __thiscall RInteger::RInteger(class RInteger const &)
sl@0
  2237
	_asm mov eax, 221
sl@0
  2238
	_asm jmp common_dispatch
sl@0
  2239
	}
sl@0
  2240
sl@0
  2241
	
sl@0
  2242
__declspec(dllexport)
sl@0
  2243
__declspec(naked)
sl@0
  2244
void call_vector_222 ()
sl@0
  2245
	{
sl@0
  2246
	// ; public: class RInteger & __thiscall RInteger::operator=(class RInteger const &)
sl@0
  2247
	_asm mov eax, 222
sl@0
  2248
	_asm jmp common_dispatch
sl@0
  2249
	}
sl@0
  2250
sl@0
  2251
__declspec(dllexport)
sl@0
  2252
__declspec(naked)
sl@0
  2253
void call_vector_223 ()
sl@0
  2254
	{
sl@0
  2255
	// ; public: class TInteger & __thiscall TInteger::operator*=(class TInteger const &)
sl@0
  2256
	_asm mov eax, 223
sl@0
  2257
	_asm jmp common_dispatch
sl@0
  2258
	}
sl@0
  2259
sl@0
  2260
__declspec(dllexport)
sl@0
  2261
__declspec(naked)
sl@0
  2262
void call_vector_224 ()
sl@0
  2263
	{
sl@0
  2264
	// ; public: class TInteger & __thiscall TInteger::operator*=(int)
sl@0
  2265
	_asm mov eax, 224
sl@0
  2266
	_asm jmp common_dispatch
sl@0
  2267
	}
sl@0
  2268
sl@0
  2269
__declspec(dllexport)
sl@0
  2270
__declspec(naked)
sl@0
  2271
void call_vector_225 ()
sl@0
  2272
	{
sl@0
  2273
	// ; public: class TInteger & __thiscall TInteger::operator+=(class TInteger const &)
sl@0
  2274
	_asm mov eax, 225
sl@0
  2275
	_asm jmp common_dispatch
sl@0
  2276
	}
sl@0
  2277
sl@0
  2278
__declspec(dllexport)
sl@0
  2279
__declspec(naked)
sl@0
  2280
void call_vector_226 ()
sl@0
  2281
	{
sl@0
  2282
	// ; public: class TInteger & __thiscall TInteger::operator+=(int)
sl@0
  2283
	_asm mov eax, 226
sl@0
  2284
	_asm jmp common_dispatch
sl@0
  2285
	}
sl@0
  2286
sl@0
  2287
__declspec(dllexport)
sl@0
  2288
__declspec(naked)
sl@0
  2289
void call_vector_227 ()
sl@0
  2290
	{
sl@0
  2291
	// ; public: class TInteger & __thiscall TInteger::operator-=(class TInteger const &)
sl@0
  2292
	_asm mov eax, 227
sl@0
  2293
	_asm jmp common_dispatch
sl@0
  2294
	}
sl@0
  2295
sl@0
  2296
__declspec(dllexport)
sl@0
  2297
__declspec(naked)
sl@0
  2298
void call_vector_228 ()
sl@0
  2299
	{
sl@0
  2300
	// ; public: class TInteger & __thiscall TInteger::operator-=(int)
sl@0
  2301
	_asm mov eax, 228
sl@0
  2302
	_asm jmp common_dispatch
sl@0
  2303
	}
sl@0
  2304
sl@0
  2305
__declspec(dllexport)
sl@0
  2306
__declspec(naked)
sl@0
  2307
void call_vector_229 ()
sl@0
  2308
	{
sl@0
  2309
	// ; public: class TInteger & __thiscall TInteger::operator/=(class TInteger const &)
sl@0
  2310
	_asm mov eax, 229
sl@0
  2311
	_asm jmp common_dispatch
sl@0
  2312
	}
sl@0
  2313
sl@0
  2314
__declspec(dllexport)
sl@0
  2315
__declspec(naked)
sl@0
  2316
void call_vector_230 ()
sl@0
  2317
	{
sl@0
  2318
	// ; public: class TInteger & __thiscall TInteger::operator/=(int)
sl@0
  2319
	_asm mov eax, 230
sl@0
  2320
	_asm jmp common_dispatch
sl@0
  2321
	}
sl@0
  2322
sl@0
  2323
__declspec(dllexport)
sl@0
  2324
__declspec(naked)
sl@0
  2325
void call_vector_231 ()
sl@0
  2326
	{
sl@0
  2327
	// ; public: class TInteger & __thiscall TInteger::operator%=(class TInteger const &)
sl@0
  2328
	_asm mov eax, 231
sl@0
  2329
	_asm jmp common_dispatch
sl@0
  2330
	}
sl@0
  2331
sl@0
  2332
__declspec(dllexport)
sl@0
  2333
__declspec(naked)
sl@0
  2334
void call_vector_232 ()
sl@0
  2335
	{
sl@0
  2336
	// ; public: class TInteger & __thiscall TInteger::operator%=(int)
sl@0
  2337
	_asm mov eax, 232
sl@0
  2338
	_asm jmp common_dispatch
sl@0
  2339
	}
sl@0
  2340
sl@0
  2341
__declspec(dllexport)
sl@0
  2342
__declspec(naked)
sl@0
  2343
void call_vector_233 ()
sl@0
  2344
	{
sl@0
  2345
	// ; public: class TInteger & __thiscall TInteger::operator>>=(unsigned int)
sl@0
  2346
	_asm mov eax, 233
sl@0
  2347
	_asm jmp common_dispatch
sl@0
  2348
	}
sl@0
  2349
sl@0
  2350
__declspec(dllexport)
sl@0
  2351
__declspec(naked)
sl@0
  2352
void call_vector_234 ()
sl@0
  2353
	{
sl@0
  2354
	// ; public: class TInteger & __thiscall TInteger::operator<<=(unsigned int)
sl@0
  2355
	_asm mov eax, 234
sl@0
  2356
	_asm jmp common_dispatch
sl@0
  2357
	}
sl@0
  2358
sl@0
  2359
__declspec(dllexport)
sl@0
  2360
__declspec(naked)
sl@0
  2361
void call_vector_235 ()
sl@0
  2362
	{
sl@0
  2363
	// ; public: int __thiscall TInteger::Bit(unsigned int)const 
sl@0
  2364
	_asm mov eax, 235
sl@0
  2365
	_asm jmp common_dispatch
sl@0
  2366
	}
sl@0
  2367
sl@0
  2368
__declspec(dllexport)
sl@0
  2369
__declspec(naked)
sl@0
  2370
void call_vector_236 ()
sl@0
  2371
	{
sl@0
  2372
	// ; public: int __thiscall TInteger::ConvertToLongL(void)const 
sl@0
  2373
	_asm mov eax, 236
sl@0
  2374
	_asm jmp common_dispatch
sl@0
  2375
	}
sl@0
  2376
sl@0
  2377
__declspec(dllexport)
sl@0
  2378
__declspec(naked)
sl@0
  2379
void call_vector_237 ()
sl@0
  2380
	{
sl@0
  2381
	// ; public: class RInteger  __thiscall TInteger::DividedByL(class TInteger const &)const 
sl@0
  2382
	_asm mov eax, 237
sl@0
  2383
	_asm jmp common_dispatch
sl@0
  2384
	}
sl@0
  2385
sl@0
  2386
__declspec(dllexport)
sl@0
  2387
__declspec(naked)
sl@0
  2388
void call_vector_238 ()
sl@0
  2389
	{
sl@0
  2390
	// ; public: class RInteger  __thiscall TInteger::DividedByL(unsigned int)const 
sl@0
  2391
	_asm mov eax, 238
sl@0
  2392
	_asm jmp common_dispatch
sl@0
  2393
	}
sl@0
  2394
sl@0
  2395
__declspec(dllexport)
sl@0
  2396
__declspec(naked)
sl@0
  2397
void call_vector_239 ()
sl@0
  2398
	{
sl@0
  2399
	// ; public: class RInteger  __thiscall TInteger::ExponentiateL(class TInteger const &)const 
sl@0
  2400
	_asm mov eax, 239
sl@0
  2401
	_asm jmp common_dispatch
sl@0
  2402
	}
sl@0
  2403
sl@0
  2404
__declspec(dllexport)
sl@0
  2405
__declspec(naked)
sl@0
  2406
void call_vector_240 ()
sl@0
  2407
	{
sl@0
  2408
	// ; public: class RInteger  __thiscall TInteger::GCDL(class TInteger const &)const 
sl@0
  2409
	_asm mov eax, 240
sl@0
  2410
	_asm jmp common_dispatch
sl@0
  2411
	}
sl@0
  2412
sl@0
  2413
__declspec(dllexport)
sl@0
  2414
__declspec(naked)
sl@0
  2415
void call_vector_241 ()
sl@0
  2416
	{
sl@0
  2417
	// ; public: int __thiscall TInteger::IsPrimeL(void)const 
sl@0
  2418
	_asm mov eax, 241
sl@0
  2419
	_asm jmp common_dispatch
sl@0
  2420
	}
sl@0
  2421
sl@0
  2422
__declspec(dllexport)
sl@0
  2423
__declspec(naked)
sl@0
  2424
void call_vector_242 ()
sl@0
  2425
	{
sl@0
  2426
	// ; public: class RInteger  __thiscall TInteger::MinusL(class TInteger const &)const 
sl@0
  2427
	_asm mov eax, 242
sl@0
  2428
	_asm jmp common_dispatch
sl@0
  2429
	}
sl@0
  2430
sl@0
  2431
__declspec(dllexport)
sl@0
  2432
__declspec(naked)
sl@0
  2433
void call_vector_243 ()
sl@0
  2434
	{
sl@0
  2435
	// ; public: static class RInteger  __cdecl TInteger::ModularMultiplyL(class TInteger const &,class TInteger const &,class TInteger const &)
sl@0
  2436
	_asm mov eax, 243
sl@0
  2437
	_asm jmp common_dispatch
sl@0
  2438
	}
sl@0
  2439
sl@0
  2440
__declspec(dllexport)
sl@0
  2441
__declspec(naked)
sl@0
  2442
void call_vector_244 ()
sl@0
  2443
	{
sl@0
  2444
	// ; public: class RInteger  __thiscall TInteger::ModuloL(class TInteger const &)const 
sl@0
  2445
	_asm mov eax, 244
sl@0
  2446
	_asm jmp common_dispatch
sl@0
  2447
	}
sl@0
  2448
sl@0
  2449
__declspec(dllexport)
sl@0
  2450
__declspec(naked)
sl@0
  2451
void call_vector_245 ()
sl@0
  2452
	{
sl@0
  2453
	// ; public: unsigned int __thiscall TInteger::ModuloL(unsigned int)const 
sl@0
  2454
	_asm mov eax, 245
sl@0
  2455
	_asm jmp common_dispatch
sl@0
  2456
	}
sl@0
  2457
sl@0
  2458
__declspec(dllexport)
sl@0
  2459
__declspec(naked)
sl@0
  2460
void call_vector_246 ()
sl@0
  2461
	{
sl@0
  2462
	// ; public: void __thiscall TInteger::Negate(void)
sl@0
  2463
	_asm mov eax, 246
sl@0
  2464
	_asm jmp common_dispatch
sl@0
  2465
	}
sl@0
  2466
sl@0
  2467
__declspec(dllexport)
sl@0
  2468
__declspec(naked)
sl@0
  2469
void call_vector_247 ()
sl@0
  2470
	{
sl@0
  2471
	// ; public: static class TInteger const & __cdecl TInteger::One(void)
sl@0
  2472
	_asm mov eax, 247
sl@0
  2473
	_asm jmp common_dispatch
sl@0
  2474
	}
sl@0
  2475
sl@0
  2476
__declspec(dllexport)
sl@0
  2477
__declspec(naked)
sl@0
  2478
void call_vector_248 ()
sl@0
  2479
	{
sl@0
  2480
	// ; public: class RInteger  __thiscall TInteger::PlusL(class TInteger const &)const 
sl@0
  2481
	_asm mov eax, 248
sl@0
  2482
	_asm jmp common_dispatch
sl@0
  2483
	}
sl@0
  2484
sl@0
  2485
__declspec(dllexport)
sl@0
  2486
__declspec(naked)
sl@0
  2487
void call_vector_249 ()
sl@0
  2488
	{
sl@0
  2489
	// ; public: void __thiscall TInteger::SetBit(unsigned int)
sl@0
  2490
	_asm mov eax, 249
sl@0
  2491
	_asm jmp common_dispatch
sl@0
  2492
	}
sl@0
  2493
sl@0
  2494
__declspec(dllexport)
sl@0
  2495
__declspec(naked)
sl@0
  2496
void call_vector_250 ()
sl@0
  2497
	{
sl@0
  2498
	// ; public: int __thiscall TInteger::SignedCompare(class TInteger const &)const 
sl@0
  2499
	_asm mov eax, 250
sl@0
  2500
	_asm jmp common_dispatch
sl@0
  2501
	}
sl@0
  2502
sl@0
  2503
__declspec(dllexport)
sl@0
  2504
__declspec(naked)
sl@0
  2505
void call_vector_251 ()
sl@0
  2506
	{
sl@0
  2507
	// ; public: int __thiscall TInteger::SignedCompare(int)const 
sl@0
  2508
	_asm mov eax, 251
sl@0
  2509
	_asm jmp common_dispatch
sl@0
  2510
	}
sl@0
  2511
sl@0
  2512
__declspec(dllexport)
sl@0
  2513
__declspec(naked)
sl@0
  2514
void call_vector_252 ()
sl@0
  2515
	{
sl@0
  2516
	// ; public: class RInteger  __thiscall TInteger::SquaredL(void)const 
sl@0
  2517
	_asm mov eax, 252
sl@0
  2518
	_asm jmp common_dispatch
sl@0
  2519
	}
sl@0
  2520
sl@0
  2521
__declspec(dllexport)
sl@0
  2522
__declspec(naked)
sl@0
  2523
void call_vector_253 ()
sl@0
  2524
	{
sl@0
  2525
	// ; public: static class TInteger const & __cdecl TInteger::Two(void)
sl@0
  2526
	_asm mov eax, 253
sl@0
  2527
	_asm jmp common_dispatch
sl@0
  2528
	}
sl@0
  2529
sl@0
  2530
__declspec(dllexport)
sl@0
  2531
__declspec(naked)
sl@0
  2532
void call_vector_254 ()
sl@0
  2533
	{
sl@0
  2534
	// ; public: int __thiscall TInteger::UnsignedCompare(class TInteger const &)const 
sl@0
  2535
	_asm mov eax, 254
sl@0
  2536
	_asm jmp common_dispatch
sl@0
  2537
	}
sl@0
  2538
sl@0
  2539
__declspec(dllexport)
sl@0
  2540
__declspec(naked)
sl@0
  2541
void call_vector_255 ()
sl@0
  2542
	{
sl@0
  2543
	// ; public: static class TInteger const & __cdecl TInteger::Zero(void)
sl@0
  2544
	_asm mov eax, 255
sl@0
  2545
	_asm jmp common_dispatch
sl@0
  2546
	}
sl@0
  2547
sl@0
  2548
__declspec(dllexport)
sl@0
  2549
__declspec(naked)
sl@0
  2550
void call_vector_256 ()
sl@0
  2551
	{
sl@0
  2552
	// ; public: void __thiscall TInteger::CopyL(class TInteger const &,int)
sl@0
  2553
	_asm mov eax, 256
sl@0
  2554
	_asm jmp common_dispatch
sl@0
  2555
	}
sl@0
  2556
sl@0
  2557
__declspec(dllexport)
sl@0
  2558
__declspec(naked)
sl@0
  2559
void call_vector_257 ()
sl@0
  2560
	{
sl@0
  2561
	// ; public: void __thiscall TInteger::CopyL(int,int)
sl@0
  2562
	_asm mov eax, 257
sl@0
  2563
	_asm jmp common_dispatch
sl@0
  2564
	}
sl@0
  2565
sl@0
  2566
__declspec(dllexport)
sl@0
  2567
__declspec(naked)
sl@0
  2568
void call_vector_258 ()
sl@0
  2569
	{
sl@0
  2570
	// ; public: void __thiscall TInteger::Set(class RInteger const &)
sl@0
  2571
	_asm mov eax, 258
sl@0
  2572
	_asm jmp common_dispatch
sl@0
  2573
	}
sl@0
  2574
	
sl@0
  2575
__declspec(dllexport)
sl@0
  2576
__declspec(naked)
sl@0
  2577
void call_vector_259 ()
sl@0
  2578
	{
sl@0
  2579
	// ; public: TBool __thiscall CDES::IsWeakKey(const TDesC8& aKey)
sl@0
  2580
	_asm mov eax, 259
sl@0
  2581
	_asm jmp common_dispatch
sl@0
  2582
	}	
sl@0
  2583
	
sl@0
  2584
__declspec(dllexport)
sl@0
  2585
__declspec(naked)
sl@0
  2586
void call_vector_260 ()
sl@0
  2587
	{
sl@0
  2588
	// ; public: class HBufC8 * __thiscall TInteger::BufferWithNoTruncationLC(void)const 
sl@0
  2589
	_asm mov eax, 260
sl@0
  2590
	_asm jmp common_dispatch
sl@0
  2591
	}
sl@0
  2592
			
sl@0
  2593
	
sl@0
  2594
__declspec(dllexport)
sl@0
  2595
__declspec(naked)
sl@0
  2596
void call_vector_261 ()
sl@0
  2597
	{
sl@0
  2598
	// ; public: void __thiscall CMontgomeryStructure::NewLC(const TInteger&)
sl@0
  2599
	_asm mov eax, 261
sl@0
  2600
	_asm jmp common_dispatch
sl@0
  2601
	}	
sl@0
  2602
	
sl@0
  2603
__declspec(dllexport)
sl@0
  2604
__declspec(naked)
sl@0
  2605
void call_vector_262 ()
sl@0
  2606
	{
sl@0
  2607
	// ; public: void __thiscall CMontgomeryStructure::ExponentiateL(const TInteger&, const TInteger&) const
sl@0
  2608
	//
sl@0
  2609
	_asm mov eax, 262
sl@0
  2610
	_asm jmp common_dispatch
sl@0
  2611
	}	
sl@0
  2612
}
sl@0
  2613
#define MAX_ORDINAL 262