Visible to Intel only — GUID: GUID-F2BD7304-86A2-4AE8-96BD-77BD155E7F39
Visible to Intel only — GUID: GUID-F2BD7304-86A2-4AE8-96BD-77BD155E7F39
GFpSetElementOctString
Assigns a value from the input octet string to an element of the finite field.
Syntax
IppStatus ippsGFpSetElementOctString(const Ipp8u* pStr, int strSize, IppsGFpElement* pR, IppsGFpState* pGFp);
Include Files
ippcp.h
Parameters
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. |
Description
This function assigns a value from the input octet string to an element of the finite field.
Return Values
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:
|