Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ec/
H A Dec_pubkey.c63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub() function
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ec.h960 size_t br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk,
/freebsd/contrib/bearssl/tools/
H A Dskey.c269 if (br_ec_compute_pub(br_ec_get_default(), &pk, kbuf, sk) == 0) { in print_ec()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c8407 if (br_ec_compute_pub(impl, NULL, NULL, &sk) != 0) { in test_EC_keygen()
8476 len = br_ec_compute_pub(impl, NULL, NULL, &sk); in test_EC_keygen()
8482 if (br_ec_compute_pub(impl, NULL, in test_EC_keygen()
8495 if (br_ec_compute_pub(impl, &pk, in test_EC_keygen()