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

  /system/bt/stack/smp/
smp_keys.cc 551 smp_debug_print_nbyte_little_endian((uint8_t*)p_cb->rrand, "peer rand", 16);
553 tSMP_STATUS status = smp_calculate_comfirm(p_cb, p_cb->rrand, &output);
730 memcpy(&p[BT_OCTET8_LEN], p_cb->rrand, BT_OCTET8_LEN);
732 memcpy(p, p_cb->rrand, BT_OCTET8_LEN);
736 /* generate STK = Etk(rand|rrand)*/
    [all...]
smp_utils.cc     [all...]
smp_int.h 278 BT_OCTET16 rrand; /* for SC this is peer nonce */ member in struct:__anon2545
smp_act.cc 629 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN);
649 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN);
    [all...]

Completed in 646 milliseconds