![]() |
API参考
|
ECDH Callback function to be registered 更多...
#include <hitls_crypt_reg.h>

ECDH Callback function to be registered
| CRYPT_CalcEcdhSharedSecretCallback HITLS_CRYPT_EcdhMethod::calcEcdhSharedSecret |
ECDH: calculate the shared key based on the local key and peer public key.
| CRYPT_FreeEcdhKeyCallback HITLS_CRYPT_EcdhMethod::freeEcdhKey |
ECDH: release the elliptic curve key.
| CRYPT_GenerateEcdhKeyPairCallback HITLS_CRYPT_EcdhMethod::generateEcdhKeyPair |
ECDH: generate a key pair based on the elliptic curve parameters.
| CRYPT_GetEcdhEncodedPubKeyCallback HITLS_CRYPT_EcdhMethod::getEcdhPubKey |
ECDH: extract public key data.
| CRYPT_KemDecapsulateCallback HITLS_CRYPT_EcdhMethod::kemDecapsulate |
KEM: decapsulate the ciphertext
| CRYPT_KemEncapsulateCallback HITLS_CRYPT_EcdhMethod::kemEncapsulate |
KEM: encapsulate a shared secret