Visible to Intel only — GUID: GUID-6AD20401-6F17-4B50-A0E5-45EB83153086
Visible to Intel only — GUID: GUID-6AD20401-6F17-4B50-A0E5-45EB83153086
DLPSetKeyPair
Sets private and/or public keys of the DL-based cryptosystem over GF(p).
IppStatus ippsDLPSetKeyPair(const IppsBigNumState* pPrivate, const IppsBigNumState* pPublic, IppsDLPState* pCtx);
ippcp.h
pPrivate |
Pointer to the input private key privKey. |
pPublic |
Pointer to the output public key pubKey. |
pCtx |
Pointer to the cryptosystem context. |
The function stores the private key priveKey and public key pubKey in the cryptosystem context.
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. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |
ippStsIncompleteContextErr |
Indicates an error condition if the cryptosystem context has not been properly set up. |
ippStsInvalidPrivateKey |
Indicates an error condition if the parameter pointed bypPrivate has memory size smaller than the order n of the elliptic curve base point G. |
ippStsRangeErr |
Indicates an error condition if the parameter pointed by pPublic has memory size smaller than the prime p of the elliptic curve base point G. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: