Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Decc_asy_key_generator_openssl.c642 HcfOpensslEccPriKey *impl = (HcfOpensslEccPriKey *)self; in DestroyEccPriKey()
761 HcfOpensslEccPriKey *impl = (HcfOpensslEccPriKey *)self; in GetEccPriKeyEncoded()
793 HcfOpensslEccPriKey *impl = (HcfOpensslEccPriKey *)self; in EccPriKeyClearMem()
972 fieldType = ((HcfOpensslEccPriKey *)self)->fieldType; in GetFieldType()
997 curveId = ((HcfOpensslEccPriKey *)self)->curveId; in GetCurveName()
1054 … res = BigNumToBigInteger(Openssl_EC_KEY_get0_private_key(((HcfOpensslEccPriKey *)self)->ecKey), in GetPkSkBigInteger()
1082 group = Openssl_EC_KEY_get0_group(((HcfOpensslEccPriKey *)self)->ecKey); in GetEcKeySpecBigInteger()
1154 group = Openssl_EC_KEY_get0_group(((HcfOpensslEccPriKey *)self)->ecKey); in GetEcKeySpecInt()
1242 HcfOpensslEccPriKey **returnObj) in PackEccPriKey()
1244HcfOpensslEccPriKey *returnPriKey = (HcfOpensslEccPriKey *)HcfMalloc(sizeof(HcfOpensslEccPriKey), … in PackEccPriKey()
[all …]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
Decdh_openssl.c61 static EVP_PKEY *NewPKeyByEccPriKey(HcfOpensslEccPriKey *privateKey) in NewPKeyByEccPriKey()
151 EVP_PKEY *priPKey = NewPKeyByEccPriKey((HcfOpensslEccPriKey *)priKey); in EngineGenerateSecret()
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Dopenssl_class.h48 } HcfOpensslEccPriKey; typedef
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Decdsa_openssl.c120 EC_KEY *ecKey = Openssl_EC_KEY_dup(((HcfOpensslEccPriKey *)privateKey)->ecKey); in EngineSignInit()