Home
last modified time | relevance | path

Searched refs:uECC_shared_secret (Results 1 – 7 of 7) sorted by relevance

/btstack/test/crypto/
H A Decc_micro_ecc.c122 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 Dtest_ecdh.c66 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 Decc_test.ino61 int r = uECC_shared_secret(public2, private1, secret1);
70 r = uECC_shared_secret(public1, private2, secret2);
/btstack/3rd-party/micro-ecc/
H A DuECC.h127 int uECC_shared_secret(const uint8_t public_key[uECC_BYTES*2],
H A DREADME.md22 …tandard format, but without the `0x04` prefix. `uECC_make_key()`, `uECC_shared_secret()`, `uECC_si…
H A DuECC.c2060 int uECC_shared_secret(const uint8_t public_key[uECC_BYTES*2], in uECC_shared_secret() function
/btstack/src/
H A Dbtstack_crypto.c570uECC_shared_secret(btstack_crypto_ec_p192->public_key, btstack_crypto_ecc_p256_d, btstack_crypto_e… in btstack_crypto_ecc_p256_calculate_dhkey_software()
573uECC_shared_secret(btstack_crypto_ec_p192->public_key, btstack_crypto_ecc_p256_d, btstack_crypto_e… in btstack_crypto_ecc_p256_calculate_dhkey_software()