Searched refs:sc_public_key (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | smp.c | 277 static const uint8_t *sc_public_key; variable 2079 if (smp_f4(sc_public_key, smp->pkey, smp->prnd, r, req->val)) { in smp_send_pairing_confirm() 2725 sc_public_key = bt_pub_key_get(); in smp_init() 3123 memcpy(req->x, sc_public_key, sizeof(req->x)); in sc_send_public_key() 3124 memcpy(req->y, &sc_public_key[32], sizeof(req->y)); in sc_send_public_key() 3302 if (!sc_public_key) { in smp_pairing_rsp() 3626 if (smp_f4(smp->pkey, sc_public_key, smp->rrnd, r, cfm)) { in sc_smp_check_confirm() 3712 if (smp_g2(sc_public_key, smp->pkey, smp->prnd, in smp_pairing_random() 3757 if (smp_g2(smp->pkey, sc_public_key, smp->rrnd, smp->prnd, in smp_pairing_random() 4169 memcmp(smp->pkey, sc_public_key, BT_PUB_KEY_COORD_LEN) == 0) { in smp_public_key_periph() [all …]
|