Home
last modified time | relevance | path

Searched refs:ctx (Results 7551 - 7575 of 13401) sorted by relevance

1...<<301302303304305306307308309310>>...537

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c4524 #define CHK_OOM(x) if (!(x)) { upb_status_setoom(ctx->status); return false; }
4536 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() argument
4537 return upb_strdup2(view.data, view.size, ctx->alloc); in strviewdup()
4548 static const char *makefullname(const symtab_addctx *ctx, const char *prefix, in makefullname() argument
4553 char *ret = upb_malloc(ctx->alloc, n + name.size + 2); in makefullname()
4561 return strviewdup(ctx, name); in makefullname()
4610 static bool symtab_add(const symtab_addctx *ctx, const char *name, in symtab_add() argument
4613 if (upb_strtable_lookup(ctx->addtab, name, &tmp) || in symtab_add()
4614 upb_strtable_lookup(&ctx->symtab->syms, name, &tmp)) { in symtab_add()
4615 upb_status_seterrf(ctx in symtab_add()
4657 symtab_resolve(const symtab_addctx *ctx, const upb_fielddef *f, const char *base, upb_strview sym, upb_deftype_t type) symtab_resolve() argument
4671 create_oneofdef( const symtab_addctx *ctx, upb_msgdef *m, const google_protobuf_OneofDescriptorProto *oneof_proto) create_oneofdef() argument
4692 parse_default(const symtab_addctx *ctx, const char *str, size_t len, upb_fielddef *f) parse_default() argument
4788 set_default_default(const symtab_addctx *ctx, upb_fielddef *f) set_default_default() argument
4815 create_fielddef( const symtab_addctx *ctx, const char *prefix, upb_msgdef *m, const google_protobuf_FieldDescriptorProto *field_proto) create_fielddef() argument
4986 create_enumdef( const symtab_addctx *ctx, const char *prefix, const google_protobuf_EnumDescriptorProto *enum_proto) create_enumdef() argument
5050 create_msgdef(symtab_addctx *ctx, const char *prefix, const google_protobuf_DescriptorProto *msg_proto) create_msgdef() argument
5165 resolve_fielddef(const symtab_addctx *ctx, const char *prefix, upb_fielddef *f) resolve_fielddef() argument
5234 build_filedef( symtab_addctx *ctx, upb_filedef *file, const google_protobuf_FileDescriptorProto *file_proto) build_filedef() argument
5373 upb_symtab_addtotabs(upb_symtab *s, symtab_addctx *ctx) upb_symtab_addtotabs() argument
5506 symtab_addctx ctx; _upb_symtab_addfile() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_wlfc.h49 typedef int (*f_commitpkt_t)(struct dhd_bus* ctx, void* p);
475 #define WLFC_HOST_FIFO_CREDIT_INC_SENTCTRS(ctx, ac) do { \
476 (ctx)->stats.fifo_credits_sent[(ac)]++;} while (0)
477 #define WLFC_HOST_FIFO_CREDIT_INC_BACKCTRS(ctx, ac) do { \
478 (ctx)->stats.fifo_credits_back[(ac)]++;} while (0)
479 #define WLFC_HOST_FIFO_DROPPEDCTR_INC(ctx, ac) do { \
480 (ctx)->stats.dropped_qfull[(ac)]++;} while (0)
482 #define WLFC_HOST_FIFO_CREDIT_INC_SENTCTRS(ctx, ac) do {} while (0)
483 #define WLFC_HOST_FIFO_CREDIT_INC_BACKCTRS(ctx, ac) do {} while (0)
484 #define WLFC_HOST_FIFO_DROPPEDCTR_INC(ctx, a
[all...]
/kernel/linux/linux-5.10/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c209 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, in npe_debug_instr() argument
225 (ctx << ECS_REG_1_CCTXT_BITS) | in npe_debug_instr()
226 (ctx << ECS_REG_1_SELCTXT_BITS)); in npe_debug_instr()
253 u8 val, u32 ctx) in npe_logical_reg_write8()
260 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */ in npe_logical_reg_write8()
264 u16 val, u32 ctx) in npe_logical_reg_write16()
271 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */ in npe_logical_reg_write16()
275 u32 val, u32 ctx) in npe_logical_reg_write32()
278 if (npe_logical_reg_write16(npe, addr, val >> 16, ctx)) in npe_logical_reg_write32()
280 return npe_logical_reg_write16(npe, addr + 2, val & 0xFFFF, ctx); in npe_logical_reg_write32()
252 npe_logical_reg_write8(struct npe *npe, u32 addr, u8 val, u32 ctx) npe_logical_reg_write8() argument
263 npe_logical_reg_write16(struct npe *npe, u32 addr, u16 val, u32 ctx) npe_logical_reg_write16() argument
274 npe_logical_reg_write32(struct npe *npe, u32 addr, u32 val, u32 ctx) npe_logical_reg_write32() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_tunnel.c73 static int nft_tunnel_get_init(const struct nft_ctx *ctx, in nft_tunnel_get_init() argument
104 return nft_parse_register_store(ctx, tb[NFTA_TUNNEL_DREG], &priv->dreg, in nft_tunnel_get_init()
163 static int nft_tunnel_obj_ip_init(const struct nft_ctx *ctx, in nft_tunnel_obj_ip_init() argument
192 static int nft_tunnel_obj_ip6_init(const struct nft_ctx *ctx, in nft_tunnel_obj_ip6_init() argument
354 static int nft_tunnel_obj_opts_init(const struct nft_ctx *ctx, in nft_tunnel_obj_opts_init() argument
413 static int nft_tunnel_obj_init(const struct nft_ctx *ctx, in nft_tunnel_obj_init() argument
431 err = nft_tunnel_obj_ip_init(ctx, tb[NFTA_TUNNEL_KEY_IP], &info); in nft_tunnel_obj_init()
435 err = nft_tunnel_obj_ip6_init(ctx, tb[NFTA_TUNNEL_KEY_IP6], &info); in nft_tunnel_obj_init()
471 err = nft_tunnel_obj_opts_init(ctx, tb[NFTA_TUNNEL_KEY_OPTS], in nft_tunnel_obj_init()
667 static void nft_tunnel_obj_destroy(const struct nft_ctx *ctx, in nft_tunnel_obj_destroy() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c54 struct ttm_operation_ctx *ctx, in ttm_bo_move_ttm()
62 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm()
81 ret = ttm_tt_populate(bo->bdev, ttm, ctx); in ttm_bo_move_ttm()
218 struct ttm_operation_ctx *ctx, in ttm_bo_move_memcpy()
234 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy()
265 ret = ttm_tt_populate(bdev, ttm, ctx); in ttm_bo_move_memcpy()
441 struct ttm_operation_ctx ctx = { in ttm_bo_kmap_ttm() local
451 ret = ttm_tt_populate(bo->bdev, ttm, &ctx); in ttm_bo_kmap_ttm()
53 ttm_bo_move_ttm(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem) ttm_bo_move_ttm() argument
217 ttm_bo_move_memcpy(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem) ttm_bo_move_memcpy() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ddavinci_nand.c640 iowrite8(instr->ctx.cmd.opcode, in davinci_nand_exec_instr()
645 for (i = 0; i < instr->ctx.addr.naddrs; i++) { in davinci_nand_exec_instr()
646 iowrite8(instr->ctx.addr.addrs[i], in davinci_nand_exec_instr()
652 nand_davinci_data_in(info, instr->ctx.data.buf.in, in davinci_nand_exec_instr()
653 instr->ctx.data.len, in davinci_nand_exec_instr()
654 instr->ctx.data.force_8bit); in davinci_nand_exec_instr()
658 nand_davinci_data_out(info, instr->ctx.data.buf.out, in davinci_nand_exec_instr()
659 instr->ctx.data.len, in davinci_nand_exec_instr()
660 instr->ctx.data.force_8bit); in davinci_nand_exec_instr()
664 timeout_us = instr->ctx in davinci_nand_exec_instr()
[all...]
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H A Divpu_job.c50 cmdq->db_id = file_priv->ctx.id + engine * ivpu_get_context_count(vdev); in ivpu_cmdq_alloc()
95 ret = ivpu_jsm_register_db(vdev, file_priv->ctx.id, cmdq->db_id, in ivpu_cmdq_acquire()
190 ivpu_dbg(vdev, JOB, "Job queue full: ctx %d engine %d db %d head %d tail %d\n", in ivpu_cmdq_push_job()
191 job->file_priv->ctx.id, job->engine_idx, cmdq->db_id, header->head, tail); in ivpu_cmdq_push_job()
315 ivpu_dbg(vdev, JOB, "Job created: ctx %2d engine %d", file_priv->ctx.id, job->engine_idx); in ivpu_create_job()
340 ivpu_dbg(vdev, JOB, "Job complete: id %3u ctx %2d engine %d status 0x%x\n", in ivpu_job_done()
341 job->job_id, job->file_priv->ctx.id, job->engine_idx, job_status); in ivpu_job_done()
381 ivpu_warn(vdev, "Failed get job queue, ctx %d engine %d\n", in ivpu_direct_job_submission()
382 file_priv->ctx in ivpu_direct_job_submission()
[all...]
/kernel/linux/linux-6.6/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c212 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, in npe_debug_instr() argument
228 (ctx << ECS_REG_1_CCTXT_BITS) | in npe_debug_instr()
229 (ctx << ECS_REG_1_SELCTXT_BITS)); in npe_debug_instr()
256 u8 val, u32 ctx) in npe_logical_reg_write8()
263 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */ in npe_logical_reg_write8()
267 u16 val, u32 ctx) in npe_logical_reg_write16()
274 return npe_debug_instr(npe, instr, ctx, 1); /* execute it */ in npe_logical_reg_write16()
278 u32 val, u32 ctx) in npe_logical_reg_write32()
281 if (npe_logical_reg_write16(npe, addr, val >> 16, ctx)) in npe_logical_reg_write32()
283 return npe_logical_reg_write16(npe, addr + 2, val & 0xFFFF, ctx); in npe_logical_reg_write32()
255 npe_logical_reg_write8(struct npe *npe, u32 addr, u8 val, u32 ctx) npe_logical_reg_write8() argument
266 npe_logical_reg_write16(struct npe *npe, u32 addr, u16 val, u32 ctx) npe_logical_reg_write16() argument
277 npe_logical_reg_write32(struct npe *npe, u32 addr, u32 val, u32 ctx) npe_logical_reg_write32() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c35 aux110->base.ctx
40 engine->ctx->logger
443 struct dce_aux *aux_engine = ddc->ctx->dc->res_pool->engines[ddc_pin->pin_data->en]; in dce_aux_configure_timeout()
508 struct dc_context *ctx, in dce110_aux_engine_construct()
517 aux_engine110->base.ctx = ctx; in dce110_aux_engine_construct()
577 aux_engine = ddc->ctx->dc->res_pool->engines[ddc_pin->pin_data->en]; in dce_aux_transfer_raw()
623 struct dce_aux *aux_engine = ddc->ctx->dc->res_pool->engines[ddc_pin->pin_data->en]; in dce_aux_transfer_dmub_raw()
632 return dm_helper_dmub_aux_transfer_sync(ddc->ctx, ddc->link, payload, operation_result); in dce_aux_transfer_dmub_raw()
716 aux_engine = ddc->ctx in dce_aux_transfer_with_retries()
507 dce110_aux_engine_construct(struct aux_engine_dce110 *aux_engine110, struct dc_context *ctx, uint32_t inst, uint32_t timeout_period, const struct dce110_aux_registers *regs, const struct dce110_aux_registers_mask *mask, const struct dce110_aux_registers_shift *shift, bool is_ext_aux_timeout_configurable) dce110_aux_engine_construct() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Daegis128-core.c369 struct aegis_ctx *ctx = crypto_aead_ctx(aead); in crypto_aegis128_setkey() local
374 memcpy(ctx->key.bytes, key, AEGIS128_KEY_SIZE); in crypto_aegis128_setkey()
393 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_encrypt_generic() local
399 crypto_aegis128_init(&state, &ctx->key, req->iv); in crypto_aegis128_encrypt_generic()
417 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_decrypt_generic() local
425 crypto_aegis128_init(&state, &ctx->key, req->iv); in crypto_aegis128_decrypt_generic()
454 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_encrypt_simd() local
463 crypto_aegis128_init_simd(&state, &ctx->key, req->iv); in crypto_aegis128_encrypt_simd()
480 struct aegis_ctx *ctx = crypto_aead_ctx(tfm); in crypto_aegis128_decrypt_simd() local
491 crypto_aegis128_init_simd(&state, &ctx in crypto_aegis128_decrypt_simd()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c469 const struct ttm_operation_ctx *ctx, bool clear, in __i915_ttm_move()
529 err = i915_deps_sync(move_deps, ctx); in __i915_ttm_move()
563 * @ctx: Pointer to a struct ttm_operation_ctx indicating how the waits should be
571 struct ttm_operation_ctx *ctx, in i915_ttm_move()
627 ret = ttm_tt_populate(bo->bdev, ttm, ctx); in i915_ttm_move()
642 ret = i915_deps_add_resv(&deps, bo->base.resv, ctx); in i915_ttm_move()
648 migration_fence = __i915_ttm_move(bo, ctx, clear, dst_mem, ttm, in i915_ttm_move()
710 struct ttm_operation_ctx ctx = { in i915_gem_obj_copy_ttm() local
734 ret = i915_deps_add_resv(&deps, dst_bo->base.resv, &ctx); in i915_gem_obj_copy_ttm()
738 ret = i915_deps_add_resv(&deps, src_bo->base.resv, &ctx); in i915_gem_obj_copy_ttm()
468 __i915_ttm_move(struct ttm_buffer_object *bo, const struct ttm_operation_ctx *ctx, bool clear, struct ttm_resource *dst_mem, struct ttm_tt *dst_ttm, struct i915_refct_sgt *dst_rsgt, bool allow_accel, const struct i915_deps *move_deps) __i915_ttm_move() argument
570 i915_ttm_move(struct ttm_buffer_object *bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *dst_mem, struct ttm_place *hop) i915_ttm_move() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dv4l2_buffers.c495 V4L2Context *ctx = avbuf->context; in ff_v4l2_buffer_initialize() local
499 avbuf->buf.type = ctx->type; in ff_v4l2_buffer_initialize()
502 if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { in ff_v4l2_buffer_initialize()
511 if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { in ff_v4l2_buffer_initialize()
523 avbuf->plane_info[i].bytesperline = V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ? in ff_v4l2_buffer_initialize()
524 ctx->format.fmt.pix_mp.plane_fmt[i].bytesperline : in ff_v4l2_buffer_initialize()
525 ctx->format.fmt.pix.bytesperline; in ff_v4l2_buffer_initialize()
527 if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { in ff_v4l2_buffer_initialize()
545 if (V4L2_TYPE_IS_OUTPUT(ctx->type)) in ff_v4l2_buffer_initialize()
548 if (V4L2_TYPE_IS_MULTIPLANAR(ctx in ff_v4l2_buffer_initialize()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_huesaturation.c68 int (*do_slice[2])(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
95 static int do_slice_##name##_##xall(AVFilterContext *ctx, \
99 HueSaturationContext *s = ctx->priv; \
383 AVFilterContext *ctx = inlink->dst; in filter_frame() local
384 HueSaturationContext *s = ctx->priv; in filter_frame()
388 ff_filter_execute(ctx, s->do_slice[(s->strength >= 99.f) && (s->colors == ALL)], frame, NULL, in filter_frame()
389 FFMIN(s->planeheight[1], ff_filter_get_nb_threads(ctx))); in filter_frame()
391 return ff_filter_frame(ctx->outputs[0], frame); in filter_frame()
407 AVFilterContext *ctx = inlink->dst; in config_input() local
408 HueSaturationContext *s = ctx in config_input()
[all...]
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c59 lws_jwe_json_cb(struct lejp_ctx *ctx, char reason) in lws_jwe_json_cb() argument
61 struct jwe_cb_args *args = (struct jwe_cb_args *)ctx->user; in lws_jwe_json_cb()
64 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match) in lws_jwe_json_cb()
67 switch (ctx->path_match - 1) { in lws_jwe_json_cb()
95 if (*args->temp_len < ctx->npos) { in lws_jwe_json_cb()
111 memcpy(args->temp, ctx->buf, ctx->npos); in lws_jwe_json_cb()
112 args->temp += ctx->npos; in lws_jwe_json_cb()
113 *args->temp_len -= ctx->npos; in lws_jwe_json_cb()
114 args->jws->map_b64.len[m] += ctx in lws_jwe_json_cb()
[all...]
/third_party/mbedtls/programs/test/
H A Dudp_proxy.c368 mbedtls_net_context *ctx; member
391 ret = mbedtls_net_send(buf->ctx, buf->data, buf->len); in ctx_buffer_flush()
448 static int dispatch_data(mbedtls_net_context *ctx, in dispatch_data() argument
456 if (outbuf[0].ctx == ctx) { in dispatch_data()
458 } else if (outbuf[1].ctx == ctx) { in dispatch_data()
470 ret = mbedtls_net_send(ctx, data, len); in dispatch_data()
865 outbuf[0].ctx = &server_fd; in main()
870 outbuf[1].ctx in main()
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c895 struct pipe_context *ctx, in llvmpipe_fence_finish()
919 static void update_cache_sha1_cpu(struct mesa_sha1 *ctx) in update_cache_sha1_cpu() argument
927 _mesa_sha1_update(ctx, cpu_caps, 6 * sizeof(uint32_t)); in update_cache_sha1_cpu()
932 struct mesa_sha1 ctx; in lp_disk_cache_create() local
936 _mesa_sha1_init(&ctx); in lp_disk_cache_create()
938 if (!disk_cache_get_function_identifier(lp_disk_cache_create, &ctx) || in lp_disk_cache_create()
939 !disk_cache_get_function_identifier(LLVMLinkInMCJIT, &ctx)) in lp_disk_cache_create()
942 _mesa_sha1_update(&ctx, &gallivm_perf, sizeof(gallivm_perf)); in lp_disk_cache_create()
943 update_cache_sha1_cpu(&ctx); in lp_disk_cache_create()
944 _mesa_sha1_final(&ctx, sha in lp_disk_cache_create()
894 llvmpipe_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence_handle, uint64_t timeout) llvmpipe_fence_finish() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c73 fd6_context(batch->ctx)->samples_passed_queries++; in occlusion_resume()
117 fd6_context(batch->ctx)->samples_passed_queries--;
576 struct fd_context *ctx = fd_context(pctx); in fd6_create_batch_query() local
577 struct fd_screen *screen = ctx->screen; in fd6_create_batch_query()
633 q = fd_acc_create_query2(ctx, 0, 0, &perfcntr); in fd6_create_batch_query()
650 struct fd_context *ctx = fd_context(pctx); variable
652 ctx->create_query = fd_acc_create_query;
653 ctx->query_update_batch = fd_acc_query_update_batch;
655 ctx->record_timestamp = record_timestamp;
656 ctx
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c364 iris_blit(struct pipe_context *ctx, const struct pipe_blit_info *info) in iris_blit() argument
366 struct iris_context *ice = (void *) ctx; in iris_blit()
367 struct iris_screen *screen = (struct iris_screen *)ctx->screen; in iris_blit()
574 struct iris_screen *screen = (void *) ice->ctx.screen; in get_copy_region_aux_settings()
660 struct iris_screen *screen = (void *) ice->ctx.screen; in iris_copy_region()
756 iris_resource_copy_region(struct pipe_context *ctx, in iris_resource_copy_region() argument
764 struct iris_context *ice = (void *) ctx; in iris_resource_copy_region()
784 iris_init_blit_functions(struct pipe_context *ctx) in iris_init_blit_functions() argument
786 ctx->blit = iris_blit; in iris_init_blit_functions()
787 ctx in iris_init_blit_functions()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c565 EVP_MD_CTX *ctx; in do_fp() local
566 BIO_get_md_ctx(bp, &ctx); in do_fp()
567 i = EVP_DigestVerifyFinal(ctx, sigin, (unsigned int)siglen); in do_fp()
581 EVP_MD_CTX *ctx; in do_fp() local
584 BIO_get_md_ctx(bp, &ctx); in do_fp()
585 if (!EVP_DigestSignFinal(ctx, NULL, &tmplen)) { in do_fp()
594 if (!EVP_DigestSignFinal(ctx, buf, &len)) { in do_fp()
599 EVP_MD_CTX *ctx; in do_fp() local
607 BIO_get_md_ctx(bp, &ctx); in do_fp()
609 if (!EVP_DigestFinalXOF(ctx, bu in do_fp()
[all...]
/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl34 ($ctx,$inp,$len)=("%i0","%i1","%i2"); # input arguments
315 ld [$ctx+0],$A
317 ld [$ctx+4],$B
320 ld [$ctx+8],$C
322 ld [$ctx+12],$D
369 st $A,[$ctx+0] ! write out ctx
370 st $B,[$ctx+4]
371 st $C,[$ctx+8]
372 st $D,[$ctx
[all...]
/third_party/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl34 ($ctx,$inp,$len)=("%i0","%i1","%i2"); # input arguments
315 ld [$ctx+0],$A
317 ld [$ctx+4],$B
320 ld [$ctx+8],$C
322 ld [$ctx+12],$D
369 st $A,[$ctx+0] ! write out ctx
370 st $B,[$ctx+4]
371 st $C,[$ctx+8]
372 st $D,[$ctx
[all...]
/third_party/openssl/apps/
H A Ddgst.c565 EVP_MD_CTX *ctx; in do_fp() local
566 BIO_get_md_ctx(bp, &ctx); in do_fp()
567 i = EVP_DigestVerifyFinal(ctx, sigin, (unsigned int)siglen); in do_fp()
581 EVP_MD_CTX *ctx; in do_fp() local
584 BIO_get_md_ctx(bp, &ctx); in do_fp()
585 if (!EVP_DigestSignFinal(ctx, NULL, &tmplen)) { in do_fp()
594 if (!EVP_DigestSignFinal(ctx, buf, &len)) { in do_fp()
599 EVP_MD_CTX *ctx; in do_fp() local
607 BIO_get_md_ctx(bp, &ctx); in do_fp()
609 if (!EVP_DigestFinalXOF(ctx, bu in do_fp()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp317 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createComputePipelineAsync() local
318 auto promise = ctx->promise; in createComputePipelineAsync()
336 ctx); in createComputePipelineAsync()
360 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createRenderPipelineAsync() local
361 auto promise = ctx->promise; in createRenderPipelineAsync()
379 ctx); in createRenderPipelineAsync()
457 auto* ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in popErrorScope() local
458 auto promise = ctx->promise; in popErrorScope()
482 ctx); in popErrorScope()
488 delete ctx; in popErrorScope()
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs174 let ctx = cvt_p(EVP_MD_CTX_new())?; in new_intern()
177 ctx, in new_intern()
184 EVP_MD_CTX_free(ctx); in new_intern()
191 md_ctx: ctx, in new_intern()
467 let ctx = cvt_p(EVP_MD_CTX_new())?; in new_intern()
470 ctx, in new_intern()
477 EVP_MD_CTX_free(ctx); in new_intern()
484 md_ctx: ctx, in new_intern()
638 ctx: *mut ffi::EVP_MD_CTX, in EVP_DigestVerifyFinal()
642 ffi::EVP_DigestVerifyFinal(ctx, sigre in EVP_DigestVerifyFinal()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dedit.c36 static void (*edit_cmd_cb)(void *ctx, char *cmd);
37 static void (*edit_eof_cb)(void *ctx);
38 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
295 int (*filter_cb)(void *ctx, const char *cmd)) in history_write()
1113 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), in edit_init() argument
1114 void (*eof_cb)(void *ctx), in edit_init()
1115 char ** (*completion_cb)(void *ctx, const char *cmd, int pos), in edit_init()
1116 void *ctx, const char *history_file, const char *ps) in edit_init()
1124 edit_cb_ctx = ctx; in edit_init()
1145 int (*filter_cb)(void *ctx, cons in edit_deinit()
294 history_write(const char *fname, int (*filter_cb)(void *ctx, const char *cmd)) history_write() argument
1144 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) edit_deinit() argument
[all...]

Completed in 38 milliseconds

1...<<301302303304305306307308309310>>...537