Home
last modified time | relevance | path

Searched refs:LlGetCipherInfoKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_test.cpp468 ret = LlGetCipherInfoKey(NULL, len);
479 ret = LlGetCipherInfoKey(buf, 0);
488 ret = LlGetCipherInfoKey(buf, 0);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1664 static int32_t LlGetCipherInfoKey(void *buf, uint32_t len) in LlGetCipherInfoKey() function
1822 … {BYTE_KEY_BROADCAST_CIPHER_KEY, SESSION_KEY_LENGTH, LlGetCipherInfoKey, UpdateLocalCipherInfoKey},