Home
last modified time | relevance | path

Searched defs:encodedPoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Decc_key_util_impl.cpp31 HcfPoint ECCKeyUtilImpl::ConvertPoint(char *curveName, HcfBlob encodedPoint, int32_t *errCode) in ConvertPoint()
H A Dcrypto_ffi.cpp1741 … HcfPoint FFiOHOSECCKeyUtilConvertPoint(char *curveName, HcfBlob encodedPoint, int32_t *errCode) in FFiOHOSECCKeyUtilConvertPoint()
/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Decc_key_util.c88 HcfResult HcfConvertPoint(const char *curveName, HcfBlob *encodedPoint, HcfPoint *returnPoint) in HcfConvertPoint()