API参考
载入中...
搜索中...
未找到
HITLS_CRYPT_DhMethod结构体 参考

DH Callback function to be registered 更多...

#include <hitls_crypt_reg.h>

Public 属性

CRYPT_GenerateDhKeyBySecbitsCallback generateDhKeyBySecbits
CRYPT_GenerateDhKeyByParamsCallback generateDhKeyByParams
CRYPT_DupDhKeyCallback dupDhKey
CRYPT_FreeDhKeyCallback freeDhKey
CRYPT_DHGetParametersCallback getDhParameters
CRYPT_GetDhEncodedPubKeyCallback getDhPubKey
CRYPT_CalcDhSharedSecretCallback calcDhSharedSecret

详细描述

DH Callback function to be registered

类成员变量说明

◆ calcDhSharedSecret

CRYPT_CalcDhSharedSecretCallback HITLS_CRYPT_DhMethod::calcDhSharedSecret

DH: calculate the shared key based on the local key and peer public key

◆ dupDhKey

CRYPT_DupDhKeyCallback HITLS_CRYPT_DhMethod::dupDhKey

DH: deep copy key

◆ freeDhKey

CRYPT_FreeDhKeyCallback HITLS_CRYPT_DhMethod::freeDhKey

DH: release the key

◆ generateDhKeyByParams

CRYPT_GenerateDhKeyByParamsCallback HITLS_CRYPT_DhMethod::generateDhKeyByParams

DH: Generate a key pair based on the dh parameter

◆ generateDhKeyBySecbits

CRYPT_GenerateDhKeyBySecbitsCallback HITLS_CRYPT_DhMethod::generateDhKeyBySecbits

DH: Generate a key pair based on secbits

◆ getDhParameters

CRYPT_DHGetParametersCallback HITLS_CRYPT_DhMethod::getDhParameters

DH: obtain the p g plen glen by using the key handle

◆ getDhPubKey

CRYPT_GetDhEncodedPubKeyCallback HITLS_CRYPT_DhMethod::getDhPubKey

DH: extract the Dh public key data


该结构体的文档由以下文件生成: