Coder Social home page Coder Social logo

ipp-crypto's Introduction

Intel® Integrated Performance Primitives Cryptography

Build Instructions | Contributing Guide | Documentation | Get Help | Intel IPP Product Page

Intel® Integrated Performance Primitives Cryptography (Intel® IPP Cryptography) is a secure, fast and lightweight library of building blocks for cryptography, highly-optimized for various Intel® CPUs.

Key Features

The library provides a comprehensive set of routines commonly used for cryptographic operations, including:

  • Symmetric Cryptography Primitive Functions:
    • AES (ECB, CBC, CTR, OFB, CFB, XTS, GCM, CCM, SIV)
    • SM4 (ECB, CBC, CTR, OFB, CFB, CCM)
    • TDES (ECB, CBC, CTR, OFB, CFB)
    • RC4
  • One-Way Hash Primitives:
    • SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
    • MD5
    • SM3
  • Data Authentication Primitive Functions:
    • HMAC
    • AES-CMAC
  • Public Key Cryptography Functions:
    • RSA, RSA-OAEP, RSA-PKCS_v15, RSA-PSS
    • DLP, DLP-DSA, DLP-DH
    • ECC (NIST curves), ECDSA, ECDH, EC-SM2
  • Multi-buffer RSA, ECDSA, ECDH, x25519, SM2, SM3, SM4, etc
  • Finite Field Arithmetic Functions
  • Big Number Integer Arithmetic Functions
  • PRNG/TRNG and Prime Numbers Generation
  • Hash-based signature algorithms

Reasons to Use Intel IPP Cryptography

  • Security (constant-time execution for secret processing functions)
  • Designed for the small footprint size
  • Optimized for different Intel CPUs and instruction set architectures (including hardware cryptography instructions support):
    • Intel® Streaming SIMD Extensions 2 (Intel® SSE2)
    • Intel® SSE3
    • Intel® SSE4.2
    • Intel® Advanced Vector Extensions (Intel® AVX)
    • Intel® Advanced Vector Extensions 2 (Intel® AVX2)
    • Intel® Advanced Vector Extensions 512 (Intel® AVX-512)
  • Configurable CPU dispatching for the best performance
  • Kernel mode compatibility
  • Thread-safe design

FIPS 140 Compliance

Intel IPP Cryptography supports building blocks (self-tests, services) for FIPS 140-3 compliance. See FIPS document for details.

Installation

How to Get and Build the Intel IPP Cryptography Library

Documentation

Branches Description

  • develop - snapshots of the library under active development. Contains code that may not be fully functional and that Intel may substantially modify in development of a production version.
  • ipp_crypto_<release> - source code of the official production release <release>.

How to Contribute

See Contributing document for details about contribution process.

License

Intel IPP Cryptography is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.

Certification

Intel IPP Cryptography 2021.10 release is validated for FIPS-140-3 (Security Requirements for Cryptographic Modules) compliance and has the following CAVP (Cryptographic Algorithm Validation Program) certificates:

ipp-crypto's People

Contributors

amatyuko-intc avatar elenatyuleneva avatar mythi avatar paleksee avatar yuriynat-int avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ipp-crypto's Issues

When will have Intel TA-00600 issue Update

Hi Sir,

I got the info that IPP will public the update for vulnerability issue(TA-00600). May I know the plan of that? Below are the info I got :

Initial Publish Date: 01/04/2022
Target Public Date: 02/08/2022
Title: Intel® IPP Cryptography Advisory
Intel ID: INTEL-TA-00600
Reference: RDC# 710096
Advisory Category: Software
Impact of Vulnerability: Information Disclosure
Summary:
A potential security vulnerability in the Intel® Integrated Performance Primitives (IPP) Cryptography software library may allow information disclosure. Intel is releasing software updates to mitigate this potential vulnerability

Affected Products:
Intel® IPP Crypto library before version 2021.2.
Recommendation:
Intel recommends updating Intel® IPP Crypto library to version 2021.2 or later.
Updates are available for download at this location: https://github.com/intel/ipp-crypto

Remove special symbol feature in `extern` declarations

Adding :future to extern declarations in nasm causes an error;
Removing it fixes the issue;

The command I ran on the dispatcher dir (after building with cmake) was:
grep "extern .*:function$" -l | xargs sed -i -e 's/:function/;:function/'

something wrong with Functions based on SM2

i want to use SM2 API.
first, i create IppsGFpState with ippsGFpMethod_p256sm2 & bignum P, and then i know the A, B, X, Y, N of the ECC
second, i create IppsGFpECState and figure out the publicKey & privatekey
third, i want to create IppsECES_StateSM2. At the same time, something wrong, i always get the ippStsNotSupportedModeErr err when calling the IppStatus ippsGFpECESGetSize_SM2(const IppsGFpECState* pEC, int* pSize);
this is my ECC parameter:
Ipp8u P_str[] = "\xFF\xFF\xFF\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF";
Ipp8u A_str[] = "\xFF\xFF\xFF\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x00\x00\x00\x00\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFC";
Ipp8u B_str[] = "\x28\xE9\xFA\x9E\x9D\x9F\x5E\x34\x4D\x5A\x9E\x4B\xCF\x65\x09\xA7\xF3\x97\x89\xF5\x15\xAB\x8F\x92\xDD\xBC\xBD\x41\x4D\x94\x0E\x93";
Ipp8u X_str[] = "\x32\xC4\xAE\x2C\x1F\x19\x81\x19\x5F\x99\x04\x46\x6A\x39\xC9\x94\x8F\xE3\x0B\xBF\xF2\x66\x0B\xE1\x71\x5A\x45\x89\x33\x4C\x74\xC7";
Ipp8u Y_str[] = "\xBC\x37\x36\xA2\xF4\xF6\x77\x9C\x59\xBD\xCE\xE3\x6B\x69\x21\x53\xD0\xA9\x87\x7C\xC6\x2A\x47\x40\x02\xDF\x32\xE5\x21\x39\xF0\xA0";
Ipp8u N_str[] = "\xFF\xFF\xFF\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x72\x03\xDF\x6B\x21\xC6\x05\x2B\x53\xBB\xF4\x09\x39\xD5\x41\x23";
help me pls!

Relax cmake version requirement

This is the latest version that ubuntu has of cmake, it should be enough to build a simple library.

CC=gcc CXX=g++ cmake CMakeLists.txt -B_build -DARCH=intel64
CMake Error at CMakeLists.txt:21 (cmake_minimum_required):
  CMake 3.12 or higher is required.  You are running version **3.10.2**

In-place operations

Hello!

The Intel IPP Developer guide states that source and destination memory areas passed to IPP functions must not overlap, except when functions with the _I descriptor are used. Given this, I note that several functions (e.g. ippsAES_GCMEncrypt and ippsAES_GCMDecrypt) lack safety checks for source and destination area memory overlaps, i.e. these functions don't return an error status if the memory areas overlap. Is this intentional or do ippcp functions actually support such "in-place" operations?

Please add support for in-place operations and add safety checks to detect memory overlaps for functions which don't support such in-place operations.

Thank you!

Uninitialized variables are used

Static code analysis return Critical errors.

C:\ipp-crypto\sources\ippcp\pcprij128safe.c:177 UNINIT.STACK.ARRAY.PARTIAL.MUST (1:Critical) Analyze
'blk_lo' array elements are used uninitialized in this function with index range: [2,15].

C:\ipp-crypto\sources\ippcp\pcprij128safe.c:178 UNINIT.STACK.ARRAY.PARTIAL.MUST (1:Critical) Analyze
'blk_hi' array elements are used uninitialized in this function with index range: [2,15].

C:\ipp-crypto\sources\ippcp\pcprij128safe.c:232 UNINIT.STACK.ARRAY.PARTIAL.MUST (1:Critical) Analyze
'blk_lo' array elements are used uninitialized in this function with index range: [2,15].

C:\ipp-crypto\sources\ippcp\pcprij128safe.c:233 UNINIT.STACK.ARRAY.PARTIAL.MUST (1:Critical) Analyze
'blk_hi' array elements are used uninitialized in this function with index range: [2,15].

Build issue on Fedora 32

Compiling with the example cmake and make commands gives me this build error on Fedora 32 (gcc (GCC) 10.0.1 20200430 (Red Hat 10.0.1-0.13)):

$ CC=gcc CXX=g++ cmake CMakeLists.txt -B_build -DARCH=intel64
$ cd _build
$ make all

...

[  0%] Building C object sources/ippcp/CMakeFiles/ippcp_s_m7.dir/pcpaes_ccmencrypt.c.o
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c: In function ‘m7_ippsAES_CCMEncrypt’:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:28:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcptool.h:41:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=]
   41 |       d[k] = s[k];
      |       ~~~~~^~~~~~
In file included from /home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaes_ccmencrypt.c:27:
/home/ipuustin/git/ipp-crypto/sources/ippcp/pcpaesauthccm.h:43:13: note: at offset 0 to object ‘blk’ with size 16 declared here
   43 |    Ipp8u    blk[MBS_RIJ128];  /* temporary data container */
      |             ^~~
