Searched refs:uECC_make_key (Results 1 – 11 of 11) sorted by relevance
/btstack/3rd-party/micro-ecc/test/ |
H A D | test_ecdh.c | 61 if (!uECC_make_key(public1, private1) || !uECC_make_key(public2, private2)) { in main()
|
H A D | test_compute.c | 29 success = uECC_make_key(public, private); in main()
|
H A D | test_ecdsa.c | 51 if (!uECC_make_key(public, private)) { in main()
|
H A D | test_compress.c | 66 if (!uECC_make_key(public, private)) { in main()
|
H A D | test_ecdsa_deterministic.c | 95 if (!uECC_make_key(public, private)) { in main()
|
/btstack/3rd-party/micro-ecc/test/ecc_test/ |
H A D | ecc_test.ino | 51 uECC_make_key(public1, private1); 56 uECC_make_key(public2, private2);
|
/btstack/test/crypto/ |
H A D | ecc_micro_ecc.c | 204 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 D | uECC.h | 111 int uECC_make_key(uint8_t public_key[uECC_BYTES*2], uint8_t private_key[uECC_BYTES]);
|
H A D | README.md | 22 …s are represented in standard format, but without the `0x04` prefix. `uECC_make_key()`, `uECC_shar…
|
H A D | uECC.c | 2044 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 D | btstack_crypto.c | 537 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()
|