Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_keys.c715 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->rrand, (const UINT8 *)"peer rand", 16); in smp_generate_compare()
716 smp_calculate_comfirm(p_cb, p_cb->rrand, p_cb->local_bda); in smp_generate_compare()
935 memcpy(&p[BT_OCTET8_LEN], p_cb->rrand, BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key()
939 memcpy(p, p_cb->rrand, BT_OCTET8_LEN); in smp_calculate_legacy_short_term_key()
1200 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, 0, in smp_calculate_peer_commitment()
1206 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, ri, in smp_calculate_peer_commitment()
1311 p_cb->rrand); in smp_calculate_numeric_comparison_display_number()
1316 smp_calculate_g2(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, in smp_calculate_numeric_comparison_display_number()
1755 smp_calculate_f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, p_cb->peer_random, iocap, a, b, in smp_calculate_local_dhkey_check()
1784 ret = smp_calculate_f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, p_cb->local_random, iocap, in smp_calculate_peer_dhkey_check()
Dsmp_utils.c1482 p_nb = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
1488 p_na = p_cb->rrand; in smp_calculate_f5_mackey_and_long_term_key()
Dsmp_int.h290 BT_OCTET16 rrand; /* for SC this is peer nonce */ member
Dsmp_act.c701 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_init()
722 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_rand()