Developer Guide for Intel® Integrated Performance Primitives Cryptography 2019

Function Naming Conventions

Intel IPP Cryptography functions have the same naming conventions for all domains.

Function names in Intel IPP Cryptography have the following general format:

ipp<data-domain><name>[_<descriptor>](<parameters>)

Note

The support functions in Intel IPP Cryptography like ippcpGetCpuFeatures() do not need an input data type. These functions have ippcp as a prefix without the data-domain field.

Data-domain

The data-domain element is a single character indicating type of input data. Intel IPP Cryptography supports the following data-domain:

s

one-dimensional operations on signals, vectors, buffers

Parameters

The parameters element specifies the function parameters (arguments).

The order of parameters is as follows:

A parameter name has the following conventions:

See Also