Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_log_helper_test.cpp25 EncryptLogMsg("", msg, sizeof(msg));
27 EncryptLogMsg("a", msg, sizeof(msg));
29 EncryptLogMsg("ab", msg, sizeof(msg));
31 EncryptLogMsg("abc", msg, sizeof(msg));
33 EncryptLogMsg("abcd", msg, sizeof(msg));
35 EncryptLogMsg("abcde", msg, sizeof(msg));
37 EncryptLogMsg("abcdef", msg, sizeof(msg));
39 EncryptLogMsg("abcdefg", msg, sizeof(msg));
41 EncryptLogMsg("abcdefgh", msg, sizeof(msg));
43 EncryptLogMsg("abcdefghi", msg, sizeof(msg));
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/log/
H A Dlog_helper.h29 void EncryptLogMsg(const char *srcMsg, char *desMsg, int desLen);
H A Dlog_helper.c23 void EncryptLogMsg(const char *srcMsg, char *desMsg, int desLen) in EncryptLogMsg() function