Home
last modified time | relevance | path

Searched refs:GAP_CSRK_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c294 (void)memcpy_s(keys->remoteSignKey->csrk, GAP_CSRK_SIZE, result->peerCSRK, GAP_CSRK_SIZE); in GapLePairKeyConvert()
313 (void)memcpy_s(keys->localSignKey->csrk, GAP_CSRK_SIZE, result->localCSRK, GAP_CSRK_SIZE); in GapLePairKeyConvert()
349 (void)memcpy_s(deviceInfo->localSigningInfo.csrk, GAP_CSRK_SIZE, result->localCSRK, GAP_CSRK_SIZE); in GapSetLeSigningInfo()
356 (void)memcpy_s(deviceInfo->remoteSigningInfo.csrk, GAP_CSRK_SIZE, result->peerCSRK, GAP_CSRK_SIZE); in GapSetLeSigningInfo()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h48 #define GAP_CSRK_SIZE 0x10 macro
317 uint8_t csrk[GAP_CSRK_SIZE]; /// Connection Signature Resolving Key
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp546 (void)memcpy_s(encKey.ltk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapLeLocalEncryptionKeyReqEvent()
574 (void)memcpy_s(encKey.ltk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapLeRemoteEncryptionKeyReqEvent()
616 (void)memcpy_s(localKey.csrk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapRequestSigningAlgorithmInfoEvt()
626 (void)memcpy_s(remoteKey.csrk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapRequestSigningAlgorithmInfoEvt()

Completed in 7 milliseconds