Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/inc/
H A Dcrypto_hash_to_point.h26 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point);
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
H A Dhuks_adapter_diff_impl.c39 int32_t res = OpensslHashToPoint(&hashBlob, &pointBlob); in HashToPointX25519()
H A Dcrypto_hash_to_point.c393 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in OpensslHashToPoint() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dkey_management_test.cpp63 int32_t ret = OpensslHashToPoint(&invalidSizeBlob, &pointBlob);
65 ret = OpensslHashToPoint(&invalidDataBlob, &pointBlob);