/external/bluetooth/bluedroid/btif/include/ |
btif_dm.h | 63 UINT8 csrk[BT_OCTET16_LEN]; member in struct:__anon618 93 btif_dm_ble_lcsrk_keys_t lcsrk_key; /* local device CSRK = d1(ER,DIV,1)*/
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_int.h | 195 BT_OCTET16 csrk; /* storage for local CSRK */ member in struct:__anon1270
|
smp_utils.c | 377 ARRAY_TO_STREAM (p, p_cb->csrk, BT_OCTET16_LEN);
|
smp_keys.c | 332 ** Description This function is called to calculate CSRK 349 /* CSRK = d1(ER, DIV, 1) */ 360 memcpy((void *)p_cb->csrk, output.param_buf, BT_OCTET16_LEN); 389 SMP_TRACE_DEBUG0 ("Generate DIV for CSRK");
|
smp_act.c | 253 ** Description send CSRK command. 523 /* save CSRK to security record */ 525 memcpy (le_key.csrk, p_data, BT_OCTET16_LEN); /* get peer CSRK */ [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble.c | [all...] |
btm_int.h | 488 BT_OCTET16 csrk; /* peer SRK peer device used to secured sign local data */ member in struct:__anon814 492 UINT16 div; /* local DIV to generate local LTK=d1(ER,DIV,0) and CSRK=d1(ER,DIV,1) */ 496 UINT8 local_csrk_sec_level; /* security property of local CSRK for this device */ [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_dm.c | [all...] |
btif_storage.c | [all...] |
/external/bluetooth/bluedroid/stack/include/ |
btm_api.h | 1647 BT_OCTET16 csrk; member in struct:__anon1011 [all...] |