Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/private-join-and-compute/src/crypto/
H A Dec_group.cc78 StatusOr<ECGroup::CurveParams> CreateCurveParams(const EC_GROUP* group, in CreateCurveParams() function
129 ASSIGN_OR_RETURN(CurveParams params, CreateCurveParams(g.get(), context)); in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/private-join-and-compute/src/crypto/
H A Dec_group.cc78 StatusOr<ECGroup::CurveParams> CreateCurveParams(const EC_GROUP* group, in CreateCurveParams() function
129 ASSIGN_OR_RETURN(CurveParams params, CreateCurveParams(g.get(), context)); in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/private-join-and-compute/patches/
H A Ddependencies.diff203 - absl::StrCat("ECGroup::CreateCurveParams - Could not create BIGNUM. ",
205 + "ECGroup::CreateCurveParams - Could not create BIGNUM. " +
214 - absl::StrCat("ECGroup::CreateCurveParams - Could not get params. ",
216 + "ECGroup::CreateCurveParams - Could not get params. " +
222 - "ECGroup::CreateCurveParams - p is not prime. ", OpenSSLErrorString()));
224 + "ECGroup::CreateCurveParams - p is not prime. " + OpenSSLErrorString());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/private-join-and-compute/patches/
H A Ddependencies.diff203 - absl::StrCat("ECGroup::CreateCurveParams - Could not create BIGNUM. ",
205 + "ECGroup::CreateCurveParams - Could not create BIGNUM. " +
214 - absl::StrCat("ECGroup::CreateCurveParams - Could not get params. ",
216 + "ECGroup::CreateCurveParams - Could not get params. " +
222 - "ECGroup::CreateCurveParams - p is not prime. ", OpenSSLErrorString()));
224 + "ECGroup::CreateCurveParams - p is not prime. " + OpenSSLErrorString());