Home
last modified time | relevance | path

Searched defs:irk (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.h35 BtmKey irk; member
H A Dbtm_le_sec.c407 int BTM_GetLocalIdentityResolvingKey(BtmKey *irk) in BTM_GetLocalIdentityResolvingKey() argument
421 int BTM_GetRemoteIdentityResolvingKey(const BtAddr *addr, BtmKey *irk) in BTM_GetRemoteIdentityResolvingKey() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_privacy.c104 void SMP_SetLocalIrk(const uint8_t *irk, uint8_t size) in SMP_SetLocalIrk() argument
115 void SMP_GetLocalIrk(uint8_t *irk, uint8_t size) in SMP_GetLocalIrk() argument
H A Dsmp_cmd.c260 int SMP_SendIdentityInformation(uint16_t handle, const uint8_t *irk, SMP_SendDataCb cb) in SMP_SendIdentityInformation() argument
H A Dsmp.c809 int SMP_ResolveRPA(const uint8_t *addr, const uint8_t *irk) in SMP_ResolveRPA() argument
832 int SMP_AsyncResolveRPA(const uint8_t *addr, const uint8_t *irk) in SMP_AsyncResolveRPA() argument
878 int SMP_GenerateRPA(const uint8_t *irk) in SMP_GenerateRPA() argument
963 SMP_SetIRK(const uint8_t *irk) SMP_SetIRK() argument
1807 SMP_NotifyCbResoRpa(uint8_t status, bool result, const uint8_t *addr, const uint8_t *irk) SMP_NotifyCbResoRpa() argument
[all...]
H A Dsmp_def.h214 uint8_t irk[SMP_IRK_LEN]; member
223 uint8_t irk[SMP_IRK_LEN]; member
228 uint8_t irk[SMP_IRK_LEN]; member
232 uint8_t irk[SMP_IRK_LEN]; member
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_network_id.c101 static int32_t IrkAnonymizePrint(unsigned char *irk) in IrkAnonymizePrint() argument
119 static int32_t EncryptSaveIrk(const char *filePath, unsigned char *irk, uint32_t len) in EncryptSaveIrk() argument
132 GetIrkFromOldFile(const char *irkFilePath, const char *encryptIrkFilePath, unsigned char *irk, uint32_t len) GetIrkFromOldFile() argument
162 GetIrkFromFile(unsigned char *irk, uint32_t len) GetIrkFromFile() argument
194 LnnGenLocalIrk(unsigned char *irk, uint32_t len) LnnGenLocalIrk() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c73 uint8_t irk[GAP_IRK_SIZE]; member
383 static void GapRecvResolveRPAResult(uint8_t status, bool result, const uint8_t *addr, const uint8_t *irk) in GapRecvResolveRPAResult() argument
H A Dgap_le_scan.c287 void GapResolveRPAResult(uint8_t status, bool result, const uint8_t *addr, const uint8_t *irk) in GapResolveRPAResult() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp208 unsigned char irk[LFINDER_IRK_LEN] = {0}; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.cpp489 std::string irk; in GetLocalIrk() local
609 std::string irk; in GetPeerIrk() local
[all...]
H A Dble_adapter.cpp433 std::string irk = BleConfig::GetInstance().GetLocalIrk(); in SetLocalIrkAndIdentityAddrToBtm() local
1215 std::string irk = BleConfig::GetInstance().GetPeerIrk(device.GetAddress()); in SavePeerDevices2BTM() local
1377 std::string irk = BleConfig::GetInstance().GetPeerIrk(device.GetAddress()); in LePairComplete() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c681 uint8_t irk[LFINDER_IRK_LEN] = {0}; in SoftbusDumpPrintIrk() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c763 unsigned char irk[LFINDER_IRK_LEN] = { 0 }; in ConifgLocalLedger() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp323 int32_t LnnGenLocalIrk(unsigned char *irk, uint32_t len) in LnnGenLocalIrk() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/mock/
H A Dlnn_data_cloud_sync_mock.cpp304 int32_t LnnGenLocalIrk(unsigned char *irk, uint32_t len) in LnnGenLocalIrk() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h310 uint8_t irk[GAP_IRK_SIZE]; /// Identity Resolving Key member

Completed in 25 milliseconds