Home
last modified time | relevance | path

Searched refs:HcfOpensslDhPriKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_asy_key_generator_openssl.c122 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; in DestroyDhPriKey()
220 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; in GetDhPriKeyEncoded()
291 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)priSelf; in GetBigIntegerSpec()
377 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; in GetIntSpecFromDhPriKey()
420 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; in ClearDhPriKeyMem()
552 HcfOpensslDhPriKey *dhPriKey = (HcfOpensslDhPriKey *)HcfMalloc(sizeof(HcfOpensslDhPriKey), 0); in CreateDhPriKey()
614 HcfOpensslDhPriKey **returnPriKey) in GenerateDhPubAndPriKey()
794 HcfOpensslDhPriKey *priKey = NULL; in CreateDhKeyPairByCommSpec()
828 HcfOpensslDhPriKey **returnPriKey) in CreateDhPriKeyByKeyPairSpec()
852 HcfOpensslDhPriKey *priKey = NULL; in CreateDhKeyPairByKeyPairSpec()
[all …]
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h164 } HcfOpensslDhPriKey; typedef
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Ddh_openssl.c70 EVP_PKEY *priPKey = NewEvpPkeyByDh(((HcfOpensslDhPriKey *)priKey)->sk, true); in EngineGenerateSecret()