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

  /system/bt/stack/smp/
smp_act.c 115 /* in LE SC mode LTK, CSRK and BR/EDR LK are derived locally instead of
443 ** Description send CSRK command.
456 memcpy (key.csrk, p_cb->csrk, BT_OCTET16_LEN);
    [all...]
smp_int.h 330 BT_OCTET16 csrk; /* storage for local CSRK */ member in struct:__anon72882
smp_utils.c 590 ARRAY_TO_STREAM(p, p_cb->csrk, BT_OCTET16_LEN);
    [all...]
smp_keys.c 376 ** Description This function is called to calculate CSRK
395 /* CSRK = d1(ER, DIV, 1) */
413 memcpy((void *)p_cb->csrk, output.param_buf, BT_OCTET16_LEN);
422 ** Description This function is called to calculate CSRK, starting with DIV
444 SMP_TRACE_DEBUG ("Generate DIV for CSRK");
    [all...]
  /system/bt/stack/btm/
btm_ble.c     [all...]
  /system/bt/stack/include/
btm_api.h 1647 BT_OCTET16 csrk; member in struct:__anon72659
1666 BT_OCTET16 csrk; member in struct:__anon72661
    [all...]

Completed in 446 milliseconds