Home
last modified time | relevance | path

Searched defs:appdata (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_async_internal.h41 void *appdata; /**< User definable data pointer */ member
/third_party/curl/lib/vauth/
Dkrb5_sspi.c262 unsigned char *appdata = NULL; in Curl_auth_create_gssapi_security_message() local
/third_party/openhitls/testcode/sdv/testcase/tls/consistency/tls13/
Dtest_suite_sdv_frame_tls13_consistency_rfc8446_1.c2474 uint8_t appdata[] = {0xff, 0x03, 0x03, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLS13_RFC8446_CONSISTENCY_UNEXPECT_RECODETYPE_FUNC_TC001() local
2588 uint8_t appdata[] = {0x17, 0x03, 0x03, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLS13_RFC8446_CONSISTENCY_UNEXPECT_RECODETYPE_FUNC_TC003() local
2647 uint8_t appdata[] = {0x17, 0x03, 0x03, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLS13_RFC8446_CONSISTENCY_UNEXPECT_RECODETYPE_FUNC_TC004() local
2771 uint8_t appdata[] = {0xff, 0x03, 0x03, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLS13_RFC8446_CONSISTENCY_UNEXPECT_RECODETYPE_FUNC_TC006() local
/third_party/openhitls/testcode/sdv/testcase/tls/consistency/tlcp/
Dtest_suite_sdv_frame_tlcp_consistency_1.c234 uint8_t appdata[] = {0x17, 0x01, 0x01, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLCP_CONSISTENCY_UNEXPECT_RECORDTYPE_TC004() local
431 uint8_t appdata[] = {0x17, 0x01, 0x01, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLCP_CONSISTENCY_UNEXPECT_RECORDTYPE_TC007() local
/third_party/openhitls/testcode/sdv/testcase/tls/consistency/tls12/
Dtest_suite_sdv_frame_tls12_consistency_rfc5246.c2265 uint8_t appdata[] = {0x17, 0x03, 0x03, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLS12_RFC5246_CONSISTENCY_UNEXPECT_RECODETYPE_TC004() local
2471 uint8_t appdata[] = {0x17, 0x03, 0x03, 0x00, 0x02, 0x01, 0x01}; in UT_TLS_TLS12_RFC5246_CONSISTENCY_UNEXPECT_RECODETYPE_TC007() local
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c180 static char appdata[MAX_PATH] = {0}; in pa_win32_get_system_appdata() local
/third_party/openssl/test/
Dsslapitest.c7779 static const char *appdata = "Hello World"; variable