Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_asy_key_generator_openssl.c903 HcfOpensslEccPriKey *impl = (HcfOpensslEccPriKey *)self; in DestroyEccPriKey()
1236 HcfOpensslEccPriKey *impl = (HcfOpensslEccPriKey *)self; in GetEccPriKeyEncoded()
1316 HcfOpensslEccPriKey *impl = (HcfOpensslEccPriKey *)self; in GetECPriKeyEncodedDer()
1368 HcfOpensslEccPriKey *impl = (HcfOpensslEccPriKey *)self; in EccPriKeyClearMem()
1377 curveId = ((HcfOpensslEccPriKey *)self)->curveId; in GetCurveName()
1413 if (((HcfOpensslEccPriKey *)self)->ecKey == NULL) { in CheckEcKeySelf()
1606 HcfOpensslEccPriKey **returnObj) in PackEccPriKey()
1608HcfOpensslEccPriKey *returnPriKey = (HcfOpensslEccPriKey *)HcfMalloc(sizeof(HcfOpensslEccPriKey), … in PackEccPriKey()
1747 HcfOpensslEccPriKey *priKey = NULL; in EngineConvertEccKey()
1789 HcfOpensslEccPriKey *priKey = NULL; in PackAndAssignPriKey()
[all …]
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Decdh_openssl.c61 static EVP_PKEY *NewPKeyByEccPriKey(HcfOpensslEccPriKey *privateKey) in NewPKeyByEccPriKey()
103 EVP_PKEY *priPKey = NewPKeyByEccPriKey((HcfOpensslEccPriKey *)priKey); in EngineGenerateSecret()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h48 } HcfOpensslEccPriKey; typedef
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c439 fieldType = ((HcfOpensslEccPriKey *)self)->fieldType; in GetFieldType()
509 ret = BigNumToBigInteger(OpensslEcKeyGet0PrivateKey(((HcfOpensslEccPriKey *)self)->ecKey), in GetPkSkBigInteger()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Decdsa_openssl.c138 EC_KEY *ecKey = OpensslEcKeyDup(((HcfOpensslEccPriKey *)privateKey)->ecKey); in EngineSignInit()