Home | History | Annotate | Download | only in smp

Lines Matching refs:loc_publ_key

818   memcpy(p_cb->loc_publ_key.x, public_key.x, BT_OCTET32_LEN);
819 memcpy(p_cb->loc_publ_key.y, public_key.y, BT_OCTET32_LEN);
823 smp_debug_print_nbyte_little_endian(p_cb->loc_publ_key.x, "local public(x)",
825 smp_debug_print_nbyte_little_endian(p_cb->loc_publ_key.y, "local public(y)",
891 smp_calculate_f4(p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, p_cb->rand,
898 smp_calculate_f4(p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, p_cb->rand,
904 smp_calculate_f4(p_cb->loc_publ_key.x, p_cb->loc_publ_key.x,
938 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand,
944 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand,
1047 p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, p_cb->rand, p_cb->rrand);
1050 p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, p_cb->rand);