Developer Reference for Intel® Integrated Performance Primitives Cryptography
Automatically initializes the library code that matches the current processor best.
IppStatus ippcpInit(void);
ippcp.h
This function detects the processor type of the user system and sets the processor-specific code of the Intel® Integrated Performance Primitives Cryptography library that matches the current processor type best.
ippStsNoErr |
Indicates that the required processor-specific code is successfully set. |
ippStsNotSupportedCpu |
Indicates that the CPU is not supported. |
ippStsNonIntelCpu |
Indicates that the target CPU is not Genuine Intel. |