Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_keys.cc540 smp_debug_print_nbyte_little_endian((uint8_t*)p_cb->rrand, "peer rand", 16); in smp_generate_compare()
542 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output); in smp_generate_compare()
709 memcpy(&p[BT_OCTET8_LEN], p_cb->rrand, BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key()
711 memcpy(p, p_cb->rrand, BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key()
939 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, in smp_calculate_peer_commitment()
945 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, in smp_calculate_peer_commitment()
1048 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()
1051 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()
1486 smp_calculate_f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, p_cb->peer_random, in smp_calculate_local_dhkey_check()
1514 ret = smp_calculate_f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, in smp_calculate_peer_dhkey_check()
Dsmp_utils.cc1473 p_nb = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
1477 p_na = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
Dsmp_int.h277 BT_OCTET16 rrand; /* for SC this is peer nonce */ member
Dsmp_act.cc615 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_init()
634 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_rand()