Searched refs:localEncKey (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 301 (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 D | gap_le_if.c | 1211 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 D | ble_security.cpp | 344 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 D | ble_defs.h | 370 LeEncKey localEncKey; member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 392 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