Home
last modified time | relevance | path

Searched refs:GetEncodedPoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Decc_key_util_impl.h29 static HcfBlob GetEncodedPoint(char *curveName, HcfPoint point, char *format, int32_t *errCode);
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Decc_key_util_impl.cpp38 HcfBlob ECCKeyUtilImpl::GetEncodedPoint(char *curveName, HcfPoint point, char *format, int32_t *err… in GetEncodedPoint() function in OHOS::CryptoFramework::ECCKeyUtilImpl
H A Dcrypto_ffi.cpp1748 return ECCKeyUtilImpl::GetEncodedPoint(curveName, point, format, errCode); in FFiOHOSECCKeyUtilGetEncodedPoint()