Home
last modified time | relevance | path

Searched refs:macLen (Results 1 - 20 of 20) sorted by relevance

/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/digestalgorithm/
H A DpublicDigestPromise.js85 let macLen = globalHMAC.getMacLength();
86 console.log("MAC len:" + macLen);
87 if (macOutput != null && macLen != 0 && macLen != null) {
H A DpublicDigestCallback.js117 let macLen = globalHMAC.getMacLength();
118 console.log("[Callback] MAC len:" + macLen);
119 if (macOutput != null && macLen != 0 && macLen != null) {
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/digestalgorithm/
H A DpublicDigestPromise.js102 let macLen = globalHMAC.getMacLength();
103 console.warn("MAC len:" + macLen);
104 expect(macOutput != null && macLen != 0 && macLen != null).assertTrue();
H A DpublicDigestCallback.js213 let macLen = globalHMAC.getMacLength();
214 console.warn("MAC len:" + macLen);
215 expect(macOutput != null && macLen != 0 && macLen != null).assertTrue();
/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_direct_test.cpp196 uint32_t macLen = ETH_ADDR_LEN; in HWTEST_F() local
200 int32_t rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, nullptr, mac, &macLen, ETH_ADDR_LEN); in HWTEST_F()
203 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN); in HWTEST_F()
206 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, nullptr, &macLen, ETH_ADDR_LEN); in HWTEST_F()
210 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN); in HWTEST_F()
436 uint32_t macLen = ETH_ADDR_LEN; in HWTEST_F() local
440 int32_t rc = g_wlanObj->SetMacAddress(g_wlanObj, nullptr, mac, macLen); in HWTEST_F()
443 rc = g_wlanObj->SetMacAddress(g_wlanObj, &ifeature, mac, macLen); in HWTEST_F()
446 rc = g_wlanObj->SetMacAddress(g_wlanObj, &ifeature, nullptr, macLen); in HWTEST_F()
448 rc = g_wlanObj->SetMacAddress(g_wlanObj, &ifeature, mac, macLen); in HWTEST_F()
461 uint32_t macLen = ETH_ADDR_LEN; HWTEST_F() local
[all...]
H A Dwlan_hdi_hal_services_c_test.cpp181 uint32_t macLen = ETH_ADDR_LEN; in HWTEST_F() local
186 rc = g_wlanObj->SetMacAddress(g_wlanObj, &ifeature, errorMac, macLen); in HWTEST_F()
188 rc = g_wlanObj->SetMacAddress(g_wlanObj, &ifeature, mac, macLen); in HWTEST_F()
206 uint32_t macLen = ETH_ADDR_LEN; in HWTEST_F() local
210 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN); in HWTEST_F()
311 uint32_t macLen = ETH_ADDR_LEN; in HWTEST_F() local
315 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, scanMac, macLen); in HWTEST_F()
554 uint32_t macLen = ETH_ADDR_LEN; in HWTEST_F() local
558 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN); in HWTEST_F()
597 uint32_t macLen in HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/
H A Dwifichotspot_fuzzer.cpp83 int macLen = 0; in DisassociateStaTest() local
87 macLen = static_cast<unsigned int>(data[index++]); in DisassociateStaTest()
89 (void)DisassociateSta(&mac, macLen); in DisassociateStaTest()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp287 int32_t macLen = 18; in HWTEST_F() local
288 char localMac[macLen]; in HWTEST_F()
289 char remoteMac[macLen]; in HWTEST_F()
295 auto ret = GetLocalAndRemoteMacByLocalIp(localIp.c_str(), localMac, macLen, remoteMac, macLen); in HWTEST_F()
302 ret = GetLocalAndRemoteMacByLocalIp(localIp.c_str(), localMac, macLen, remoteMac, macLen); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_hotspot_test.cpp76 int macLen = 0; in DisassociateStaTests() local
77 DisassociateSta(mac, macLen); in DisassociateStaTests()
/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_hotspot.h127 * @param macLen Indicates the length of the MAC address of the station.
132 WifiErrorCode DisassociateSta(unsigned char *mac, int macLen);
/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hotspot.h127 * @param macLen Indicates the length of the MAC address of the station.
132 WifiErrorCode DisassociateSta(unsigned char *mac, int macLen);
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c63 void ConvertAnonymizeMacAddress(char *outAnomize, uint32_t anomizeLen, const char *mac, uint32_t macLen) in ConvertAnonymizeMacAddress() argument
65 if (anomizeLen < BT_MAC_LEN || macLen != BT_MAC_LEN) { in ConvertAnonymizeMacAddress()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback_test.cpp200 servDiscReqInfoParam.macLen = 6; in HWTEST_F()
201 servDiscReqInfoParam.mac = new uint8_t[servDiscReqInfoParam.macLen]; in HWTEST_F()
202 memcpy_s(servDiscReqInfoParam.mac, servDiscReqInfoParam.macLen, "\x00\x11\x22\x33\x44\x55", 6); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/common/include/
H A Dsoftbus_conn_common.h66 void ConvertAnonymizeMacAddress(char *outAnomize, uint32_t anomizeLen, const char *mac, uint32_t macLen);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dienhance_service.h59 * @param macLen - mac address length
64 unsigned int ipAddr, int netMaskLen, const unsigned char *macAddr, int macLen, int screenState) = 0;
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/wpa/v1_1/
H A Dwpa_types.h240 uint32_t macLen; member
356 uint32_t macLen; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_1/
H A Dwpa_types.h240 uint32_t macLen; member
356 uint32_t macLen; member
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hotspot.cpp207 WifiErrorCode DisassociateSta(unsigned char *mac, int macLen) in DisassociateSta() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp80 uint8_t macLen; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp762 ConvertMacArr2String(servDiscReqInfoParam->mac, servDiscReqInfoParam->macLen, in OnEventServDiscReq()

Completed in 14 milliseconds