OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhk
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
smp_keys.c
783
** Description This function is to proceed generate Y = E(
DHK
, Rand)
790
BT_OCTET16
dhk
;
local
796
BTM_GetDeviceDHK(
dhk
);
798
if (!SMP_Encrypt(
dhk
, BT_OCTET16_LEN, p_cb->enc_rand,
/external/bluetooth/bluedroid/btif/src/
btif_dm.c
101
UINT8
dhk
[BT_OCTET16_LEN];
member in struct:__anon664
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble.c
270
** Description This function is called to read the local device
DHK
.
273
** the local device
DHK
is copied into
dhk
276
void BTM_GetDeviceDHK (BT_OCTET16
dhk
)
280
memcpy (
dhk
, btm_cb.devcb.id_keys.
dhk
, BT_OCTET16_LEN);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
494
** Description This function is called to read the local device
DHK
.
497
** the local device
DHK
is copied into
dhk
500
BTM_API extern void BTM_GetDeviceDHK (BT_OCTET16
dhk
);
[
all
...]
btm_api.h
1714
BT_OCTET16
dhk
;
member in struct:__anon1018
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
596
BT_OCTET16
dhk
;
member in struct:__anon346
[
all
...]
Completed in 40 milliseconds