Home
last modified time | relevance | path

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

/Zephyr-latest/tests/crypto/secp256r1/src/
Dmain.c89 ret = uECC_make_key(public_key_1, private_key_1, &curve_secp256r1); in ZTEST_USER()
92 ret = uECC_make_key(public_key_2, private_key_2, &curve_secp256r1); in ZTEST_USER()
/Zephyr-latest/tests/crypto/tinycrypt/src/
Decc_dh.c414 if (!uECC_make_key(public1, private1, curve) || in montecarlo_ecdh()
415 !uECC_make_key(public2, private2, curve)) { in montecarlo_ecdh()
Decc_dsa.c595 zassert_true(uECC_make_key(public, private, curve), in montecarlo_signverify()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_tc.c113 int rc = uECC_make_key(dh_pair.public_key_be, in bt_mesh_pub_key_gen()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c507 ASSERT_TRUE(uECC_make_key(public_key_be, private_key_be, uECC_secp256r1())); in generate_oob_key_pair()