Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ecdh/
Decdh.c93 EC_RAW_POINT shared_point; in ECDH_compute_key_fips() local
96 if (!ec_point_mul_scalar(group, &shared_point, NULL, &pub_key->raw, priv) || in ECDH_compute_key_fips()
98 sizeof(buf), &shared_point)) { in ECDH_compute_key_fips()
/external/boringssl/src/crypto/ecdh_extra/
Decdh_extra.c95 EC_RAW_POINT shared_point; in ECDH_compute_key() local
98 if (!ec_point_mul_scalar(group, &shared_point, NULL, &pub_key->raw, priv) || in ECDH_compute_key()
100 sizeof(buf), &shared_point)) { in ECDH_compute_key()