Searched refs:OpensslHashToPoint (Results 1 – 4 of 4) sorted by relevance
26 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point);
39 int32_t res = OpensslHashToPoint(&hashBlob, &pointBlob); in HashToPointX25519()
393 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in OpensslHashToPoint() function
63 int32_t ret = OpensslHashToPoint(&invalidSizeBlob, &pointBlob);65 ret = OpensslHashToPoint(&invalidDataBlob, &pointBlob);