Home
last modified time | relevance | path

Searched refs:localEncKey (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c301 (void)memcpy_s(keys->localEncKey->ltk, GAP_LTK_SIZE, result->localLTK, GAP_LTK_SIZE); in GapLePairKeyConvert()
302 (void)memcpy_s(&keys->localEncKey->rand, in GapLePairKeyConvert()
303 sizeof(keys->localEncKey->rand), in GapLePairKeyConvert()
306 keys->localEncKey->ediv = result->localEdiv; in GapLePairKeyConvert()
307 keys->localEncKey->keySize = result->encKeySize; in GapLePairKeyConvert()
309 keys->localEncKey = NULL; in GapLePairKeyConvert()
325 LeEncKey localEncKey; in GapCallbackKeyNotify() local
332 keys.localEncKey = &localEncKey; in GapCallbackKeyNotify()
H A Dgap_le_if.c1211 int GAPIF_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t keyType) in GAPIF_LeLocalEncryptionKeyRsp() argument
1224 ctx->encKey = localEncKey; in GAPIF_LeLocalEncryptionKeyRsp()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp344 if (leKeys.localEncKey != nullptr) { in LePairKeyNotify()
346 &gapCallbackParam.lePairKeyNotify_.localEncKey, sizeof(LeEncKey), leKeys.localEncKey, sizeof(LeEncKey)); in LePairKeyNotify()
458 std::to_string(param.lePairKeyNotify_.localEncKey.ediv), in SaveLocalPairKey()
459 std::to_string(param.lePairKeyNotify_.localEncKey.rand)); in SaveLocalPairKey()
461 param.lePairKeyNotify_.localEncKey.ltk, param.lePairKeyNotify_.localEncKey.ltk + GAP_LTK_SIZE); in SaveLocalPairKey()
464 addr.GetAddress(), std::to_string(param.lePairKeyNotify_.localEncKey.keySize)); in SaveLocalPairKey()
H A Dble_defs.h370 LeEncKey localEncKey; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h392 LeEncKey *localEncKey; member
759 * @param[in] localEncKey local encryption key
765 const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t keyType);

Completed in 11 milliseconds