Home
last modified time | relevance | path

Searched refs:BYTE_KEY_BROADCAST_CIPHER_KEY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c339 case BYTE_KEY_BROADCAST_CIPHER_KEY: in LnnGetPrivateNodeKeyInfoLocal()
340 return LnnGetLocalByteInfo(BYTE_KEY_BROADCAST_CIPHER_KEY, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal()
360 case BYTE_KEY_BROADCAST_CIPHER_KEY: in LnnGetPrivateNodeKeyInfoRemote()
361 return LnnGetRemoteByteInfo(networkId, BYTE_KEY_BROADCAST_CIPHER_KEY, info, infoLen); in LnnGetPrivateNodeKeyInfoRemote()
670 if (LnnGetPrivateNodeKeyInfo(nodeInfo->networkId, BYTE_KEY_BROADCAST_CIPHER_KEY, in SoftbusDumpPrintBroadcastCipher()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h93 BYTE_KEY_BROADCAST_CIPHER_KEY, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp225 … ret = LnnGetRemoteByteInfo(nullptr, BYTE_KEY_BROADCAST_CIPHER_KEY, cipherKey, SESSION_KEY_LENGTH);
227 …ret = LnnGetRemoteByteInfo(NODE1_NETWORK_ID, BYTE_KEY_BROADCAST_CIPHER_KEY, nullptr, SESSION_KEY_L…
229 …ret = LnnGetRemoteByteInfo(NODE1_NETWORK_ID, BYTE_KEY_BROADCAST_CIPHER_KEY, cipherKey, SESSION_KEY…
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1822 … {BYTE_KEY_BROADCAST_CIPHER_KEY, SESSION_KEY_LENGTH, LlGetCipherInfoKey, UpdateLocalCipherInfoKey},
2031 if (LnnSetLocalByteInfo(BYTE_KEY_BROADCAST_CIPHER_KEY, in LnnLoadBroadcastCipherInfo()
2063 if (LnnSetLocalByteInfo(BYTE_KEY_BROADCAST_CIPHER_KEY, in LnnGenBroadcastCipherInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c798 {BYTE_KEY_BROADCAST_CIPHER_KEY, DlGetDeviceCipherInfoKey},
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c1040 if (LnnSetLocalByteInfo(BYTE_KEY_BROADCAST_CIPHER_KEY, broadcastKey.cipherInfo.key, in LnnRecoveryBroadcastKey()