Home
last modified time | relevance | path

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

/btstack/3rd-party/micro-ecc/test/
H A Dtest_ecdh.c61 if (!uECC_make_key(public1, private1) || !uECC_make_key(public2, private2)) { in main()
H A Dtest_compute.c29 success = uECC_make_key(public, private); in main()
H A Dtest_ecdsa.c51 if (!uECC_make_key(public, private)) { in main()
H A Dtest_compress.c66 if (!uECC_make_key(public, private)) { in main()
H A Dtest_ecdsa_deterministic.c95 if (!uECC_make_key(public, private)) { in main()
/btstack/3rd-party/micro-ecc/test/ecc_test/
H A Decc_test.ino51 uECC_make_key(public1, private1);
56 uECC_make_key(public2, private2);
/btstack/test/crypto/
H A Decc_micro_ecc.c204 if (!uECC_make_key(q, d)) { in test_generate()
238 btstack_assert(uECC_make_key(q, d) == 0); in main()
/btstack/3rd-party/micro-ecc/
H A DuECC.h111 int uECC_make_key(uint8_t public_key[uECC_BYTES*2], uint8_t private_key[uECC_BYTES]);
H A DREADME.md22 …s are represented in standard format, but without the `0x04` prefix. `uECC_make_key()`, `uECC_shar…
H A DuECC.c2044 int uECC_make_key(uint8_t public_key[uECC_BYTES*2], uint8_t private_key[uECC_BYTES]) { in uECC_make_key() function
/btstack/src/
H A Dbtstack_crypto.c537 uECC_make_key(btstack_crypto_ecc_p256_public_key, btstack_crypto_ecc_p256_d, uECC_secp256r1()); in btstack_crypto_ecc_p256_generate_key_software()
544 uECC_make_key(btstack_crypto_ecc_p256_public_key, btstack_crypto_ecc_p256_d); in btstack_crypto_ecc_p256_generate_key_software()