cc1: all warnings being treated as errors
make[2]: *** [sources/ippcp/CMakeFiles/ippcp_s_m7.dir/build.make:525: sources/ippcp/CMakeFiles/ippcp_s_m7.dir/pcpaes_ccmencrypt.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:210: sources/ippcp/CMakeFiles/ippcp_s_m7.dir/all] Error 2
make: *** [Makefile:150: all] Error 2

ECDSA support

Does ipp-crypto support the variant of ECDSA used by Bitcoin and Ethereum (the "k" curve)?

If not , how hard would it be to implement it?

We are using SGX at SKALE and need this variant of ECDSA.

If someone explains what file needs to be modified, we are happy to contribute ...

Build Issues on Ubuntu 16.04

I have the following setup:

gcc-8 (Ubuntu 8.4.0-1ubuntu1~16.04.1) 8.4.0
g++-8 (Ubuntu 8.4.0-1ubuntu1~16.04.1) 8.4.0
NASM version 2.15rc0-20191023 compiled on Oct 23 2019

NASM was installed from this 2.15 snapshot as suggested -- although I had to convert the rpm file to deb with alien tool.

Error messages I receive are:

[  4%] Built target ippcp_dyn_mx-asmobjs
[  4%] Building C object sources/ippcp/CMakeFiles/ippcp_dyn_mx.dir/cpinit.c.o
/tmp/cc5yldCq.s: Assembler messages:
/tmp/cc5yldCq.s:289: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:301: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:334: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:350: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:362: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:537: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:549: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:567: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:604: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:632: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:651: Error: no such instruction: `endbr64'
/tmp/cc5yldCq.s:685: Error: no such instruction: `endbr64'
sources/ippcp/CMakeFiles/ippcp_dyn_mx.dir/build.make:62: recipe for target 'sources/ippcp/CMakeFiles/ippcp_dyn_mx.dir/cpinit.c.o' failed
make[2]: *** [sources/ippcp/CMakeFiles/ippcp_dyn_mx.dir/cpinit.c.o] Error 1
CMakeFiles/Makefile2:101: recipe for target 'sources/ippcp/CMakeFiles/ippcp_dyn_mx.dir/all' failed
make[1]: *** [sources/ippcp/CMakeFiles/ippcp_dyn_mx.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

It seems the problem is with the endbr64 instruction. I tried changing the platform list to mx but that gives the same error.

Is there any way to fix this? Is it not possible to compile the library on Ubuntu 16.04?

I also searched for static library files but could not find them. Are they available anywhere?

memory leak in example code

I notice that there is a potential memory leak risk in the example:
Line156:

delete (Ipp8u*)m_pBN;

should be

delete[] (Ipp8u*)m_pBN;

to match

m_pBN = (IppsBigNumState*)( new Ipp8u[size] );

Warnings with GCC 12.2.1

When building with GCC 12.2.1 get the following warnings:

In file included from /home/user/ipp-crypto-ippcp_2021.6/build/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c:32:
In function ‘PadBlock’,
    inlined from ‘n0_ippsAES_CMACGetTag’ at /home/user/ipp-crypto-ippcp_2021.6/build/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c:82:10:
/home/user/ipp-crypto-ippcp_2021.6/sources/ippcp/pcptool.h:94:12: error: writing 16 bytes into a region of size 0 [-Werror=stringop-overflow=]       
   94 |       d[k] = paddingByte;
      |       ~~~~~^~~~~~~~~~~~~
/home/user/ipp-crypto-ippcp_2021.6/build/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c: In function ‘n0_ippsAES_CMACGetTag’:
/home/user/ipp-crypto-ippcp_2021.6/build/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c:71:13: note: at offset 16 into destination object ‘locBuffer’ of size 16
   71 |       Ipp8u locBuffer[MBS_RIJ128];
      |             ^~~~~~~~~
In function ‘PadBlock’,
    inlined from ‘n0_ippsAES_CMACGetTag’ at /home/user/ipp-crypto-ippcp_2021.6/build/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c:82:10:
/home/user/ipp-crypto-ippcp_2021.6/sources/ippcp/pcptool.h:94:12: error: writing 16 bytes into a region of size 0 [-Werror=stringop-overflow=]
   94 |       d[k] = paddingByte;
      |       ~~~~~^~~~~~~~~~~~~
/home/user/ipp-crypto-ippcp_2021.6/build/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c: In function ‘n0_ippsAES_CMACGetTag’:
/home/user/ipp-crypto-ippcp_2021.6/build/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c:71:13: note: at offset [32, 48] into destination object ‘locBuffer’ of size 16 
   71 |       Ipp8u locBuffer[MBS_RIJ128];
      |             ^~~~~~~~~ 
cc1: all warnings being treated as errors
make[2]: *** [sources/ippcp/CMakeFiles/ippcp_s_n0.dir/build.make:1602: sources/ippcp/CMakeFiles/ippcp_s_n0.dir/__/__/c_sources/n0/c_intel64/n0_pcpaes_cmacgettag.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:426: sources/ippcp/CMakeFiles/ippcp_s_n0.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

Modular exponentiation bug for 65 bits power input

@bwang30 and I found a weird bug in the multi buffer modular exponentiation in mbx_exp4096_mb8 when the power input is exactly 65 bits.

The following is a sample input that fails to run:

  std::vector<Ipp32u> v_expo(3, 1); // 65 bits
  std::vector<Ipp32u> v_base(64, 1);
  std::vector<Ipp32u> v_mod(128, 2); // 4066 bits
  BigNumber bn_base[8];
  BigNumber bn_expo[8];
  BigNumber bn_mod[8];

  for (int i=0; i<8; ++i){
    bn_base[i] = BigNumber(&v_base[0], v_base.size());
    bn_mod[i] = BigNumber(&v_mod[0], v_mod.size());
    bn_expo[i] = BigNumber(&v_expo[0], v_expo.size());
  }

  std::cout<<"exp input bit size = "<<bn_expo[0].BitSize()<<std::endl; // 65

With the bn_expo value set above, exp_bits = 65 (bn_expo[i].BitSize()=65) and the result is completely off.
However, any other value where BitSize != 65 works perfectly fine.

One temporary workaround for this issue was to intentionally align the exp_bits to 8, by adding:

#define BITSIZE_BYTE(n) ((((n) + 7) >> 3))
int maxExpBitLen = BITSIZE_BYTE(expBitLen) * 8;

where maxExpBitLen=72 when expBitLen=65.

I can provide a test code to replicate the issue if needed.

RSA PKCS#1 v1.5 signature scheme verification incompatibility issue

I was testing PKCS#1 v1.5 signature verification as implemented in ipp-crypto and noticed it rejects valid signature whose encoded message uses an implicit NULL parameter for hash algorithm (where digestAlgorithm ANS.1 der encoded does not have NULL parameter TLV; that is, 0x0500 is absent).
According to RFC4055, pg.5 and RFC8017, pg. 64, for SHA-1, and the SHA-2 family, the algorithm parameter has to be NULL and both explicit NULL parameter and implicit NULL parameter (ie, absent NULL parameter) are considered to be legal and equivalent. However, this implementation does not accept a valid PKCS input with implicit NULL parameter.

Reference notation and concrete values

  • N: public modulus
  • |N|: length of public modulus
  • d: private exponent
  • e: public exponent
  • H: hash function
  • m: message
  • I: to-be-singed RSA PKCS#1 v1.5 signature scheme input structure
  • S: signature value obtained by I^d mod N
N = 0xE932AC92252F585B3A80A4DD76A897C8B7652952FE788F6EC8DD640587A1EE5647670A8AD4C2BE0F9FA6E49C605ADF77B5174230AF7BD50E5D6D6D6D28CCF0A886A514CC72E51D209CC772A52EF419F6A953F3135929588EBE9B351FCA61CED78F346FE00DBB6306E5C2A4C6DFC3779AF85AB417371CF34D8387B9B30AE46D7A5FF5A655B8D8455F1B94AE736989D60A6F2FD5CADBFFBD504C5A756A2E6BB5CECC13BCA7503F6DF8B52ACE5C410997E98809DB4DC30D943DE4E812A47553DCE54844A78E36401D13F77DC650619FED88D8B3926E3D8E319C80C744779AC5D6ABE252896950917476ECE5E8FC27D5F053D6018D91B502C4787558A002B9283DA7

|N| = 256 bytes

d = 0x009b771db6c374e59227006de8f9c5ba85cf98c63754505f9f30939803afc1498eda44b1b1e32c7eb51519edbd9591ea4fce0f8175ca528e09939e48f37088a07059c36332f74368c06884f718c9f8114f1b8d4cb790c63b09d46778bfdc41348fb4cd9feab3d24204992c6dd9ea824fbca591cd64cf68a233ad0526775c9848fafa31528177e1f8df9181a8b945081106fd58bd3d73799b229575c4f3b29101a03ee1f05472b3615784d9244ce0ed639c77e8e212ab52abddf4a928224b6b6f74b7114786dd6071bd9113d7870c6b52c0bc8b9c102cfe321dac357e030ed6c580040ca41c13d6b4967811807ef2a225983ea9f88d67faa42620f42a4f5bdbe03b

e = 3

H = SHA-256 (OID = 0x608648016503040201)

m = "hello world!"

I = 0x0001ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00302f300b060960864801650304020104207509e5bda0c762d2bac7f90d758b5b2263fa01ccbc542ab5e3df163be08e6ca9

S = 0xa0073057133ff3758e7e111b4d7441f1d8cbe4b2dd5ee4316a14264290dee5ed7f175716639bd9bb43a14e4f9fcb9e84dedd35e2205caac04828b2c053f68176d971ea88534dd2eeec903043c3469fc69c206b2a8694fd262488441ed8852280c3d4994e9d42bd1d575c7024095f1a20665925c2175e089c0d731471f6cc145404edf5559fd2276e45e448086f71c78d0cc6628fad394a34e51e8c10bc39bfe09ed2f5f742cc68bee899d0a41e4c75b7b80afd1c321d89ccd9fe8197c44624d91cc935dfa48de3c201099b5b417be748aef29248527e8bbb173cab76b48478d4177b338fe1f1244e64d7d23f07add560d5ad50b68d6649a49d7bc3db686daaa7

Incorrect information in documentation

Don't know if this is the right place to put it since it's documentation related and not code related but here goes:

pdf and html documentation for ippsGFpInitFixed (page 316) says that primeBitSize is "Size, in bytes, of the odd prime number q (modulus of GF(q)).". Playing around with the function as well as looking at the name however, it seems that this is the size in bits and not bytes.

Also, why is this parameter even needed when using a predefined modulus?

Is this a bug in examples/utils/bignum.cpp num2hex function?

It seems that there is a bug in examples/utils/bignum.cpp num2hex function.
Consider the following situations.

const char* c1 = "0xd";
BigNumber bn1(c1);

string s;
bn1.num2hex(s);

const char* c2 = s.c_str(); // c2 is " 0x3f2d"
BigNumber bn2(c2);

bn1 != bn2; // bn1 is not equal to bn2, which is not reasonable.

If this is indeed a bug, I have fixed it in this PR #53

Ubuntu Server 22.04 make all error

Hi all,

Running on a C3000 Intel C3958 to be exact Atom platform with latest QAT drivers installed.

Downloaded the repo today and ran
CC=gcc CXX=g++ cmake . -B"../build" -DARCH=intel64 -DCMAKE_INSTALL_PREFIX=/home/mypath/libcrypto_mb/installation -DMERGED_BLD:BOOL=off -DPLATFORM_LIST="l9;k0"

Result:
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMAKE_BUILD_TYPE is unset, defaulting to Release
-- Found Python: /usr/bin/python3.10 (found version "3.10.6") found components: Interpreter
-- CMAKE_VERSION ......................... 3.22.1
-- NONPIC_LIB ............................ off
-- PROJECT ............................... Intel® Integrated Performance Primitives Cryptography (Intel® IPP Cryptography)
-- CMAKE_BINARY_DIR ...................... /home/mypath/build
-- CMAKE_OUTPUT_DIR ...................... /home/mypath/build/.build
-- CMAKE_SOURCE_DIR ...................... /home/mypath/ipp-crypto
-- IPP_CRYPTO_DIR ........................ /home/mypath/ipp-crypto
-- CMAKE_GENERATOR ....................... Unix Makefiles
-- CMAKE_C_COMPILER_ID ................... GNU
-- CMAKE_CXX_COMPILER_ID ................. GNU
-- IPP_CRYPTO_INCLUDE_DIR ................ /home/mypath/ipp-crypto/include
-- IPP_CRYPTO_SOURCES_INCLUDE_DIR ........ /home/mypath/ipp-crypto/sources/include
-- IPP_CRYPTO_SOURCES_DIR ................ /home/mypath/ipp-crypto/sources/ippcp
-- ARCH .................................. intel64
-- DYNAMIC_LIB ........................... ON
-- CMAKE_INSTALL_PREFIX .................. /home/mypath/libcrypto_mb/installation
-- PYTHON_VERSION_STRING ................. 3.10.6
-- MERGED_BLD ............................ off
-- BUILD_EXAMPLES ........................ off
-- Platform list ......................... l9k0
-- Using compiler options from ........... /home/mypath/ipp-crypto/sources/cmake/linux/GNU8.2.0.cmake
-- The ASM_NASM compiler identification is YASM
-- Found assembler: /usr/bin/yasm
-- ASM compiler version .................. /usr/bin/yasm
-- ASM object format ..................... elf64
-- CMAKE_BUILD_TYPE is not set to Debug explicitly, defaulting to Release
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version "3.0.2", minimum required is "1.1.0")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mypath/build

when entering the build directory and running
make all

I get an error

Scanning dependencies of target ippcp_dyn_l9-asmobjs
[ 0%] Building ASM_NASM object sources/ippcp/CMakeFiles/ippcp_dyn_l9-asmobjs.dir///asm_sources/l9/asm_intel64/l9_aes_keyexp_128.asm.o
/home/mypath/ipp-crypto/sources/include/ia_common.inc:21: error: unknown preprocessor directive `%use'
/home/mypath/ipp-crypto/sources/include/ia_common.inc:21: error: label or instruction expected at start of line
/home/mypath/ipp-crypto/sources/include/ia_common.inc:21: error: instruction expected after label
make[2]: *** [sources/ippcp/CMakeFiles/ippcp_dyn_l9-asmobjs.dir/build.make:75: sources/ippcp/CMakeFiles/ippcp_dyn_l9-asmobjs.dir///asm_sources/l9/asm_intel64/l9_aes_keyexp_128.asm.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:146: sources/ippcp/CMakeFiles/ippcp_dyn_l9-asmobjs.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

I have checked all dependencies as much as I can; any assistance is greatly appreciated.

The performance of ECC-related functions of v2021.6 is much worse than that of v2021.4 and openssl

I am using ipp-crypto and openssl to implement elliptic curve related ecpoint-multiply, hashToCurve operation.

I found that the performance of ipp-crypto is worse than openssl, the results are as follows(ipp-crypto of v2021.6):

./crypto_bench ecc 10000
----------- Ed25519EccCrypto perf start -----------
TPS of Ed25519EccCrypto: generateRandomScalar: 40322.6, timecost:248 ms
TPS of Ed25519EccCrypto: hashToCurve: 43290, timecost:231 ms
TPS of Ed25519EccCrypto: ecMultiply: 9643.2, timecost:1037 ms
TPS of Ed25519EccCrypto: scalarInvert: 26455, timecost:378 ms
TPS of Ed25519EccCrypto: mulGenerator: 57142.9, timecost:175 ms
----------- Ed25519EccCrypto perf end -----------

----------- OpenSSLEccCrypto-SM2 perf start -----------
TPS of OpenSSLEccCrypto-SM2: generateRandomScalar: 370370, timecost:27 ms
TPS of OpenSSLEccCrypto-SM2: hashToCurve: 32573.3, timecost:307 ms
TPS of OpenSSLEccCrypto-SM2: ecMultiply: 14705.9, timecost:680 ms
TPS of OpenSSLEccCrypto-SM2: scalarInvert: 74074.1, timecost:135 ms
TPS of OpenSSLEccCrypto-SM2: mulGenerator: 50505.1, timecost:198 ms
----------- OpenSSLEccCrypto-SM2 perf end -----------

----------- OpenSSLEccCrypto-P256 perf start -----------
TPS of OpenSSLEccCrypto-P256: generateRandomScalar: 370370, timecost:27 ms
TPS of OpenSSLEccCrypto-P256: hashToCurve: 34246.6, timecost:292 ms
TPS of OpenSSLEccCrypto-P256: ecMultiply: 12135.9, timecost:824 ms
TPS of OpenSSLEccCrypto-P256: scalarInvert: 42918.5, timecost:233 ms
TPS of OpenSSLEccCrypto-P256: mulGenerator: 57471.3, timecost:174 ms
----------- OpenSSLEccCrypto-P256 perf end -----------

----------- OpenSSLEccCrypto-SECP256K1 perf start -----------
TPS of OpenSSLEccCrypto-SECP256K1: generateRandomScalar: 370370, timecost:27 ms
TPS of OpenSSLEccCrypto-SECP256K1: hashToCurve: 36101.1, timecost:277 ms
TPS of OpenSSLEccCrypto-SECP256K1: ecMultiply: 2355.16, timecost:4246 ms
TPS of OpenSSLEccCrypto-SECP256K1: scalarInvert: 73529.4, timecost:136 ms
TPS of OpenSSLEccCrypto-SECP256K1: mulGenerator: 2272.73, timecost:4400 ms
----------- OpenSSLEccCrypto-SECP256K1 perf end -----------

----------- IppEccCrypto-P256 perf start -----------
TPS of IppEccCrypto-P256: generateRandomScalar: 1.66667e+06, timecost:6 ms
TPS of IppEccCrypto-P256: hashToCurve: 6035, timecost:1657 ms
TPS of IppEccCrypto-P256: ecMultiply: 6666.67, timecost:1500 ms
TPS of IppEccCrypto-P256: scalarInvert: 117647, timecost:85 ms
TPS of IppEccCrypto-P256: mulGenerator: inf, timecost:0 ms
----------- IppEccCrypto-P256 perf end -----------

----------- IppEccCrypto-SM2 perf start -----------
TPS of IppEccCrypto-SM2: generateRandomScalar: 2e+06, timecost:5 ms
TPS of IppEccCrypto-SM2: hashToCurve: 3742.51, timecost:2672 ms
TPS of IppEccCrypto-SM2: ecMultiply: 6609.39, timecost:1513 ms
TPS of IppEccCrypto-SM2: scalarInvert: 129870, timecost:77 ms
TPS of IppEccCrypto-SM2: mulGenerator: inf, timecost:0 ms
----------- IppEccCrypto-SM2 perf end -----------

And the v2021.4 has higher performance than v2021.6, here is the result of v2021.4:

----------- Ed25519EccCrypto perf start -----------
TPS of Ed25519EccCrypto: generateRandomScalar: 39370.1, timecost:254 ms
TPS of Ed25519EccCrypto: hashToCurve: 42016.8, timecost:238 ms
TPS of Ed25519EccCrypto: ecMultiply: 9487.67, timecost:1054 ms
TPS of Ed25519EccCrypto: scalarInvert: 17793.6, timecost:562 ms
TPS of Ed25519EccCrypto: mulGenerator: 48309.2, timecost:207 ms
----------- Ed25519EccCrypto perf end -----------


----------- OpenSSLEccCrypto-SM2 perf start -----------
TPS of OpenSSLEccCrypto-SM2: generateRandomScalar: 277778, timecost:36 ms
TPS of OpenSSLEccCrypto-SM2: hashToCurve: 21367.5, timecost:468 ms
TPS of OpenSSLEccCrypto-SM2: ecMultiply: 11261.3, timecost:888 ms
TPS of OpenSSLEccCrypto-SM2: scalarInvert: 57803.5, timecost:173 ms
TPS of OpenSSLEccCrypto-SM2: mulGenerator: 40000, timecost:250 ms
----------- OpenSSLEccCrypto-SM2 perf end -----------


----------- OpenSSLEccCrypto-P256 perf start -----------
TPS of OpenSSLEccCrypto-P256: generateRandomScalar: 212766, timecost:47 ms
TPS of OpenSSLEccCrypto-P256: hashToCurve: 21008.4, timecost:476 ms
TPS of OpenSSLEccCrypto-P256: ecMultiply: 8635.58, timecost:1158 ms
TPS of OpenSSLEccCrypto-P256: scalarInvert: 54054.1, timecost:185 ms
TPS of OpenSSLEccCrypto-P256: mulGenerator: 53763.4, timecost:186 ms
----------- OpenSSLEccCrypto-P256 perf end -----------


----------- OpenSSLEccCrypto-SECP256K1 perf start -----------
TPS of OpenSSLEccCrypto-SECP256K1: generateRandomScalar: 357143, timecost:28 ms
TPS of OpenSSLEccCrypto-SECP256K1: hashToCurve: 28011.2, timecost:357 ms
TPS of OpenSSLEccCrypto-SECP256K1: ecMultiply: 2036.25, timecost:4911 ms
TPS of OpenSSLEccCrypto-SECP256K1: scalarInvert: 75188, timecost:133 ms
TPS of OpenSSLEccCrypto-SECP256K1: mulGenerator: 2209.94, timecost:4525 ms
----------- OpenSSLEccCrypto-SECP256K1 perf end -----------


----------- IppEccCrypto-P256 perf start -----------
TPS of IppEccCrypto-P256: generateRandomScalar: 2e+06, timecost:5 ms
TPS of IppEccCrypto-P256: hashToCurve: 8568.98, timecost:1167 ms
TPS of IppEccCrypto-P256: ecMultiply: 9950.25, timecost:1005 ms
TPS of IppEccCrypto-P256: scalarInvert: 133333, timecost:75 ms
TPS of IppEccCrypto-P256: mulGenerator: inf, timecost:0 ms
----------- IppEccCrypto-P256 perf end -----------


----------- IppEccCrypto-SM2 perf start -----------
TPS of IppEccCrypto-SM2: generateRandomScalar: 2e+06, timecost:5 ms
TPS of IppEccCrypto-SM2: hashToCurve: 3984.06, timecost:2510 ms
TPS of IppEccCrypto-SM2: ecMultiply: 9671.18, timecost:1034 ms
TPS of IppEccCrypto-SM2: scalarInvert: 123457, timecost:81 ms
TPS of IppEccCrypto-SM2: mulGenerator: inf, timecost:0 ms
----------- IppEccCrypto-SM2 perf end -----------

Dispatcher code cannot be generated successfully on Windows

Tried to build IPP crypto on Windows with below command following the BUILD.md :

cmake CMakeLists.txt -B_build -G"Visual Studio 16 2019" -Ax64

This command generated the .sln file and project files successfully. But it also reports below python syntax error and results in the dispatcher assembly code not generated successfully.

SyntaxError: Non-ASCII character '\xc2' in file C:/sgx_source/ipp_git_repo/git/ipp-crypto/sources/dispatcher/gen_disp_win64.py on line 18, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

It is caused by the line:

# Intel® Integrated Performance Primitives Cryptography (Intel® IPP Cryptography)

Changing Intel® to Intel(R) in the script could solve the python syntax error.

Add information about FIPS-140-2 compliance

In many organization, the question whether or not there's an updated version which is officially FIPS-140-2 compliant.

Can you clarify the situation in the documentation?

Compile error on Windows 7 x64

I compiled the ipp-crypto on my windows7 platform, but somethings wrong with it.

  1. Wrong1: Using Visual Studio 2015 Enterprise with Intel C++ compiler (Intel Parallel Studio XE 2018) to compile IPP.
    After executing the prepare command :
    cmake CMakeLists.txt -Bbuild -G"Visual Studio 14 2015 Win64" -T"Intel C++ Compiler 18.0"
    I open the vs2015 project in the ./build directory and compile all project.
    After several minuts compilation, errors occured.
    `
    1>------ 已启动全部重新生成: 项目: ZERO_CHECK, 配置: Release x64 ------
    1> Checking Build System
    1> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/CMakeFiles/generate.stamp is up-to-date.
    1> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    2>------ 已启动全部重新生成: 项目: ippcp_dyn, 配置: Release x64 ------
    3>------ 已启动全部重新生成: 项目: ippcp_s_e9, 配置: Release x64 ------
    4>------ 已启动全部重新生成: 项目: ippcp_s_k0, 配置: Release x64 ------
    5>------ 已启动全部重新生成: 项目: ippcp_s_l9, 配置: Release x64 ------
    6>------ 已启动全部重新生成: 项目: ippcp_s_m7, 配置: Release x64 ------
    7>------ 已启动全部重新生成: 项目: ippcp_s_n8, 配置: Release x64 ------
    8>------ 已启动全部重新生成: 项目: ippcp_s_y8, 配置: Release x64 ------
    2> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    2> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    2> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    3> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    3> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    4> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    6> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    4> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    6> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    7> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    7> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    8> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    8> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    5> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    2> pcpmain.c
    2>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\pcpmain.c(80): error : cannot open source file "windows.h"
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    2> #include <windows.h>
    2> ^
    2>
    5> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    9>------ 已启动全部重新生成: 项目: ippcp_dyn_e9, 配置: Release x64 ------
    10>------ 已启动全部重新生成: 项目: ippcp_dyn_k0, 配置: Release x64 ------
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    9> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    9> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    10> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    10> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    3> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    7> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    6> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    8> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    9> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    3> cpinit.c
    3>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(545): error : cannot open source file "immintrin.h"
    3> #include "immintrin.h"
    3> ^
    3>
    11>------ 已启动全部重新生成: 项目: ippcp_dyn_l9, 配置: Release x64 ------
    7> cpinit.c
    7>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(523): error : cannot open source file "tmmintrin.h"
    7> #include "tmmintrin.h"
    7> ^
    7>
    12>------ 已启动全部重新生成: 项目: ippcp_dyn_m7, 配置: Release x64 ------
    11> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    11> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    6> cpinit.c
    6>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(512): error : cannot open source file "pmmintrin.h"
    6> #include "pmmintrin.h"
    6> ^
    6>
    13>------ 已启动全部重新生成: 项目: ippcp_dyn_n8, 配置: Release x64 ------
    12> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    12> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    8> cpinit.c
    8>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(534): error : cannot open source file "smmintrin.h"
    8> #include "smmintrin.h"
    8> ^
    8>
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    13> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    13> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    9> cpinit.c
    9>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(545): error : cannot open source file "immintrin.h"
    9> #include "immintrin.h"
    9> ^
    9>
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    14>------ 已启动全部重新生成: 项目: ippcp_dyn_y8, 配置: Release x64 ------
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    14> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    14> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\cpinitas.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcme9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpaesgcmtable2ku8as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddaddm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuaddsubm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnudivm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnuincm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumaconem7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnumulschoolsrvl9pp.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    12> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    13> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    14> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    12> cpinit.c
    12>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(512): error : cannot open source file "pmmintrin.h"
    12> #include "pmmintrin.h"
    13> cpinit.c
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    12> ^
    13>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(523): error : cannot open source file "tmmintrin.h"
    12>
    13> #include "tmmintrin.h"
    13> ^
    13>
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    14> cpinit.c
    14>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(534): error : cannot open source file "smmintrin.h"
    14> #include "smmintrin.h"
    14> ^
    14>
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    4> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    5> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    4> cpinit.c
    4>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(545): error : cannot open source file "immintrin.h"
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    4> #include "immintrin.h"
    4> ^
    4>
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    10> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    5> cpinit.c
    5>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(545): error : cannot open source file "immintrin.h"
    5> #include "immintrin.h"
    5> ^
    5>
    15>------ 已启动全部重新生成: 项目: ippcp_s, 配置: Release x64 ------
    10> cpinit.c
    10>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(545): error : cannot open source file "immintrin.h"
    10> #include "immintrin.h"
    10> ^
    10>
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusqrschoolm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpbnusubm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmd5m7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul1024_avx2as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontmul_avx2as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontreductionm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr1024_avx2as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpmontsqr_avx2as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp192r1funcs_montas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp224r1funcs_montas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256funcs_montas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp256r1funcs_montas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp384r1funcs_montas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpp521r1funcs_montas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcppurgeblkm7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprc4m7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128ccme9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128cmace9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcbcpipee9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptcfbpipee9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decrypte9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptecbpipee9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128decryptxtse9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcbce9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptcfbe9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctr128pipee9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptctrpipee9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encrypte9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptecbpipee9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptofbe9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128encryptxtse9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safedecu8as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprij128safeencu8as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcprijnkeym7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1e9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1l9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1m7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1nias.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha1u8as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256e9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256l9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256m7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256nias.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha256u8as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512e9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512l9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsha512m7as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm2pfuncs_montas.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3e9as.asm...
    11> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\ippcp\asm_intel64\pcpsm3u8as.asm...
    11> cpinit.c
    11>E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\sources\include\owndefs.h(545): error : cannot open source file "immintrin.h"
    11> #include "immintrin.h"
    11> ^
    11>
    15> Building Custom Rule E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/sources/ippcp/CMakeLists.txt
    15> CMake does not need to re-run because E:/loccs-01/Desktop/MyFiles/CryptoLib/2019-6-19-Download/Intel-IPP/ipp-crypto-develop/build/sources/ippcp/CMakeFiles/generate.stamp is up-to-date.
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippcpGetLibVersion_1edff444.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptCBC_7082d000.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptCBC_CS1_51e564d4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptCBC_CS2_15978d4e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptCBC_CS3_251add35.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptCFB_6918e883.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptCTR_29496131.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptECB_f99a0cef.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptOFB_625f2f12.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESDecryptXTS_Direct_26b9d39e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptCBC_CS1_654abe85.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptCBC_CS2_f4258746.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptCBC_CS3_1c86a5c6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptCBC_d8e66a39.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptCFB_5560a4dc.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptCTR_86a70efc.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptECB_9469efa8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptOFB_cfa056da.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESEncryptXTS_Direct_1170bd65.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESGetSize_015899fa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESInit_619d573e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESPack_e2487b09.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESSetKey_07e2b4ca.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAESUnpack_259e85a4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMDecrypt_e0383d58.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMEncrypt_dacaa444.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMGetSize_fd640cbd.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMGetTag_db2b7719.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMInit_6a2e79d9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMMessageLen_a93aedae.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMStart_d2618845.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CCMTagLen_93dd507b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CMACFinal_beaa685d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CMACGetSize_faf295d4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CMACGetTag_b5d649ca.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CMACInit_e10afafa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_CMACUpdate_83a07f71.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMDecrypt_9571be4f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMEncrypt_3dca30c0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMGetSize_10190b61.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMGetTag_ba28e7f3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMInit_8561539d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMProcessAAD_8822b0f1.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMProcessIV_4846e4f7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMReset_fd4cb8d9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_GCMStart_ae979d4d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_S2V_CMAC_5265479b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_SIVDecrypt_6f99d838.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_SIVEncrypt_1d77b98e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_XTSDecrypt_d9b58dbb.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_XTSEncrypt_5468c722.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_XTSGetSize_714357dc.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAES_XTSInit_82d8826e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourCheckKey_6a3a278b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourDecrypt_b39d021a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourEncrypt_ca1642b2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourGetSize_e4618654.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourInit_ca4bc186.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourPack_ed45e803.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourReset_11da66f6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsARCFourUnpack_f0624d84.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsAdd_BN_0b25fd83.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsBigNumGetSize_9d421142.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsBigNumInit_3e6d06fa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsCmpZero_BN_aaff7963.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsCmp_BN_9b06e139.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDESGetSize_b8231efb.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDESInit_171c9ea9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDESPack_a5aa9349.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDESUnpack_e2fe73b0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLGetResultString_f6237a08.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPGenKeyPair_99e97a80.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPGenerateDH_cbc22db9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPGenerateDSA_713eb812.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPGetDP_0622899b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPGetSize_1b609b9b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPGet_121a7a38.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPInit_433d75f0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPPack_d1e6e297.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPPublicKey_76f0efb4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPSetDP_9985f670.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPSetKeyPair_18907148.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPSet_e9b4d44d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPSharedSecretDH_3cbad0ec.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPSignDSA_8bb0599e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPUnpack_51e46445.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPValidateDH_46b9d14c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPValidateDSA_861ab49f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPValidateKeyPair_4a36f835.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDLPVerifyDSA_addbdbe0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsDiv_BN_565f40d6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCGetResultString_a4b2aa98.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPAddPoint_b540bfb7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPBindGxyTblStd192r1_789e2e28.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPBindGxyTblStd224r1_3e962906.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPBindGxyTblStd256r1_6674c082.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPBindGxyTblStd384r1_1f1aa1a4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPBindGxyTblStd521r1_d6e8fae1.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPBindGxyTblStdSM2_00c50a66.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPCheckPoint_90c531ff.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPComparePoint_003d1438.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGenKeyPair_6e16244c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetOrderBitSize_b3bc8021.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetPoint_94bd2f8c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStd128r1_f8dcd234.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStd128r2_5e98172d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStd192r1_e530da88.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStd224r1_dce196e4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStd256r1_6b3377f3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStd384r1_1f02ce79.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStd521r1_f5964c05.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSizeStdSM2_e23e18b8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGetSize_70a4e24b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPGet_948dbf63.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStd128r1_6bdead8d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStd128r2_85bc9447.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStd192r1_aa612edc.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStd224r1_d1076646.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStd256r1_2cf70954.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStd384r1_3eb61bb4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStd521r1_e20086c2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInitStdSM2_483cfb89.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPInit_804fe49b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPMulPointScalar_0efb9909.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPNegativePoint_7c0d7feb.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPPointGetSize_58714d17.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPPointInit_d014b34f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPPublicKey_3652afab.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetKeyPair_fb36c84f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetPointAtInfinity_453c9f69.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetPoint_67a11e2d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd128r1_3e2ff7f8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd128r2_07ee26b6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd192r1_99b5c4fd.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd224r1_6592ddd9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd256r1_07d5aa0c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd384r1_dd2cac57.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd521r1_eda82b80.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStdSM2_58861351.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSetStd_e9d69468.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSet_091c59bc.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSharedSecretDHC_c95bfa02.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSharedSecretDH_d64ab712.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSignDSA_262b95c4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSignNR_2f3ad90c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPSignSM2_77c09da8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPValidateKeyPair_abb2a5b5.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPValidate_7f2e6ec4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPVerifyDSA_5d4d8a13.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPVerifyNR_2455967d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsECCPVerifySM2_2fef9361.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsExtGet_BN_9e1d77ef.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpAdd_47531237.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpAdd_PE_d68fff4e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpCmpElement_da136092.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpConj_fd3ef001.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpCpyElement_be35743c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECAddPoint_e25c9d5a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECBindGxyTblStd192r1_e869566b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECBindGxyTblStd224r1_7d24b270.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECBindGxyTblStd256r1_97be7e97.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECBindGxyTblStd384r1_c6987ae7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECBindGxyTblStd521r1_76ea4f3d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECBindGxyTblStdSM2_4ea90c4f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECCmpPoint_a72738e2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECCpyPoint_7690107f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESDecrypt_SM2_ccb02370.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESEncrypt_SM2_41390d7f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESFinal_SM2_2cc588aa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESGetBuffersSize_SM2_33226034.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESGetSize_SM2_a5b9ca2a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESInit_SM2_a1eea20b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESSetKey_SM2_a8c7ab61.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECESStart_SM2_70dfb506.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECGetInfo_GF_1eeb8f4c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECGetPointOctString_eb487e27.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECGetPointRegular_02d8cd19.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECGetPoint_003eee43.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECGetSize_77c16a3f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECGetSubgroup_0a185adc.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECGet_d4b9843c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStd128r1_54b2ce18.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStd128r2_c73afc2e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStd192r1_ffc1d72c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStd224r1_b533be36.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStd256r1_1aef644a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStd384r1_b8a46ae9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStd521r1_53252d21.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStdBN256_5845b9c4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInitStdSM2_06132669.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECInit_344744b0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECMakePoint_e6c0307e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECMulPoint_418a8609.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECNegPoint_13185926.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECPointGetSize_a902b70b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECPointInit_9a4f0ce2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECPrivateKey_6c55bf34.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECPublicKey_7cc0eb97.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECScratchBufferSize_1a5c821d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetPointAtInfinity_9be1e113.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetPointHash_8fdec9fa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetPointHash_rmf_9abe7562.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetPointOctString_5a06e4e8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetPointRandom_df4cb132.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetPointRegular_350f2e23.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetPoint_d9624b1e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSetSubgroup_04528040.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSet_0c327817.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSharedSecretDHC_6c8f7d7e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSharedSecretDH_a40510aa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSignDSA_e9030248.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSignNR_360a152b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECSignSM2_1f9f43af.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECTstKeyPair_fd7a8c98.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECTstPointInSubgroup_409d9f9b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECTstPoint_28802bc6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECVerifyDSA_08580c93.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECVerifyNR_dcd6f7f4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECVerifySM2_bc49ec11.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpECVerify_ce235615.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpElementGetSize_bf217b2f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpElementInit_cb14f679.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpExp_63add795.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpGetElementOctString_13a28c95.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpGetElement_2e3490f8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpGetInfo_4b72be1c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpGetSize_d62217af.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpInitArbitrary_8257b128.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpInitFixed_48d61a13.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpInit_cf4c0284.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpInv_789c00a0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpIsUnityElement_9c83155f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpIsZeroElement_aeda7808.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p192r1_ca2276a9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p224r1_ab5583aa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p256_a72bffab.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p256bn_b5cfeaa0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p256r1_24667a78.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p256sm2_3de56ec7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p384r1_5e765f5e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_p521r1_e8cc7877.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMethod_pArb_71f06a64.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMul_PE_160c88b2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMul_d5d1d9bd.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpMultiExp_2c14e61a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpNeg_9bf7edba.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpScratchBufferSize_666fc8cb.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSetElementHash_a37fd993.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSetElementHash_rmf_6f9bb86a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSetElementOctString_42398306.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSetElementRandom_3e015388.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSetElementRegular_86a245c7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSetElement_ac4d6a27.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSqr_8a88e9a3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSqrt_8e4dcbca.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSub_6597b30e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpSub_PE_48a6b98d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxGetSize_f7a9a85c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxInitBinomial_a31130e2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxInit_a837101d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxMethod_binom2_d1b99833.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxMethod_binom2_epid2_9510b76b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxMethod_binom3_1f94f4f8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxMethod_binom3_epid2_3a525315.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxMethod_binom_f3cb9682.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGFpxMethod_com_3f4dfd67.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGcd_BN_2c7e49f3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGetOctString_BN_c3636f5e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGetSize_BN_ce33547c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsGet_BN_1efc7ebe.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACDuplicate_rmf_8a837879.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACFinal_rmf_91b16d31.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACGetSize_rmf_62a32b21.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACGetTag_rmf_d7e19606.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACInit_rmf_b5ea6d7e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACMessage_rmf_5374eb2b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACPack_rmf_e5a40cd7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACUnpack_rmf_7469429e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMACUpdate_rmf_bd32211a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_Duplicate_d9a7dbbc.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_Final_75fae15c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_GetSize_ac3b76c8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_GetTag_53911a47.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_Init_de8997a3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_Message_d6af8901.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_Pack_2af6597d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_Unpack_26548206.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHMAC_Update_b7663eb7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashDuplicate_62c866e5.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashDuplicate_rmf_d64fa443.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashFinal_ded03d32.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashFinal_rmf_7aa765f2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashGetInfo_rmf_0075d345.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashGetSize_2f0ac904.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashGetSize_rmf_d70f4060.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashGetTag_1a323219.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashGetTag_rmf_8f3eba91.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashInit_eb72563a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashInit_rmf_92550b38.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMessage_4f5fdb6a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMessage_rmf_82d1519b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethodGetInfo_a3723e68.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_MD5_7da5ff38.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA1_91dcc9de.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA1_NI_e13fe887.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA1_TT_4cd85aba.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA224_8e9f4e5c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA224_NI_7e1cc088.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA224_TT_d396a598.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA256_01770cb4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA256_NI_40d0298a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA256_TT_678ded20.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA384_a45a0fee.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA512_224_702a011f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA512_256_c0f74071.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SHA512_fd86d3f2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashMethod_SM3_41d24666.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashPack_14724361.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashPack_rmf_151c81d9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashUnpack_d0c793f8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashUnpack_rmf_8d720232.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashUpdate_49e7e87c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsHashUpdate_rmf_a0089569.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMAC_BN_I_bed48db3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5Duplicate_9ff028a2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5Final_8d1581bf.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5GetSize_2ec9d842.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5GetTag_5ef538d4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5Init_8b043f19.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5MessageDigest_c09adf66.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5Pack_ec38b8e3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5Unpack_ef577097.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMD5Update_a5436109.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMGF1_rmf_bb22d9de.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMGF2_rmf_4aabde75.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMGF_0d0a4d5d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsModInv_BN_2c5dec97.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMod_BN_8b60c292.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMontExp_45dda54d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMontForm_0ed5c301.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMontGetSize_9aa63b52.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMontGet_4d7d5fe5.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMontInit_032ad735.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMontMul_3fd1dd47.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMontSet_bca4dcf5.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsMul_BN_41f900a9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGGetSeed_3f32a76b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGGetSize_0a0db24c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGInit_edfb9a60.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGSetAugment_0fcd78e1.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGSetH0_57bb9ef7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGSetModulus_0bce750d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGSetSeed_ae6d89c3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGenRDRAND_52e847c6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGenRDRAND_BN_3402fa35.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGen_4ec85935.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPRNGen_BN_709ffa52.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeGen_BN_ccc57fb3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeGen_c0d8e17e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeGetSize_108fd0b0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeGet_62cc6068.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeGet_BN_d5b6bcad.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeInit_bed0e03e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeSet_0b6f9269.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeSet_BN_d9b184c1.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeTest_05183f2b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsPrimeTest_BN_aba18d27.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSADecrypt_OAEP_414685ac.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSADecrypt_OAEP_rmf_0ae274a0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSADecrypt_PKCSv15_b2750cf7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSAEncrypt_OAEP_56f4ff5b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSAEncrypt_OAEP_rmf_dfa652c4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSAEncrypt_PKCSv15_cc10ed28.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSASign_PKCS1v15_eb6626f0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSASign_PKCS1v15_rmf_e6e62327.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSASign_PSS_146cbf14.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSASign_PSS_rmf_967d2fa1.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSAVerify_PKCS1v15_e64d969c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSAVerify_PKCS1v15_rmf_8056f31f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSAVerify_PSS_c213292c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSAVerify_PSS_rmf_eda0daf7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_Decrypt_e326361b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_Encrypt_d5494553.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GenerateKeys_a71c0f58.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetBufferSizePrivateKey_857f3d62.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetBufferSizePublicKey_e3c14510.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetPrivateKeyType1_72917ebe.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetPrivateKeyType2_fbfd99a2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetPublicKey_cd5f3ed9.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetSizePrivateKeyType1_c06aef1d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetSizePrivateKeyType2_a95aa5fb.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_GetSizePublicKey_b201ac1c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_InitPrivateKeyType1_e9ce5264.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_InitPrivateKeyType2_a33649af.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_InitPublicKey_6e79b979.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_SetPrivateKeyType1_46d03b43.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_SetPrivateKeyType2_406e76f7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_SetPublicKey_46897879.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRSA_ValidateKeys_4a6601d6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsRef_BN_56df3658.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1Duplicate_5317541d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1Final_05b47050.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1GetSize_d38838de.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1GetTag_841b55f0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1Init_5d572c92.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1MessageDigest_996ebbaa.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1Pack_18386004.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1Unpack_a619e0c2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA1Update_303bcab5.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224Duplicate_da9ab733.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224Final_9154af95.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224GetSize_47fbce84.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224GetTag_68ff5b8d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224Init_2a5ca6ad.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224MessageDigest_3d98a542.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224Pack_98fe4eba.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224Unpack_cffd1e54.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA224Update_e06ea776.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256Duplicate_56930cc8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256Final_417336ae.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256GetSize_f3117718.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256GetTag_4dacbc11.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256Init_d648d82f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256MessageDigest_51189a3d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256Pack_5aaf4a5b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256Unpack_cb89815c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA256Update_f947a735.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384Duplicate_0e179b0d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384Final_4d0fc4d2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384GetSize_a2456085.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384GetTag_34beb450.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384Init_a8637250.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384MessageDigest_7740ad1f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384Pack_6421da3c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384Unpack_cc8577b6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA384Update_3f8a6322.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512Duplicate_8edb123b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512Final_d862b94f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512GetSize_e7acdecf.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512GetTag_d1d769c8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512Init_afd01673.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512MessageDigest_3566bab2.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512Pack_1240e25b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512Unpack_e2ef024a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSHA512Update_f9f2c811.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3Duplicate_e9a4d284.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3Final_b0418bb6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3GetSize_457841d4.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3GetTag_c5d121f7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3Init_e62ce66d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3MessageDigest_151076d6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3Pack_065d3d3b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3Unpack_05edfd55.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSM3Update_8da8ec81.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptCBC_CS1_dd0ac1ba.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptCBC_CS2_ffedcd65.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptCBC_CS3_347d1c09.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptCBC_fa1b8d2b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptCFB_07d977c7.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptCTR_5a85480a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptECB_4adbc6a8.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4DecryptOFB_94aeb251.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptCBC_2d263c0a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptCBC_CS1_43f6d1d6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptCBC_CS2_5921c97e.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptCBC_CS3_e4cf5676.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptCFB_9739eebd.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptCTR_b51cb39a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptECB_d0614a25.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4EncryptOFB_697bbdc3.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4GetSize_4819208f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4Init_a2d6e200.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4SetKey_5a87c125.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMDecrypt_279da32b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMEncrypt_ad480e1d.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMGetSize_0f8cd038.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMGetTag_c594e231.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMInit_c35c1fd0.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMMessageLen_f512b8ce.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMStart_11fa6ae1.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSMS4_CCMTagLen_91dbe76c.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSetOctString_BN_4c6d5b31.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSet_BN_01369e04.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsSub_BN_b126ef33.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESDecryptCBC_5bd25514.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESDecryptCFB_2d6383b6.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESDecryptCTR_21d0a462.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESDecryptECB_33b94979.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESDecryptOFB_6c220ad5.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESEncryptCBC_7ca2f94a.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESEncryptCFB_7a1cad37.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESEncryptCTR_ab0a364b.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESEncryptECB_88a7b797.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTDESEncryptOFB_0c241ffe.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTRNGenRDSEED_BN_9541143f.asm...
    15> Assembling E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\dispatcher\jmp_ippsTRNGenRDSEED_f4443445.asm...
    15>LINK : : error LNK1181: 无法打开输入文件“E:\loccs-01\Desktop\MyFiles\CryptoLib\2019-6-19-Download\Intel-IPP\ipp-crypto-develop\build\sources\ippcp\ippcp_s_m7.dir\Release\cpinit.obj”
    16>------ 已跳过全部重新生成: 项目: ALL_BUILD, 配置: Release x64 ------
    16>没有为此解决方案配置选中要生成的项目
    ========== 全部重新生成: 成功 1 个,失败 14 个,跳过 1 个 ==========

`
It shows a link-error: Can't open ..\Release\cpinit.obj”,
and also some headers cannot find.

Constant-time arithmetics

Several cryptography primitives are using branching which might leave secret keys open to side-channel attacks.

Can we have a a document that details which primitives are constant-time and which are not?
Also is side-channel attack resistance a goal?

Update CMake variables and paths

For better cmake usability, I would like to suggest two changes in the ipp-crypto cmake configuration.

Replace all CMAKE_BINARY_DIR

For ipp-crypto standalone build, this may not cause any issue, but when building ipp-crypto with cmake FetchContent, within another project, it will pollute the build folder of the project with several package files, generated from:

foreach( ARCH ${ARCH_TYPES})
set(LIBDIR_FOR_PC_FILE "\${prefix}/${IPPCP_LIB_REL_PATH}/${ARCH}")
configure_file("${IPP_CRYPTO_DIR}/sources/cmake/pkg-config/ippcp-static.pc.in" "${CMAKE_BINARY_DIR}/ippcp-static-${ARCH}.pc" @ONLY)
endforeach( ARCH ARCH_TYPES )

configure_file("${IPP_CRYPTO_DIR}/sources/cmake/pkg-config/crypto_mb-static.pc.in" "${CMAKE_BINARY_DIR}/crypto_mb-static-intel64.pc" @ONLY)

foreach( ARCH ${ARCH_TYPES})
set(LIBDIR_FOR_PC_FILE "\${prefix}/${IPPCP_LIB_REL_PATH}/${ARCH}/nonpic")
configure_file("${IPP_CRYPTO_DIR}/sources/cmake/pkg-config/ippcp-static.pc.in" "${CMAKE_BINARY_DIR}/ippcp-static-${ARCH}-nonpic.pc" @ONLY)
set(LIBDIR_FOR_PC_FILE "\${prefix}/${IPPCP_LIB_REL_PATH}/${ARCH}")
configure_file("${IPP_CRYPTO_DIR}/sources/cmake/pkg-config/ippcp-dynamic.pc.in" "${CMAKE_BINARY_DIR}/ippcp-dynamic-${ARCH}.pc" @ONLY)
endforeach( ARCH ARCH_TYPES )

It would be cleaner and provide better usage if all CMAKE_BINARY_DIR could be replaced with PROJECT_BINARY_DIR or CMAKE_CURRENT_BINARY_DIR.

Use GNUInstallDirs variables for installation

The current installation destination for headers and libraries are using constant strings:

install(TARGETS ${IPPCP_LIB_MERGED}
ARCHIVE DESTINATION "lib/${ARCH}/$<$<BOOL:${NONPIC_LIB}>:nonpic>"
PUBLIC_HEADER DESTINATION "include"
PRIVATE_HEADER DESTINATION "tools/${ARCH}/staticlib")

if (MB_STANDALONE) # standalone crypto_mb's cmake run
install(TARGETS ${MB_DYN_LIB_TARGET}
LIBRARY DESTINATION "lib"
RUNTIME DESTINATION "lib"
PUBLIC_HEADER DESTINATION "include/crypto_mb")
elseif (DYNAMIC_LIB) # build from ippcp's cmake
install(TARGETS ${MB_DYN_LIB_TARGET}
LIBRARY DESTINATION "lib/intel64"
RUNTIME DESTINATION "lib/intel64"
PUBLIC_HEADER DESTINATION "include/crypto_mb")
endif()

For better usability, I suggest replacing all:
"lib" with ${CMAKE_INSTALL_LIBDIR} and
"include" with ${CMAKE_INSTALL_INCLUDEDIR}

Reason is similar to above suggestion - some customization when building ipp-crypto within another project could make it a lot easier to maintain project codes and build paths.

Please let me know what you think.

SM4 OFB cannot decrypt

hi, guys,

When I use SM4 OFB to encrypt and decrypt, I met a error as below:
(gdb) p plainText
$1 = "\252\252\252\252\273\273\273\273\314\314\314\314\335\335\335", <incomplete sequence \335>
(gdb) p pEncrypt
$2 = "\254\062\066ˆ\035\323\026\346A;N&lt;u$\267"
(gdb) p pDecrypt
$3 = "_\335t\207\061\236\211k\207\036\327\332\341V̗"

The data is using example/sms4:
sgxIpp8u plainText[SRC_LEN] = {
0xAA,0xAA,0xAA,0xAA,0xBB,0xBB,0xBB,0xBB,
0xCC,0xCC,0xCC,0xCC,0xDD,0xDD,0xDD,0xDD
};

sgxIpp8u key[SGX_SM4_CFB_KEY_SIZE] = {
0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF,
0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10
};

sgxIpp8u iv[SGX_SM4_CFB_IV_SIZE] = {
0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F
};

And the test program is also using example/sms4, which replace ippsSMS4EncryptCBC/DecryptCBC(plainText, pOut, sizeof(plainText), pSMS4, iv) to ippsSMS4EncryptOFB/DecryptOFB(plainText, pOut, sizeof(plainText), 16, pSMS4, iv);

Could anyone help check if OFB works well or provide a successful example? Thanks a lot!

Remove size specifiers on asm files;

nasm complains when some lea ops get a size specifier;
Removing them in the following locations (in the build dir after cmake) fixes the issue:

asm_sources/n0/asm_intel64/pcpsha256l9as.asm:486
asm_sources/n0/asm_intel64/pcpsha256l9as.asm:514
asm_sources/n0/asm_intel64/pcpsha512l9as.asm:486

asm_sources/k0/asm_intel64/pcpsha256l9as.asm:486
asm_sources/k0/asm_intel64/pcpsha256l9as.asm:514
asm_sources/k0/asm_intel64/pcpsha512l9as.asm:486

asm_sources/l9/asm_intel64/pcpsha256l9as.asm:486
asm_sources/l9/asm_intel64/pcpsha256l9as.asm:514
asm_sources/l9/asm_intel64/pcpsha512l9as.asm:486

something wrong with AES OFB

can u give me a example code about AES OFB API? i don't understand the parameter ofbBlkSize.
The AES OFB API is : IppStatus ippsAESEncryptOFB (const Ipp8u* pSrc, Ipp8u* pDst, int srclen, int ofbBlkSize, const IppsAESSpec* pCtx, Ipp8u* pIV); and IppStatus ippsAESDecryptOFB (const Ipp8u* pSrc, Ipp8u* pDst, int srclen, int ofbBlkSize, const IppsAESSpec* pCtx, Ipp8u* pIV);
i use it but i get wrong output, i can't get my plaintxt by calling ippsAESEncryptOFB & ippsAESDecryptOFB
so help me pls

Is there any example about how to generate RSA key pair by ippsRSA_GenerateKeys()?

Is there any example about how to generate RSA key pair by ippsRSA_GenerateKeys(). Per my understanding, I have to allocate memory for pModulus, pPublicExp and pPrivateExp respectively before call ippsRSA_GenerateKeys(), right? If the bit size of n is 1024 and the bit size of e is 16, I can allocate memory for pModulus and pPublicExp easily. However, how can I allocate memory for pPrivateExp as I don't know the bit size of d. Is there any relationship between the bit size of n, e and d? Thanks.

Cerfication support for the IPP

Hi,
I notice that it mentioned below in the Readme file.
"
Intel IPP Cryptography library is not certified for FIPS-140-2 (Security Requirements for Cryptographic Modules) and CMVP (Cryptographic Module Validation Program).
"

Does the IPP plan to certify the FIPS-140-2 in future release?

Missing file asmdefs.inc

We've tried to build the library.
CC=gcc CXX=g++ cmake CMakeLists.txt -B_build -DARCH=intel64
In the end of the hoops and jumps, it barfs out:

[ 12%] Built target ippcp_s_m7
[ 12%] Building ASM_NASM object sources/ippcp/CMakeFiles/ippcp_s_n8-asmobjs.dir///asm_sources/n8/asm_intel64/cpinitas.asm.o
/home/at/Dev/ipp-crypto/_build/asm_sources/n8/asm_intel64/cpinitas.asm:17: fatal: unable to open include file `asmdefs.inc'
sources/ippcp/CMakeFiles/ippcp_s_n8-asmobjs.dir/build.make:79: recipe for target 'sources/ippcp/CMakeFiles/ippcp_s_n8-asmobjs.dir///asm_sources/n8/asm_intel64/cpinitas.asm.o' failed
make[2]: *** [sources/ippcp/CMakeFiles/ippcp_s_n8-asmobjs.dir///asm_sources/n8/asm_intel64/cpinitas.asm.o] Error 1
CMakeFiles/Makefile2:205: recipe for target 'sources/ippcp/CMakeFiles/ippcp_s_n8-asmobjs.dir/all' failed
make[1]: *** [sources/ippcp/CMakeFiles/ippcp_s_n8-asmobjs.dir/all] Error 2
Makefile:100: recipe for target 'all' failed
make: *** [all] Error 2

as if it misses/can't find asmdefs.inc.
This is somewhat strange, since it can be found in ipp-crypto/sources/include/asmdefs.inc.
Please advise. Thank you!

xmm6 overwritten/not restored by HashUpdate

Root problem: xmm6 is not being restored after a call to ippsHashUpdate (& ippsHashUpdate_rmf) in certain circumstances.

I recently upgraded from 2020.0 to 2020.1 (as downloaded from Intel web site). My unit tests which verify hash computation began to fail in certain configurations (Release mode SHA hashes) but pass in others (all Debug modes, all MD5 hashes). This occurs in both AVX (e9) & AVX2 (l9) modes of the crypto library.

My unit test does the following (with run-time arguments for hash type):

  1. Call ippsHashGetSize
  2. Call ippsHashInit
  3. Calls ippsHashUpdate in a loop with a single byte value & length of 1
  4. Calls ippsHashFinal
  5. Verifies hash result against a "pre-computed" value.

In release mode only, the compiler (MSVC 1926, Windows x64) creates a temporary object and stores it into xmm6; this is used as part of the call tree in my test code & is restored as arguments to the ippsHashUpdate call on each loop pass. For MD5, this register is never affected, but after a certain number of calls to ippsHashUpdate with the SHA functions, the register is zero-ized by ippsHashUpdate (which then breaks the remainder of the hash computation loop, because further calls are made with a null pointer & length of zero as loaded from xmm6). Per the x64 ABI, xmm6-xmm15 are non-volatile across function calls and should be restored by the callee.

  • MD5: always works
  • SHA1, SHA224, SHA256: after 64 single-byte calls, xmm6 is zero-ized & not restored by ippsHashUpdate
  • SHA384, SHA512: after 128 single-byte calls, xmm6 is zero-ized & not restored by ippsHashUpdate

My guess is that something about the restoration of xmm registers is not working, and that it is tied to crossing a certain block boundary within ippsHashUpdate.

any samples for this repo?

  1. Symmetric Cryptography Primitive Functions (AES, SM4, TDES, RC4)
  2. One-Way Hash Primitives (SHA, MD5, SM3)
  3. Data Authentication Primitive Functions (HMAC, CMAC)
  4. Public Key Cryptography Functions (RSA, DLP, ECC)
  5. Finite Field Arithmetic Functions

Add support for including using add_subdirectory

Apologies if this can already be accomplished, but I'm failing to include this project as a dependency by simply using add_subdirectory and include_directories. The main reason for this is I lazily compile for different architectures and i don't want to precompile dependencies.

If it was intentional for not allowing this to be included using add_subdirectory then you can disregard this.

I'm using the following directory structure as an example:

.
├── CMakeLists.txt
├── main.cpp
├── libs
└── third-party
    ├── benchmark
    ├── boringssl
    └── ipp-crypto

And simply adding the following to the CMakeLists.txt file the other dependencies work and link fine.

cmake_minimum_required(VERSION 3.13)
set(CMAKE_CXX_STANDARD 17)

project(crypto_bench)

add_subdirectory(googletest)
add_subdirectory(benchmark)
include_directories(boringssl/include)
include_directories(benchmark/include)

# doesn't work
# include_directories(ipp-crypto/include)
# add_subdirectory(ipp-crypto)

# instead precompile to libs and use this
# link_directories(libs/lib)
# include_directories(libs/include)

add_executable(crypto_bench main.cpp)
target_link_libraries(${PROJECT_NAME} crypto benchmark_main)
# target_link_libraries(${PROJECT_NAME} ippcp crypto benchmark_main)

Undefined behavior issue in cpGetBitSize()

In pcpmont_set.c ,

__INLINE int cpGetBitSize(Ipp32u offset, Ipp32u val)  
{  
    int bitSize = 32;  
    if (val == 0) return 0;  
    while ((val & (1 << bitSize)) == 0) bitSize--;  
    return (int)offset + bitSize;  
}

1 << 32 may lead to an undefined behavior issue.

error: invalid conversion from ‘int8u**’ {aka ‘unsigned char**’} to ‘const int8u**’ {aka ‘const unsigned char**’} [-fpermissive]

If I pass a int8u* array[16] to mbx_sm3_msg_digest_mb16(), there is an issue

error: invalid conversion from ‘int8u**’ {aka ‘unsigned char**’} to ‘const int8u**’ {aka ‘const unsigned char**’} [-fpermissive]

If I change the definition below

EXTERN_C mbx_status16 mbx_sm3_msg_digest_mb16(const int8u* msg_pa[16],

to
EXTERN_C mbx_status16 mbx_sm3_msg_digest_mb16(const int8u* const msg_pa[16],

The issue disappears.

Is IppsECCPState thread safe?

I am using the ecc library of ipp-crypto to implement the function of ecc-mutiply. All ecPoints share the same IppsECCPState. I found that after the outer layer is parallelized using the tbb library, the program will coredump. But if every ecPoint use a IppsECCPState, the program works fine.

After checking the source code, I found that IppsECCPState has cpGFpReleasePool and cpGFpGetPool methods. Does it mean that IppsECCPState cannot be shared between different ec-points?

However, additional creation of IppsECCPState will bring a certain performance overhead. Is there a way to share IppsECCPState with multiple ecPoints?

Fix `nasm` includes

When building for Linux, nasm include directories come without a trainling slash;
This goes against the nasm man page:

 -I|-i directory
           Adds a directory to the search path for include files. The
           directory specification must include the trailing slash, as
           it will be directly prepended to the name of the include
           file.

Build issue Ubuntu-18.04LTS

CMake Error at CMakeLists.txt:53 (find_package):

Could not find a package configuration file provided by "Python" with any
of the following names:

PythonConfig.cmake
python-config.cmake

I have python-dev and cmake installed No files with these names anywhere on the filesystem of this machine.

Add common hash API wrapper

Almost all hash libraries use the following API format. Please provide a wrapper.

void sha512_init(sha512ctx *ctx);
void sha512_update(sha512ctx *ctx, const void *data, size_t len);
void sha512_done(sha512ctx *ctx, uint8_t out[SHA512_HASH_LENGTH]);

So it would be very easy to swap out libraries, eg. one configuration doesn't need HW acceleration, just SW implementation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.