Lines Matching refs:loc_publ_key
696 memcpy(p_cb->loc_publ_key.x, public_key.x, BT_OCTET32_LEN); in smp_process_private_key()
697 memcpy(p_cb->loc_publ_key.y, public_key.y, BT_OCTET32_LEN); in smp_process_private_key()
701 smp_debug_print_nbyte_little_endian(p_cb->loc_publ_key.x, "local public(x)", in smp_process_private_key()
703 smp_debug_print_nbyte_little_endian(p_cb->loc_publ_key.y, "local public(y)", in smp_process_private_key()
762 p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, p_cb->rand, 0); in smp_calculate_local_commitment()
769 crypto_toolbox::f4(p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, in smp_calculate_local_commitment()
776 p_cb->loc_publ_key.x, p_cb->loc_publ_key.x, p_cb->local_random, 0); in smp_calculate_local_commitment()
800 output = crypto_toolbox::f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, in smp_calculate_peer_commitment()
806 output = crypto_toolbox::f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, in smp_calculate_peer_commitment()
839 p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, p_cb->rand, p_cb->rrand); in smp_calculate_numeric_comparison_display_number()
842 p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, p_cb->rand); in smp_calculate_numeric_comparison_display_number()