/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_server_write.c | 983 conn->state = CHANGE_CIPHER_SPEC; in tls_send_server_hello() 1003 conn->state = CLIENT_CERTIFICATE; in tls_send_server_hello() 1032 conn->state = ESTABLISHED; in tls_send_change_cipher_spec() 1040 switch (conn->state) { in tlsv1_server_handshake_write() 1046 if (conn->state == ESTABLISHED && conn->use_session_ticket) { in tlsv1_server_handshake_write() 1050 tlsv1_server_log(conn, "Unexpected state %d while generating reply", in tlsv1_server_handshake_write() 1051 conn->state); in tlsv1_server_handshake_write()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hw_features.c | 49 char *state; in dfs_info() local 53 state = "unknown"; in dfs_info() 56 state = "usable"; in dfs_info() 59 state = "unavailable"; in dfs_info() 62 state = "available"; in dfs_info() 67 os_snprintf(info, sizeof(info), " (DFS state = %s)", state); in dfs_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client_write.c | 246 conn->state = SERVER_HELLO; in tls_send_client_hello() 897 conn->state = SERVER_CHANGE_CIPHER_SPEC; in tls_send_client_key_exchange() 929 conn->state = ESTABLISHED; in tls_send_change_cipher_spec() 938 switch (conn->state) { in tlsv1_client_handshake_write() 946 conn->state = ESTABLISHED; in tlsv1_client_handshake_write() 954 wpa_printf(MSG_DEBUG, "TLSv1: Unexpected state %d while " in tlsv1_client_handshake_write() 955 "generating reply", conn->state); in tlsv1_client_handshake_write()
|
H A D | tlsv1_server_write.c | 983 conn->state = CHANGE_CIPHER_SPEC; in tls_send_server_hello() 1003 conn->state = CLIENT_CERTIFICATE; in tls_send_server_hello() 1032 conn->state = ESTABLISHED; in tls_send_change_cipher_spec() 1040 switch (conn->state) { in tlsv1_server_handshake_write() 1046 if (conn->state == ESTABLISHED && conn->use_session_ticket) { in tlsv1_server_handshake_write() 1050 tlsv1_server_log(conn, "Unexpected state %d while generating reply", in tlsv1_server_handshake_write() 1051 conn->state); in tlsv1_server_handshake_write()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/include/ |
H A D | tde_ioctl.h | 38 int tde_pm_suspend(pm_basedev *pdev, pm_message_t state);
|
/device/board/hihope/rk3568/audio_drivers/headset_monitor/include/ |
H A D | analog_headset_base.h | 26 void SetStateSync(unsigned int id, bool state);
|
/third_party/ffmpeg/libavcodec/ |
H A D | parser.h | 33 uint32_t state; ///< contains the last few bytes in MSB order member
|
/third_party/ffmpeg/libavutil/ |
H A D | aes_internal.h | 36 // overwrites state, which does not matter (see also commit ba554c0). 38 DECLARE_ALIGNED(16, av_aes_block, state)[2];
|
H A D | rc4.h | 33 uint8_t state[256]; member
|
/third_party/curl/lib/ |
H A D | rtsp.h | 57 rtp_parse_st state; member 68 * &(data->state.proto.rtsp) == &(data->state.proto.http) per the C spec
|
H A D | smb.h | 37 enum smb_conn_state state; member
|
H A D | mqtt.h | 40 MQTT_NOSTATE /* 7 - never used an actual state */ 44 enum mqttstate state; member
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | entrypoint.c | 62 priv->state = OMX_StateInvalid; in omx_workaround_Destructor()
|
/third_party/libabigail/doc/vizualization/layout/sources/ |
H A D | sa-C.cc | 4 enum state { pass, fail, unknown }; enum
|
/third_party/libabigail/doc/vizualization/graph/sources/ |
H A D | sa-C.cc | 4 enum state { pass, fail, unknown }; enum
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | PbufferSurfaceEGL.h | 23 PbufferSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config);
|
H A D | WindowSurfaceEGL.h | 20 WindowSurfaceEGL(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SamplerVk.h | 23 SamplerVk(const gl::SamplerState &state);
|
H A D | ShaderVk.h | 21 ShaderVk(const gl::ShaderState &state);
|
H A D | ContextVk.cpp | 305 egl::ContextPriority GetContextPriority(const gl::State &state) in GetContextPriority() argument 307 return egl::FromEGLenum<egl::ContextPriority>(state.getContextPriority()); in GetContextPriority() 532 ContextVk::ContextVk(const gl::State &state, gl::ErrorSet *errorSet, RendererVk *renderer) in ContextVk() argument 533 : ContextImpl(state, errorSet), in ContextVk() 573 mContextPriority(renderer->getDriverPriority(GetContextPriority(state))), 574 mShareGroupVk(vk::GetImpl(state.getShareGroup())) in GetImpl() 2185 const gl::State &state = getState(); in syncObjectPerfCounters() local 2186 const gl::ShaderProgramManager &shadersAndPrograms = state.getShaderProgramManagerForCapture(); in syncObjectPerfCounters() 3873 // This is a no-op, it's only important to use the right unpack state when we do in syncState() 3880 // This is a no-op, its only important to use the right pack state whe in syncState() 4300 createShader(const gl::ShaderState &state) createShader() argument 4305 createProgram(const gl::ProgramState &state) createProgram() argument 4310 createFramebuffer(const gl::FramebufferState &state) createFramebuffer() argument 4315 createTexture(const gl::TextureState &state) createTexture() argument 4320 createRenderbuffer(const gl::RenderbufferState &state) createRenderbuffer() argument 4325 createBuffer(const gl::BufferState &state) createBuffer() argument 4330 createVertexArray(const gl::VertexArrayState &state) createVertexArray() argument 4350 createTransformFeedback(const gl::TransformFeedbackState &state) createTransformFeedback() argument 4355 createSampler(const gl::SamplerState &state) createSampler() argument 4360 createProgramPipeline(const gl::ProgramPipelineState &state) createProgramPipeline() argument 4375 createOverlay(const gl::OverlayState &state) createOverlay() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | ImageNULL.h | 21 ImageNULL(const egl::ImageState &state);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexProgram.hpp | 29 const VertexProcessor::State &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | ContextWGL.h | 20 ContextWGL(const gl::State &state,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 288 /* NGG cull state uses smoothing_enabled. */ in si_update_shaders() 632 /* Since GFX9 has merged LS-HS in the TCS state, set LS = TCS. */ 1206 /* Re-emit the state after we leave u_blitter. */ 1218 /* Copy all state bits from vs_state to gs_state except the LS bits. */ 1240 /* NGG always uses the state bits. Legacy GS uses the state bits only for the emulation 1246 /* The GS copy shader (for legacy GS) always uses the state bits. */ 1287 /* Draw state. */ 1537 * so the state must be re-emitted before the next indexed draw. 1886 static ALWAYS_INLINE unsigned get_next_vertex_state_elem(struct pipe_vertex_state *state, [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 1008 void *state = _PyModule_GetState(module); in get_posix_state() local 1009 assert(state != NULL); in get_posix_state() 1010 return (_posixstate *)state; in get_posix_state() 2318 _posixstate *state = get_posix_state(module); in _posix_clear() local 2319 Py_CLEAR(state->billion); in _posix_clear() 2320 Py_CLEAR(state->DirEntryType); in _posix_clear() 2321 Py_CLEAR(state->ScandirIteratorType); in _posix_clear() 2323 Py_CLEAR(state->SchedParamType); in _posix_clear() 2325 Py_CLEAR(state->StatResultType); in _posix_clear() 2326 Py_CLEAR(state in _posix_clear() 2343 _posixstate *state = get_posix_state(module); _posix_traverse() local 13822 _posixstate* state = get_posix_state(PyType_GetModule(defining_class)); DirEntry_test_mode() local 15856 _posixstate *state = get_posix_state(m); posixmodule_exec() local [all...] |