Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp545 (void)memcpy_s(encKey.ltk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapLeLocalEncryptionKeyReqEvent()
573 (void)memcpy_s(encKey.ltk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapLeRemoteEncryptionKeyReqEvent()
615 (void)memcpy_s(localKey.csrk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapRequestSigningAlgorithmInfoEvt()
625 (void)memcpy_s(remoteKey.csrk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapRequestSigningAlgorithmInfoEvt()