HomeSort by relevance Sort by last modified time
    Searched refs:peer_publ_key (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/smp/
smp_keys.cc 844 Point peer_publ_key, new_publ_key; local
850 memcpy(peer_publ_key.x, p_cb->peer_publ_key.x, BT_OCTET32_LEN);
851 memcpy(peer_publ_key.y, p_cb->peer_publ_key.y, BT_OCTET32_LEN);
853 ECC_PointMult(&new_publ_key, &peer_publ_key, (uint32_t*)private_key,
862 smp_debug_print_nbyte_little_endian(p_cb->peer_publ_key.x, "rem public(x)",
864 smp_debug_print_nbyte_little_endian(p_cb->peer_publ_key.y, "rem 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
    [all...]
smp_int.h 288 tSMP_PUBLIC_KEY peer_publ_key; member in struct:__anon106596
smp_act.cc 676 STREAM_TO_ARRAY(p_cb->peer_publ_key.x, p, BT_OCTET32_LEN);
677 STREAM_TO_ARRAY(p_cb->peer_publ_key.y, p, BT_OCTET32_LEN);
    [all...]

Completed in 66 milliseconds