Home
last modified time | relevance | path

Searched refs:ctx (Results 6401 - 6425 of 7294) sorted by relevance

1...<<251252253254255256257258259260>>...292

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_i.h108 struct upnp_wps_device_ctx *ctx; /* callback table */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_i.h108 struct upnp_wps_device_ctx *ctx; /* callback table */ member
/third_party/curl/lib/vtls/
H A Dschannel.c452 struct ssl_connect_data *connssl = cf->ctx; in schannel_acquire_credential_handle()
1055 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_step1()
1316 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_step2()
1676 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_step3()
1822 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_common()
1948 struct ssl_connect_data *connssl = cf->ctx; in schannel_send()
2094 struct ssl_connect_data *connssl = cf->ctx; in schannel_recv()
2437 const struct ssl_connect_data *connssl = cf->ctx; in schannel_data_pending()
2481 struct ssl_connect_data *connssl = cf->ctx; in schannel_shutdown()
2612 struct ssl_connect_data *connssl = cf->ctx; in schannel_pkp_pin_peer_pubkey()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2600 tu_hash_stage(struct mesa_sha1 *ctx, in tu_hash_stage() argument
2607 _mesa_sha1_update(ctx, stage_hash, sizeof(stage_hash)); in tu_hash_stage()
2608 _mesa_sha1_update(ctx, key, sizeof(*key)); in tu_hash_stage()
2615 tu_hash_compiler(struct mesa_sha1 *ctx, const struct ir3_compiler *compiler) in tu_hash_compiler() argument
2617 _mesa_sha1_update(ctx, &compiler->robust_buffer_access2, in tu_hash_compiler()
2619 _mesa_sha1_update(ctx, &ir3_shader_debug, sizeof(ir3_shader_debug)); in tu_hash_compiler()
2630 struct mesa_sha1 ctx; in tu_hash_shaders() local
2632 _mesa_sha1_init(&ctx); in tu_hash_shaders()
2635 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1)); in tu_hash_shaders()
2637 _mesa_sha1_update(&ctx, ir3_ke in tu_hash_shaders()
2655 struct mesa_sha1 ctx; tu_hash_compute() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c3268 void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_process_auth()
3271 void *ctx) in wpa_ft_process_auth()
3288 sm->ft_pending_cb_ctx = ctx; in wpa_ft_process_auth()
3304 cb(ctx, sm->addr, bssid, auth_transaction + 1, status, in wpa_ft_process_auth()
3629 static void wpa_ft_rrb_rx_request_cb(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_rrb_rx_request_cb() argument
3633 struct wpa_state_machine *sm = ctx; in wpa_ft_rrb_rx_request_cb()
4171 static int ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) in ft_get_sta_cb() argument
4173 struct ft_get_sta_ctx *info = ctx; in ft_get_sta_cb()
4196 struct ft_get_sta_ctx ctx; in wpa_ft_rrb_rx_resp() local
4206 os_memset(&ctx, in wpa_ft_rrb_rx_resp()
3266 wpa_ft_process_auth(struct wpa_state_machine *sm, const u8 *bssid, u16 auth_transaction, const u8 *ies, size_t ies_len, void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len), void *ctx) wpa_ft_process_auth() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c3071 void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_process_auth()
3074 void *ctx) in wpa_ft_process_auth()
3091 sm->ft_pending_cb_ctx = ctx; in wpa_ft_process_auth()
3107 cb(ctx, sm->addr, bssid, auth_transaction + 1, status, in wpa_ft_process_auth()
3402 static void wpa_ft_rrb_rx_request_cb(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_rrb_rx_request_cb() argument
3406 struct wpa_state_machine *sm = ctx; in wpa_ft_rrb_rx_request_cb()
3943 static int ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) in ft_get_sta_cb() argument
3945 struct ft_get_sta_ctx *info = ctx; in ft_get_sta_cb()
3968 struct ft_get_sta_ctx ctx; in wpa_ft_rrb_rx_resp() local
3978 os_memset(&ctx, in wpa_ft_rrb_rx_resp()
3069 wpa_ft_process_auth(struct wpa_state_machine *sm, const u8 *bssid, u16 auth_transaction, const u8 *ies, size_t ies_len, void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len), void *ctx) wpa_ft_process_auth() argument
[all...]
/third_party/node/src/
H A Dnode_file.cc965 } else { // access(path, mode, undefined, ctx) in Access()
990 } else { // close(fd, undefined, ctx) in Close()
1132 } else { // stat(path, use_bigint, undefined, ctx) in Stat()
1139 return; // error info is in ctx in Stat()
1165 } else { // lstat(path, use_bigint, undefined, ctx) in LStat()
1173 return; // error info is in ctx in LStat()
1198 } else { // fstat(fd, use_bigint, undefined, ctx) in FStat()
1205 return; // error info is in ctx in FStat()
1237 } else { // statfs(path, use_bigint, undefined, ctx) in StatFs()
1245 return; // error info is in ctx in StatFs()
1360 Local<Object> ctx = args[3].As<Object>(); ReadLink() local
1743 Local<Object> ctx = args[4].As<Object>(); MKDir() local
1794 Local<Object> ctx = args[3].As<Object>(); RealPath() local
1854 Local<Object> ctx = args[4].As<Object>(); ReadDir() local
1869 Local<Object> ctx = args[4].As<Object>(); ReadDir() local
2603 Local<Object> ctx = args[3].As<Object>(); Mkdtemp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c54 static int wpas_dpp_process_conf_obj(void *ctx,
909 lwork = wpa_s->dpp_listen_work->ctx; in wpas_dpp_listen_work_done()
919 struct wpas_dpp_listen_work *lwork = work->ctx; in dpp_start_listen_cb()
1615 static void wpas_dpp_gas_resp_cb(void *ctx, const u8 *addr, u8 dialog_token, in wpas_dpp_gas_resp_cb() argument
1620 struct wpa_supplicant *wpa_s = ctx; in wpas_dpp_gas_resp_cb()
2018 static int wpas_dpp_process_conf_obj(void *ctx, in wpas_dpp_process_conf_obj() argument
2021 struct wpa_supplicant *wpa_s = ctx; in wpas_dpp_process_conf_obj()
2038 static void wpas_dpp_remove_bi(void *ctx, struct dpp_bootstrap_info *bi) in wpas_dpp_remove_bi() argument
2040 struct wpa_supplicant *wpa_s = ctx; in wpas_dpp_remove_bi()
2970 wpas_dpp_gas_req_handler(void *ctx, voi argument
3021 wpas_dpp_gas_status_handler(void *ctx, struct wpabuf *resp, int ok) wpas_dpp_gas_status_handler() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c1450 mutex_lock(&js_kctx_info->ctx.jsctx_mutex); in kbase_jd_done_worker()
1463 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex); in kbase_jd_done_worker()
1494 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex); in kbase_jd_done_worker()
1631 mutex_lock(&js_kctx_info->ctx.jsctx_mutex); in jd_cancel_worker()
1633 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex); in jd_cancel_worker()
1638 /* Because we're zapping, we're not adding any more jobs to this ctx, so no need to in jd_cancel_worker()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c1351 mutex_lock(&js_kctx_info->ctx.jsctx_mutex); in kbase_jd_done_worker()
1363 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex); in kbase_jd_done_worker()
1391 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex); in kbase_jd_done_worker()
1523 mutex_lock(&js_kctx_info->ctx.jsctx_mutex); in jd_cancel_worker()
1525 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex); in jd_cancel_worker()
1530 /* Because we're zapping, we're not adding any more jobs to this ctx, so no need to in jd_cancel_worker()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_dma_ops.c947 static void AudioUsbUpdataEndpointPacket(struct AudioUsbDriver *audioUsbDriver, struct AudioUsbUrbCtx *ctx, in AudioUsbUpdataEndpointPacket() argument
954 if (ctx->packets > MAX_PACKS_HS) { in AudioUsbUpdataEndpointPacket()
958 for (i = 0; i < ctx->packets; i++) { in AudioUsbUpdataEndpointPacket()
959 if (ctx->packetSize[i]) { in AudioUsbUpdataEndpointPacket()
960 counts = ctx->packetSize[i]; in AudioUsbUpdataEndpointPacket()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c1115 _EGLContext *ctx,
1118 if (ctx != NULL) {
1121 * * If <target> is EGL_NATIVE_BUFFER_ANDROID and <ctx> is not
1155 droid_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, argument
1160 return dri2_create_image_android_native_buffer(disp, ctx,
1163 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list);
1114 dri2_create_image_android_native_buffer(_EGLDisplay *disp, _EGLContext *ctx, struct ANativeWindowBuffer *buf) global() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c1285 struct v3d_context *ctx = v3d_context(pctx); in v3d_set_stream_output_targets() local
1286 struct v3d_streamout_stateobj *so = &ctx->streamout; in v3d_set_stream_output_targets()
1297 v3d_update_primitive_counters(ctx); in v3d_set_stream_output_targets()
1313 v3d_ensure_prim_counts_allocated(ctx); in v3d_set_stream_output_targets()
1315 ctx->dirty |= V3D_DIRTY_STREAMOUT; in v3d_set_stream_output_targets()
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c49 const struct gl_context *ctx; member
871 if (c->ctx->Const.GLSLFragCoordIsSysVal && in setup_registers_and_variables()
989 prog_to_nir(const struct gl_context *ctx, const struct gl_program *prog, in prog_to_nir() argument
1000 c->ctx = ctx; in prog_to_nir()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c1237 SSL_CTX *ctx = NULL; in process_responder() local
1241 ctx = SSL_CTX_new(TLS_client_method()); in process_responder()
1242 if (ctx == NULL) { in process_responder()
1250 ctx, headers, "application/ocsp-request", in process_responder()
1259 SSL_CTX_free(ctx); in process_responder()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-586.pl197 &mov ("esi",wparam(0)); # ctx
212 &mov (&DWP(0,"esp"),"esi"); # ctx
270 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
307 &mov ("esi",&DWP(4*(9+16+64)+0,"esp"));#ctx
380 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
484 &mov ("esi",&DWP(96,"esp")); #ctx
531 my ($ctx,$inp,$end)=("esi","edi","eax");
547 &movdqu ($ABEF,&QWP(0,$ctx)); # DCBA
549 &movdqu ($CDGH,&QWP(16,$ctx)); # HGFE
662 &movdqu (&QWP(0,$ctx),
[all...]
/third_party/python/Lib/
H A Dssl.py516 # ctx._wrap_socket()
884 def context(self, ctx):
885 self._sslobj.context = ctx
1116 def context(self, ctx):
1117 self._context = ctx
1118 self._sslobj.context = ctx
/third_party/openssl/crypto/sha/asm/
H A Dsha256-586.pl197 &mov ("esi",wparam(0)); # ctx
212 &mov (&DWP(0,"esp"),"esi"); # ctx
270 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
307 &mov ("esi",&DWP(4*(9+16+64)+0,"esp"));#ctx
380 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack
484 &mov ("esi",&DWP(96,"esp")); #ctx
531 my ($ctx,$inp,$end)=("esi","edi","eax");
547 &movdqu ($ABEF,&QWP(0,$ctx)); # DCBA
549 &movdqu ($CDGH,&QWP(16,$ctx)); # HGFE
662 &movdqu (&QWP(0,$ctx),
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h368 int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
373 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
375 int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx);
633 void *asn, EVP_MD_CTX *ctx);
975 int X509_verify_cert(X509_STORE_CTX *ctx);
/third_party/openssl/apps/
H A Docsp.c1237 SSL_CTX *ctx = NULL; in process_responder() local
1241 ctx = SSL_CTX_new(TLS_client_method()); in process_responder()
1242 if (ctx == NULL) { in process_responder()
1250 ctx, headers, "application/ocsp-request", in process_responder()
1259 SSL_CTX_free(ctx); in process_responder()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp257 sglr::Context* ctx = ndx ? static_cast<sglr::Context*>(&refContext) : static_cast<sglr::Context*>(&gles3Context); in verifyTexture() local
259 setContext(ctx); in verifyTexture()
290 sglr::Context* ctx = ndx ? static_cast<sglr::Context*>(&refContext) : static_cast<sglr::Context*>(&gles3Context); in verifyTexture() local
293 setContext(ctx); in verifyTexture()
294 shader.setUniforms(*ctx, shaderID); in verifyTexture()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.c1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument
1189 clb(s->group, s, ctx); in fst_session_enum()
1317 struct fst_get_peer_ctx *ctx; in get_group_fill_session() local
1333 old_addr = fst_iface_get_peer_first(s->data.old_iface, &ctx, TRUE); in get_group_fill_session()
1337 new_addr = fst_iface_get_peer_first(s->data.new_iface, &ctx, TRUE); in get_group_fill_session()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_session.c1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument
1189 clb(s->group, s, ctx); in fst_session_enum()
1317 struct fst_get_peer_ctx *ctx; in get_group_fill_session() local
1333 old_addr = fst_iface_get_peer_first(s->data.old_iface, &ctx, true); in get_group_fill_session()
1337 new_addr = fst_iface_get_peer_first(s->data.new_iface, &ctx, true); in get_group_fill_session()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c104 void (*tx)(void *ctx, const u8 *addr, unsigned int freq, const u8 *msg,
106 void (*gas_resp_tx)(void *ctx, const u8 *addr, u8 dialog_token,
130 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
362 BN_CTX *ctx; in dpp_debug_print_point() local
368 ctx = BN_CTX_new(); in dpp_debug_print_point()
371 if (!ctx || !x || !y || in dpp_debug_print_point()
372 EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx) != 1) in dpp_debug_print_point()
387 BN_CTX_free(ctx); in dpp_debug_print_point()
520 BN_CTX *ctx; in dpp_set_pubkey_point_group() local
525 ctx in dpp_set_pubkey_point_group()
616 EVP_PKEY_CTX *ctx; dpp_ecdh() local
1370 BN_CTX *ctx; dpp_bootstrap_key_der() local
3079 EVP_PKEY_CTX *ctx = NULL; dpp_auth_req_rx() local
6832 BN_CTX *ctx; dpp_test_gen_invalid_key() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c368 static void mxf_free_metadataset(MXFMetadataSet **ctx, int freectx) in mxf_free_metadataset() argument
371 switch ((*ctx)->type) { in mxf_free_metadataset()
374 av_freep(&((MXFDescriptor *)*ctx)->extradata); in mxf_free_metadataset()
375 av_freep(&((MXFDescriptor *)*ctx)->mastering); in mxf_free_metadataset()
376 av_freep(&((MXFDescriptor *)*ctx)->coll); in mxf_free_metadataset()
377 av_freep(&((MXFDescriptor *)*ctx)->file_descriptors_refs); in mxf_free_metadataset()
378 av_freep(&((MXFDescriptor *)*ctx)->sub_descriptors_refs); in mxf_free_metadataset()
383 av_freep(&((MXFMCASubDescriptor *)*ctx)->language); in mxf_free_metadataset()
384 av_freep(&((MXFMCASubDescriptor *)*ctx)->group_of_soundfield_groups_link_id_refs); in mxf_free_metadataset()
387 av_freep(&((MXFSequence *)*ctx) in mxf_free_metadataset()
3193 mxf_metadataset_init(MXFMetadataSet *ctx, enum MXFMetadataSetType type, MXFPartition *partition) mxf_metadataset_init() argument
3214 void *ctx; mxf_read_local_tags() local
[all...]

Completed in 63 milliseconds

1...<<251252253254255256257258259260>>...292