Home
last modified time | relevance | path

Searched refs:g_curveParamQ (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.c81 static const uint8_t g_curveParamQ[KEY_BYTES_CURVE25519] = { variable
320 if (BN_bin2bn(g_curveParamQ, KEY_BYTES_CURVE25519, para->q) == NULL) { in CurveSetConstPara()