Searched refs:bt_crypto_g2 (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/crypto/ |
| D | bt_crypto.h | 98 int bt_crypto_g2(const uint8_t u[32], const uint8_t v[32], const uint8_t x[16], const uint8_t y[16],
|
| D | bt_crypto.c | 160 int bt_crypto_g2(const uint8_t u[32], const uint8_t v[32], const uint8_t x[16], const uint8_t y[16], in bt_crypto_g2() function
|
| /Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
| D | test_bt_crypto.c | 130 bt_crypto_g2(u, v, x, y, &res); in ZTEST()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | smp.c | 3752 if (bt_crypto_g2(sc_public_key, smp->pkey, smp->prnd, smp->rrnd, in smp_pairing_random() 3797 if (bt_crypto_g2(smp->pkey, sc_public_key, smp->rrnd, smp->prnd, &passkey)) { in smp_pairing_random() 5345 err = bt_crypto_g2(u, v, x, y, &val); in smp_g2_test()
|