Searched refs:bt_crypto_f4 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.h | 42 int bt_crypto_f4(const uint8_t *u, const uint8_t *v, const uint8_t *x, uint8_t z, uint8_t res[16]);
|
D | bt_crypto.c | 19 int bt_crypto_f4(const uint8_t *u, const uint8_t *v, const uint8_t *x, uint8_t z, uint8_t res[16]) in bt_crypto_f4() function
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 65 bt_crypto_f4(u, v, x, z, res); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 2000 if (bt_crypto_f4(sc_public_key, smp->pkey, smp->prnd, r, req->val)) { in smp_send_pairing_confirm() 3628 if (bt_crypto_f4(smp->pkey, sc_public_key, smp->rrnd, r, cfm)) { in sc_smp_check_confirm() 5196 err = bt_crypto_f4(u, v, x, z, res); in smp_f4_test() 5692 err = bt_crypto_f4(sc_public_key, sc_public_key, le_sc_oob->r, 0, in bt_smp_le_oob_generate_sc_data() 5730 err = bt_crypto_f4(smp->pkey, smp->pkey, smp->oobd_remote->r, 0, c); in le_sc_oob_pairing_continue()
|