Home
last modified time | relevance | path

Searched refs:HcfOpensslEccPubKey (Results 1 - 6 of 6) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Decdh_openssl.c48 static EVP_PKEY *NewPKeyByEccPubKey(HcfOpensslEccPubKey *publicKey) in NewPKeyByEccPubKey()
108 EVP_PKEY *pubPKey = NewPKeyByEccPubKey((HcfOpensslEccPubKey *)pubKey); in EngineGenerateSecret()
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_asy_key_generator_openssl.c935 HcfOpensslEccPubKey *impl = (HcfOpensslEccPubKey *)self; in DestroyEccPubKey()
1132 static HcfResult GetCompressedEccPointEncoded(HcfOpensslEccPubKey *impl, HcfBlob *returnBlob) in GetCompressedEccPointEncoded()
1187 static void SetEccKeyAsn1Flag(HcfOpensslEccPubKey *impl) in SetEccKeyAsn1Flag()
1213 HcfOpensslEccPubKey *impl = (HcfOpensslEccPubKey *)self; in GetEccPubKeyEncodedDer()
1250 HcfOpensslEccPubKey *impl = (HcfOpensslEccPubKey *)self; in GetEccPubKeyEncoded()
1427 curveId = ((HcfOpensslEccPubKey *)self)->curveId; in GetCurveName()
1489 group = OpensslEcKeyGet0Group(((HcfOpensslEccPubKey *)sel in GetEcKeySpecBigInteger()
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h37 } HcfOpensslEccPubKey; typedef
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c433 fieldType = ((HcfOpensslEccPubKey *)self)->fieldType; in GetFieldType()
508 ret = GetPubKeyXOrY(OpensslEcKeyGet0Group(((HcfOpensslEccPubKey *)self)->ecKey), in GetPkSkBigInteger()
509 OpensslEcKeyGet0PublicKey(((HcfOpensslEccPubKey *)self)->ecKey), item, returnBigInteger); in GetPkSkBigInteger()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Decdsa_openssl.c259 EC_KEY *ecKey = OpensslEcKeyDup(((HcfOpensslEccPubKey *)publicKey)->ecKey); in EngineVerifyInit()
/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp715 HcfOpensslEccPubKey *eccPubKey = reinterpret_cast<HcfOpensslEccPubKey *>(dupKeyPair->pubKey); in HWTEST_F()

Completed in 7 milliseconds