GFpECKeyExchangeSM2_Confirm¶
(Optional) Verification of the legality of the second party.
Syntax¶
IppStatus ippsGFpECKeyExchangeSM2_Confirm(const Ipp8u pSPeer[IPP_SM3_DIGEST_BYTESIZE], int* pStatus, IppsGFpECKeyExchangeSM2State* pKE)
Include Files¶
ippcp.h
Parameters¶
pSPeer |
Pointer to the Peer Conformation hash data. |
pStatus |
Pointer to the result of the verification of the confirmation of the second party. |
pKE |
Pointer to the buffer as the |
Description¶
(Optional) [GBT.32918.3-2016] Public Key cryptographic algorithm SM2 based on the elliptic curves.
Part 3: Key exchange protocol
6.2 Process of key exchange protocol
stack compute[standart link]:
[user A| user B] |
|
|
[step 9| step 10] |
where tmp_p - precompute in SharedKey step on of the legality of the second party SM2 Key Exchange scheme.
The result of checking the legitimacy of the second party is one of two possible values:
1, successful
0, bad confirmation
Return Values¶
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers are NULL. |
ippStsContextMatchErr |
Indicates an error condition if the |
ippStsNotSupportedModeErr |
Indicates an error condition if the |
ippStsRangeErr |
Indicates an error condition if the length in bits of the elliptic curve is less than the length in bits of the SM3 hash digest. |
ippStsBadArgErr |
Indicates an error condition if the role is not equal to |