Home
last modified time | relevance | path

Searched refs:bt_crypto_g2 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h98 int bt_crypto_g2(const uint8_t u[32], const uint8_t v[32], const uint8_t x[16], const uint8_t y[16],
Dbt_crypto.c160 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/
Dtest_bt_crypto.c130 bt_crypto_g2(u, v, x, y, &res); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c3715 if (bt_crypto_g2(sc_public_key, smp->pkey, smp->prnd, smp->rrnd, in smp_pairing_random()
3760 if (bt_crypto_g2(smp->pkey, sc_public_key, smp->rrnd, smp->prnd, &passkey)) { in smp_pairing_random()
5293 err = bt_crypto_g2(u, v, x, y, &val); in smp_g2_test()