Visible to Intel only — GUID: GUID-9226958F-6E05-4B31-A77A-3E03E23400FB
Visible to Intel only — GUID: GUID-9226958F-6E05-4B31-A77A-3E03E23400FB
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:
|