Searched refs:MbedtlsHashToPoint (Results 1 – 4 of 4) sorted by relevance
78 int32_t ret = MbedtlsHashToPoint(&hashBuffer, &pointBuffer);80 ret = MbedtlsHashToPoint(nullptr, &pointBuffer);82 ret = MbedtlsHashToPoint(&hashBuffer, nullptr);84 ret = MbedtlsHashToPoint(&invalidBuffer, &pointBuffer);86 ret = MbedtlsHashToPoint(&hashBuffer, &shortPointBuffer);
30 int32_t MbedtlsHashToPoint(const Uint8Buff *hash, Uint8Buff *outEcPoint);
487 int32_t MbedtlsHashToPoint(const Uint8Buff *hash, Uint8Buff *outEcPoint) in MbedtlsHashToPoint() function
1152 return MbedtlsHashToPoint(hash, outEcPoint); in HashToPoint()