Home
last modified time | relevance | path

Searched refs:APP_INFO_ALGORITHM_AES_GCM_256 (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h30 #define APP_INFO_ALGORITHM_AES_GCM_256 0 macro
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp105 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TestSetAppInfo()
141 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256;
H A Dtrans_core_tcp_direct_test.cpp218 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256;
H A Dtrans_tcp_direct_message_static_test.cpp117 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TestSetAppInfo()
H A Dtrans_tcp_direct_message_append_test.cpp1525 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp1053 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256;
1161 (void)AddNumberToJsonObject(msg, "ALGORITHM", APP_INFO_ALGORITHM_AES_GCM_256);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c654 chanInfo->appInfo.algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackHandshakeAckMsg()
747 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransProxyUnpackNormalHandshakeMsg()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c312 appInfo->algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in TransCommonGetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp89 Channel->info.algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in GetPackTest()
H A Dtrans_udp_nego_test.cpp114 Channel->info.algorithm = APP_INFO_ALGORITHM_AES_GCM_256; in CreateUdpChannelPackTest()