Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
H A Dcrypto_hash_to_point.c39 static const uint8_t g_curveParamP[KEY_BYTES_CURVE25519] = { variable
299 if (BN_bin2bn(g_curveParamP, KEY_BYTES_CURVE25519, para->p) == NULL) { in CurveSetConstPara()