Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc.c739 uECC_word_t nb; in EccPoint_mult() local
748 nb = !uECC_vli_testBit(scalar, i); in EccPoint_mult()
749 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult()
750 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult()
753 nb = !uECC_vli_testBit(scalar, 0); in EccPoint_mult()
754 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult()
758 uECC_vli_modMult_fast(z, z, Ry[1 - nb], curve); /* Yb * (X1 - X0) */ in EccPoint_mult()
764 uECC_vli_modMult_fast(z, z, Rx[1 - nb], curve); in EccPoint_mult()
767 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c738 uECC_word_t nb; in EccPoint_mult() local
747 nb = !uECC_vli_testBit(scalar, i); in EccPoint_mult()
748 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult()
749 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult()
752 nb = !uECC_vli_testBit(scalar, 0); in EccPoint_mult()
753 XYcZ_addC(Rx[1 - nb], Ry[1 - nb], Rx[nb], Ry[nb], curve); in EccPoint_mult()
757 uECC_vli_modMult_fast(z, z, Ry[1 - nb], curve); /* Yb * (X1 - X0) */ in EccPoint_mult()
763 uECC_vli_modMult_fast(z, z, Rx[1 - nb], curve); in EccPoint_mult()
766 XYcZ_add(Rx[nb], Ry[nb], Rx[1 - nb], Ry[1 - nb], curve); in EccPoint_mult()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/smp/include/
Desp_sec_api.h31 UINT8 nb[RAND_NB_LEN]; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/smp/
Desp_app_sec.c52 app_sec_env.rand_nb.nb[i] = random() % 256; in app_ble_sec_gen_ltk()