Home
last modified time | relevance | path

Searched refs:HcfOpensslDhPubKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_asy_key_generator_openssl.c106 HcfOpensslDhPubKey *impl = (HcfOpensslDhPubKey *)self; in DestroyDhPubKey()
182 HcfOpensslDhPubKey *impl = (HcfOpensslDhPubKey *)self; in GetDhPubKeyEncoded()
284 HcfOpensslDhPubKey *impl = (HcfOpensslDhPubKey *)pubSelf; in GetBigIntegerSpec()
507 static void FillOpensslDhPubKeyFunc(HcfOpensslDhPubKey *pk) in FillOpensslDhPubKeyFunc()
538 HcfOpensslDhPubKey *dhPubKey = (HcfOpensslDhPubKey *)HcfMalloc(sizeof(HcfOpensslDhPubKey), 0); in CreateDhPubKey()
780 HcfOpensslDhPubKey *pubKey = NULL; in CreateDhKeyPairByCommSpec()
812 HcfOpensslDhPubKey **returnPubKey) in CreateDhPubKeyByKeyPairSpec()
845 HcfOpensslDhPubKey *pubKey = NULL; in CreateDhKeyPairByKeyPairSpec()
886 HcfOpensslDhPubKey *pubKey = NULL; in CreateDhPubKeyBySpec()
996 HcfOpensslDhPubKey *pubKey = NULL; in EngineGenerateDhKeyPair()
[all …]
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h155 } HcfOpensslDhPubKey; typedef
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Ddh_openssl.c65 EVP_PKEY *pubPKey = NewEvpPkeyByDh(((HcfOpensslDhPubKey *)pubKey)->pk, true); in EngineGenerateSecret()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_key_agreement_test.cpp394 EVP_PKEY *pubPKey = NewEvpPkeyByDh(((HcfOpensslDhPubKey *)dh1536KeyPair_->pubKey)->pk, false);