Home
last modified time | relevance | path

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

/external/boringssl/src/fipstools/
Dcavp_kas_test.cc70 bssl::UniquePtr<EC_POINT> their_point(EC_POINT_new(group)); in TestKAS() local
71 if (!their_point || in TestKAS()
73 group, their_point.get(), their_x.get(), their_y.get(), ctx.get())) { in TestKAS()
91 if (!ECDH_compute_key_fips(digest, digest_len, their_point.get(), in TestKAS()