Searched refs:HcfOpensslDhPubKey (Results 1 – 4 of 4) sorted by relevance
106 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 …]
155 } HcfOpensslDhPubKey; typedef
65 EVP_PKEY *pubPKey = NewEvpPkeyByDh(((HcfOpensslDhPubKey *)pubKey)->pk, true); in EngineGenerateSecret()
394 EVP_PKEY *pubPKey = NewEvpPkeyByDh(((HcfOpensslDhPubKey *)dh1536KeyPair_->pubKey)->pk, false);