/system/bt/stack/smp/ |
smp_keys.c | 715 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->rrand, (const UINT8 *)"peer rand", 16); 716 smp_calculate_comfirm(p_cb, p_cb->rrand, p_cb->local_bda); 751 ** RRand and local BDA, TK information. 935 memcpy(&p[BT_OCTET8_LEN], p_cb->rrand, BT_OCTET8_LEN); 939 memcpy(p, p_cb->rrand, BT_OCTET8_LEN); 944 /* generate STK = Etk(rand|rrand)*/ [all...] |
smp_int.h | 291 BT_OCTET16 rrand; /* for SC this is peer nonce */ member in struct:__anon74003
|
smp_utils.c | [all...] |
smp_act.c | 706 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); 727 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); [all...] |