Gets the size of the IppsDLPState context.
IppStatus ippsDLPGetSize(int peBits, int reBits, int *pSize);
peBits |
Bitsize of the GF(p) element (that is, the length of the DL-based cryptosystem in bits) |
reBits |
Bitsize of the multiplicative subgroup GF(r). |
pSize |
Pointer to the IppsDLPState context size in bytes. |
This function is declared in the ippcp.h file. The function gets the IppsDLPState context size in bytes and stores in *pSize. DL-based cryptosystem over GF(p) assumes that r/p-1 where both p and r are primes.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsSizeErr |
Indicates an error condition if peBits ≤ reBits. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.