Searched refs:HcfOpensslSm2PriKey (Results 1 – 4 of 4) sorted by relevance
365 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in DestroySm2PriKey()497 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in GetSm2PriKeyEncoded()538 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in Sm2PriKeyClearMem()547 curveId = ((HcfOpensslSm2PriKey *)self)->curveId; in GetCurveName()578 if (((HcfOpensslSm2PriKey *)self)->ecKey == NULL) { in CheckSm2KeySelf()604 group = OpensslEcKeyGet0Group(((HcfOpensslSm2PriKey *)self)->ecKey); in GetSm2KeySpecBigInteger()795 HcfOpensslSm2PriKey **returnObj) in PackSm2PriKey()797 …HcfOpensslSm2PriKey *returnPriKey = (HcfOpensslSm2PriKey *)HcfMalloc(sizeof(HcfOpensslSm2PriKey), … in PackSm2PriKey()913 HcfOpensslSm2PriKey *priKey = NULL; in EngineConvertSm2Key()959 HcfOpensslSm2PriKey *priKey = NULL; in PackAndAssignPriKey()[all …]
141 } HcfOpensslSm2PriKey; typedef
73 impl->sm2Key = OpensslEcKeyDup(((HcfOpensslSm2PriKey *)key)->ecKey); in InitSm2Key()
195 EC_KEY *ecKey = OpensslEcKeyDup(((HcfOpensslSm2PriKey *)privateKey)->ecKey); in EngineSignInit()