/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboRenderTest.cpp | 1340 deUint32 buf = ndx == 0 ? fbo.getColorBuffer() in render() local 1380 deUint32 buf = ndx == 0 ? fbo.getColorBuffer() in render() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderApiTests.cpp | 352 deUint32 buf = 0x1234; in link_program() local 399 deUint32 buf = 0x1234; in use_program() local 1939 deUint32 buf = 0x1234; bind_transform_feedback() local 1988 deUint32 buf = 0x1234; delete_transform_feedbacks() local 2033 deUint32 buf = 0x1234; begin_transform_feedback() local 2090 deUint32 buf = 0x1234; pause_transform_feedback() local 2125 deUint32 buf = 0x1234; resume_transform_feedback() local 2161 deUint32 buf = 0x1234; end_transform_feedback() local [all...] |
H A D | es31fNegativeStateApiTests.cpp | 1147 GLuint buf; in get_buffer_parameteriv() local 1172 GLuint buf; in get_buffer_parameteri64v() local 1197 GLuint buf; in get_buffer_pointerv() local [all...] |
H A D | es31fNegativeTextureApiTests.cpp | 602 deUint32 buf = 1234; in compressedteximage2d_invalid_buffer_target() local 1535 deUint32 buf = 0x1234; in teximage2d_invalid_buffer_target() local 1732 deUint32 buf = 0x1234; in texsubimage2d_invalid_buffer_target() local 2643 deUint32 buf = 0x1234; compressedtexsubimage2d_invalid_buffer_target() local 2859 deUint32 buf = 0x1234; teximage3d_invalid_buffer_target() local 3103 deUint32 buf = 0x1234; texsubimage3d_invalid_buffer_target() local 3437 deUint32 buf = 0x1234; compressedteximage3d_invalid_buffer_target() local 3628 deUint32 buf = 0x1234; compressedtexsubimage3d_invalid_buffer_target() local [all...] |
H A D | es31fTextureSpecificationTests.cpp | 438 deUint32 buf = 0; in createTexture() local 527 deUint32 buf = 0; in createTexture() local 732 deUint32 buf = 0; in createTexture() local [all...] |
H A D | es31fVertexAttributeBindingTests.cpp | 411 std::ostringstream buf; in genTestDescription() local 498 std::ostringstream buf; genVertexSource() local 695 std::ostringstream buf; genTestDescription() local [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsStateQueryUtil.cpp | 238 std::ostringstream buf; in verifyBooleanValidity() local 257 std::ostringstream buf; in verifyBooleanVec4Validity() local 989 std::ostringstream buf; in verifyBoolean() local 1001 std::ostringstream buf; verifyBoolean() local 1013 std::ostringstream buf; verifyBoolean() local 1025 std::ostringstream buf; verifyBoolean() local 1047 std::ostringstream buf; verifyInteger() local 1059 std::ostringstream buf; verifyInteger() local 1072 std::ostringstream buf; verifyInteger() local 1089 std::ostringstream buf; verifyInteger() local 1106 std::ostringstream buf; verifyInteger() local 1128 std::ostringstream buf; verifyIntegerMin() local 1139 std::ostringstream buf; verifyIntegerMin() local 1150 std::ostringstream buf; verifyIntegerMin() local 1161 std::ostringstream buf; verifyIntegerMin() local 1182 std::ostringstream buf; verifyIntegerMax() local 1193 std::ostringstream buf; verifyIntegerMax() local 1204 std::ostringstream buf; verifyIntegerMax() local 1215 std::ostringstream buf; verifyIntegerMax() local 1238 std::ostringstream buf; verifyFloat() local 1253 std::ostringstream buf; verifyFloat() local 1269 std::ostringstream buf; verifyFloat() local 1284 std::ostringstream buf; verifyFloat() local 1304 std::ostringstream buf; verifyFloat() local 1339 std::ostringstream buf; verifyFloatMin() local 1350 std::ostringstream buf; verifyFloatMin() local 1363 std::ostringstream buf; verifyFloatMin() local 1393 std::ostringstream buf; verifyFloatMax() local 1404 std::ostringstream buf; verifyFloatMax() local 1417 std::ostringstream buf; verifyFloatMax() local 1440 std::ostringstream buf; verifyIntegerVec3() local 1464 std::ostringstream buf; verifyIntegerVec4() local 1488 std::ostringstream buf; verifyUnsignedIntegerVec4() local 1528 std::ostringstream buf; verifyBooleanVec4() local 1550 std::ostringstream buf; verifyBooleanVec4() local 1571 std::ostringstream buf; verifyBooleanVec4() local 1592 std::ostringstream buf; verifyBooleanVec4() local 1613 std::ostringstream buf; verifyBooleanVec4() local 1637 std::ostringstream buf; verifyFloatVec4() local 1656 std::ostringstream buf; verifyFloatVec4() local 1670 std::ostringstream buf; verifyFloatVec4() local 1689 std::ostringstream buf; verifyFloatVec4() local 1703 std::ostringstream buf; verifyFloatVec4() local 1724 std::ostringstream buf; verifyPointer() local 1771 std::ostringstream buf; verifyNormalizedI32Vec4() local 1781 std::ostringstream buf; verifyNormalizedI32Vec4() local 1800 std::ostringstream buf; verifyNormalizedI32Vec4() local 1814 std::ostringstream buf; verifyNormalizedI32Vec4() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 353 std::ostringstream buf; in declare() local 367 std::ostringstream buf; in declareArray() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_module_tests.c | 384 u8 *buf; in test_cbc() local 940 u8 buf[512]; test_eap_fast() local 1901 u8 buf[40]; test_fips186_2_prf() local 2084 u8 buf[32]; test_ms_funcs() local [all...] |
H A D | tls_gnutls.c | 154 static ssize_t tls_pull_func(gnutls_transport_ptr_t ptr, void *buf, in tls_pull_func() argument 183 static ssize_t tls_push_func(gnutls_transport_ptr_t ptr, const void *buf, in tls_push_func() argument 994 gnutls_datum_t response, buf; in check_ocsp() local 1270 char *buf; in tls_connection_verify_peer() local 1582 struct wpabuf *buf; tls_connection_encrypt() local 1656 tls_get_version(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_version() argument 1674 tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_cipher() argument 1759 tls_get_library_version(char *buf, size_t buf_len) tls_get_library_version() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_hostap.c | 58 static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, in handle_data() argument 119 static void handle_tx_callback(struct hostap_driver_data *drv, u8 *buf, in handle_tx_callback() argument 140 static void handle_frame(struct hostap_driver_data *drv, u8 *buf, size_t len) in handle_frame() argument 204 unsigned char buf[3000]; handle_read() local 406 u8 *buf; wpa_driver_hostap_set_key() local 462 u8 *buf; hostap_get_seqnum() local 550 hostap_set_ssid(void *priv, const u8 *buf, int len) hostap_set_ssid() argument 587 char buf[1024], line[128], *pos; hostap_read_sta_data() local 825 char *pos, *end, *custom, *buf; hostapd_wireless_event_wireless() local 872 hostapd_wireless_event_rtm_newlink(void *ctx, struct ifinfomsg *ifi, u8 *buf, size_t len) hostapd_wireless_event_rtm_newlink() argument [all...] |
H A D | driver_macsec_linux.c | 1381 static int macsec_drv_status(void *priv, char *buf, size_t buflen) in macsec_drv_status() argument 1407 static void macsec_drv_handle_data(void *ctx, unsigned char *buf, size_t len) in macsec_drv_handle_data() argument 1450 unsigned char buf[3000]; in macsec_drv_handle_read() local [all...] |
H A D | wpa_hal.h | 127 uint8_t *buf; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_aka.c | 768 struct wpabuf *buf; in eap_aka_process_identity() local
|
H A D | eap_fast.c | 500 struct wpabuf *buf; in eap_fast_tlv_nak() local 516 struct wpabuf *buf; in eap_fast_tlv_result() local 536 struct wpabuf *buf; eap_fast_tlv_pac_ack() local 1344 eap_fast_get_a_id(const u8 *buf, size_t len, size_t *id_len) eap_fast_get_a_id() argument 1718 eap_fast_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) eap_fast_get_status() argument [all...] |
H A D | eap_teap.c | 463 struct wpabuf *buf; in eap_teap_tlv_nak() local 483 struct wpabuf *buf; in eap_teap_tlv_pac_ack() local 1928 eap_teap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) eap_teap_get_status() argument [all...] |
H A D | eap_ttls.c | 680 u8 *buf, *pos; eap_ttls_phase2_request_pap() local 1042 u8 *buf; eap_ttls_fake_identity_request() local 1707 eap_ttls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) eap_ttls_get_status() argument [all...] |
H A D | tncc.c | 561 char *buf = os_malloc(1000); in tncc_if_tnccs_start() local 572 char *buf = os_malloc(100); in tncc_if_tnccs_end() local 689 char *buf, *start, *end, *pos, *pos2, *payload; in tncc_process_if_tnccs() local 1172 struct wpabuf *buf; tncc_build_soh() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_fast.c | 128 u8 *buf, *pos, *end, *pac_key = NULL; in eap_fast_session_ticket_cb() local 599 struct wpabuf *buf; eap_fast_build_crypto_binding() local 687 struct wpabuf *buf; eap_fast_build_pac() local 980 struct wpabuf buf; eap_fast_process_phase2_response() local [all...] |
H A D | eap_server_peap.c | 106 struct wpabuf *buf; in eap_peap_valid_session() local 236 struct wpabuf *buf, *encr_req, msgbuf; in eap_peap_build_phase2_req() local 272 struct wpabuf *buf1, *buf, *encr_req, msgbuf; eap_peap_build_phase2_soh() local 389 struct wpabuf *buf, *encr_req; eap_peap_build_phase2_tlv() local 611 u8 buf[61], mac[SHA1_MAC_LEN]; eap_tlv_validate_cryptobinding() local 1228 const struct wpabuf *buf; eap_peap_process() local [all...] |
H A D | eap_server_teap.c | 138 u8 *buf, *pos, *end, *pac_key = NULL; in eap_teap_session_ticket_cb() local 556 struct wpabuf *buf; eap_teap_build_crypto_binding() local 654 struct wpabuf *buf; eap_teap_build_pac() local 961 struct wpabuf buf; eap_teap_process_phase2_response() local [all...] |
H A D | eap_server_ttls.c | 82 struct wpabuf *buf; in eap_ttls_valid_session() local 178 static int eap_ttls_avp_parse(struct wpabuf *buf, struct eap_ttls_avp *parse) in eap_ttls_avp_parse() argument 397 struct wpabuf *buf, *encr_req; eap_ttls_build_phase2_eap_req() local 857 struct wpabuf buf; eap_ttls_process_phase2_eap_response() local 1194 const struct wpabuf *buf; eap_ttls_process() local [all...] |
H A D | eap_sim_db.c | 629 char buf[1000], *pos, *cmd, *imsi; in eap_sim_db_receive() local 456 eap_sim_db_sim_resp_auth(struct eap_sim_db_data *data, const char *imsi, char *buf) eap_sim_db_sim_resp_auth() argument 535 eap_sim_db_aka_resp_auth(struct eap_sim_db_data *data, const char *imsi, char *buf) eap_sim_db_aka_resp_auth() argument 1016 u8 buf[10]; eap_sim_db_get_next() local [all...] |
H A D | tncs.c | 636 char *buf = os_malloc(1000); in tncs_if_tnccs_start() local 647 char *buf = os_malloc(100); in tncs_if_tnccs_end() local 781 char *buf, *start, *end, *pos, *pos2, *payload; in tncs_process_if_tnccs() local 1167 struct wpabuf *buf; tncs_build_soh_request() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.c | 276 struct wpabuf *buf; in fst_session_send_action() local 1582 int fst_test_req_get_local_mbies(const char *request, char *buf, size_t buflen) in fst_test_req_get_local_mbies() argument [all...] |