Searched refs:uECC_shared_secret (Results 1 – 7 of 7) sorted by relevance
/btstack/test/crypto/ |
H A D | ecc_micro_ecc.c | 122 if (!uECC_shared_secret(public2, private1, secret1)) { in test_set1() 127 if (!uECC_shared_secret(public1, private2, secret2)) { in test_set1() 174 if (!uECC_shared_secret(public2, private1, secret1)) { in test_set2() 179 if (!uECC_shared_secret(public1, private2, secret2)) { in test_set2()
|
/btstack/3rd-party/micro-ecc/test/ |
H A D | test_ecdh.c | 66 if (!uECC_shared_secret(public2, private1, secret1)) { in main() 71 if (!uECC_shared_secret(public1, private2, secret2)) { in main()
|
/btstack/3rd-party/micro-ecc/test/ecc_test/ |
H A D | ecc_test.ino | 61 int r = uECC_shared_secret(public2, private1, secret1); 70 r = uECC_shared_secret(public1, private2, secret2);
|
/btstack/3rd-party/micro-ecc/ |
H A D | uECC.h | 127 int uECC_shared_secret(const uint8_t public_key[uECC_BYTES*2],
|
H A D | README.md | 22 …tandard format, but without the `0x04` prefix. `uECC_make_key()`, `uECC_shared_secret()`, `uECC_si…
|
H A D | uECC.c | 2060 int uECC_shared_secret(const uint8_t public_key[uECC_BYTES*2], in uECC_shared_secret() function
|
/btstack/src/ |
H A D | btstack_crypto.c | 570 …uECC_shared_secret(btstack_crypto_ec_p192->public_key, btstack_crypto_ecc_p256_d, btstack_crypto_e… in btstack_crypto_ecc_p256_calculate_dhkey_software() 573 …uECC_shared_secret(btstack_crypto_ec_p192->public_key, btstack_crypto_ecc_p256_d, btstack_crypto_e… in btstack_crypto_ecc_p256_calculate_dhkey_software()
|