Searched refs:MbedtlsHashToPoint25519 (Results 1 – 5 of 5) sorted by relevance
36 int32_t res = MbedtlsHashToPoint25519(hash, outEcPoint); in HashToPointX25519()
31 int32_t MbedtlsHashToPoint25519(const Uint8Buff *hash, Uint8Buff *outEcPoint);
63 int32_t res = MbedtlsHashToPoint25519(hash, outEcPoint); in HashToPointX25519()
605 int32_t res = MbedtlsHashToPoint25519(nullptr, nullptr);609 res = MbedtlsHashToPoint25519(&hashBuff, nullptr);613 res = MbedtlsHashToPoint25519(&hashBuff, &outEcPointBuff);618 res = MbedtlsHashToPoint25519(&hashBuff, &outEcPointBuff);
514 int32_t MbedtlsHashToPoint25519(const Uint8Buff *hash, Uint8Buff *outEcPoint) in MbedtlsHashToPoint25519() function