Developer Reference for Intel® Integrated Performance Primitives Cryptography 2019
Assigns a value from the input octet string to an element of the finite field.
IppStatus ippsGFpSetElementOctString(const Ipp8u* pStr, int strSize, IppsGFpElement* pR, IppsGFpState* pGFp);
ippcp.h
pStr |
Pointer to the octet string. |
strSize |
Size of the octet string buffer in bytes. |
pR |
Pointer to the context of the finite field element. |
pGFp |
Pointer to the context of the finite field. |
This function assigns a value from the input octet string to an element of the finite field.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition in any of the following cases:
|
ippStsContextMatchErr |
Indicates an error condition if any of the pGFp and pR context parameters does not match the operation. |
ippStsSizeErr |
Indicates an error condition in any of the following cases:
|
ippStsOutOfRangeErr |
Indicates an error condition in any of the following cases:
|