Home
last modified time | relevance | path

Searched refs:ctx (Results 4951 - 4975 of 12654) sorted by relevance

1...<<191192193194195196197198199200>>...507

/third_party/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl26 $ctx="a0"; # $16
177 ldl @X[0],0($ctx)
182 ldl @X[1],4($ctx)
187 ldl @X[2],8($ctx)
191 ldl @X[3],12($ctx)
195 ldl @X[4],16($ctx)
263 ldl $A,0($ctx)
264 ldl $B,4($ctx)
266 ldl $C,8($ctx)
267 ldl $D,12($ctx)
[all...]
/third_party/openssl/crypto/ts/
H A Dts_rsp_verify.c24 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx,
249 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) in TS_RESP_verify_response() argument
257 if (!int_ts_RESP_verify_token(ctx, token, tst_info)) in TS_RESP_verify_response()
269 int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token) in TS_RESP_verify_token() argument
274 ret = int_ts_RESP_verify_token(ctx, token, tst_info); in TS_RESP_verify_token()
292 static int int_ts_RESP_verify_token(TS_VERIFY_CTX *ctx, in int_ts_RESP_verify_token() argument
301 int flags = ctx->flags; in int_ts_RESP_verify_token()
310 && !TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer)) in int_ts_RESP_verify_token()
318 && !ts_check_policy(ctx in int_ts_RESP_verify_token()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.h54 void *ctx), void *ctx);
93 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid,
95 void *ctx; member
186 void *msg_ctx; /* ctx for wpa_msg() calls */
187 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */
256 void (*public_action_cb)(void *ctx, const u8 *buf, size_t len,
259 void (*public_action_cb2)(void *ctx, const u8 *buf, size_t len,
263 int (*vendor_action_cb)(void *ctx, const u8 *buf, size_t len,
267 void (*wps_reg_success_cb)(void *ctx, cons
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps.h259 * @ctx: Higher layer context data (cb_ctx)
268 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr,
273 * @ctx: Higher layer context data (cb_ctx)
282 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
287 * @ctx: Higher layer context data (cb_ctx)
295 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
300 * @ctx: Higher layer context data (cb_ctx)
309 void (*reg_success_cb)(void *ctx, const u8 *mac_addr,
315 * @ctx: Higher layer context data (cb_ctx)
328 void (*set_sel_reg_cb)(void *ctx, in
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h50 void *ctx), void *ctx);
84 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid,
86 void *ctx; member
175 void *msg_ctx; /* ctx for wpa_msg() calls */
176 void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */
246 void (*public_action_cb)(void *ctx, const u8 *buf, size_t len,
249 void (*public_action_cb2)(void *ctx, const u8 *buf, size_t len,
253 int (*vendor_action_cb)(void *ctx, const u8 *buf, size_t len,
257 void (*wps_reg_success_cb)(void *ctx, cons
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task.c10 int dump_task(struct bpf_iter__task *ctx) in dump_task() argument
12 struct seq_file *seq = ctx->meta->seq; in dump_task()
13 struct task_struct *task = ctx->task; in dump_task()
21 if (ctx->meta->seq_num == 0) in dump_task()
H A Dtest_autoload.c14 int prog1(const void *ctx) in prog1() argument
21 int prog2(const void *ctx) in prog2() argument
32 int prog3(const void *ctx) in prog3() argument
34 struct fake_kernel_struct *fake = (void *)ctx; in prog3()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.h9 int mapping_add(struct mapping_ctx *ctx, void *data, u32 *id);
10 int mapping_remove(struct mapping_ctx *ctx, u32 id);
11 int mapping_find(struct mapping_ctx *ctx, u32 id, void *data);
25 void mapping_destroy(struct mapping_ctx *ctx);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_map.c9 int dump_bpf_map(struct bpf_iter__bpf_map *ctx) in dump_bpf_map() argument
11 struct seq_file *seq = ctx->meta->seq; in dump_bpf_map()
12 __u64 seq_num = ctx->meta->seq_num; in dump_bpf_map()
13 struct bpf_map *map = ctx->map; in dump_bpf_map()
H A Dtest_autoload.c14 int prog1(const void *ctx) in prog1() argument
21 int prog2(const void *ctx) in prog2() argument
32 int prog3(const void *ctx) in prog3() argument
34 struct fake_kernel_struct *fake = (void *)ctx; in prog3()
/third_party/node/test/parallel/
H A Dtest-os-checked-function.js10 internalBinding('os').getHomeDirectory = function(ctx) {
11 ctx.syscall = 'foo';
12 ctx.code = 'bar';
13 ctx.message = 'baz';
/third_party/mesa3d/src/mesa/main/
H A Dviewport.h35 _mesa_set_viewport(struct gl_context *ctx, unsigned idx, GLfloat x, GLfloat y,
39 _mesa_set_depth_range(struct gl_context *ctx, unsigned idx,
43 _mesa_init_viewport(struct gl_context *ctx);
46 _mesa_get_viewport_xform(struct gl_context *ctx, unsigned i,
/third_party/ltp/testcases/kernel/syscalls/io_destroy/
H A Dio_destroy01.c12 * Test io_destroy invoked via libaio with invalid ctx and expects it to
26 io_context_t ctx; in verify_io_destroy() local
28 memset(&ctx, 0xff, sizeof(ctx)); in verify_io_destroy()
29 TEST(io_destroy(ctx)); in verify_io_destroy()
/third_party/ltp/testcases/kernel/syscalls/io_cancel/
H A Dio_cancel02.c25 io_context_t ctx; in run() local
27 memset(&ctx, 0, sizeof(ctx)); in run()
28 TEST(io_cancel(ctx, NULL, NULL)); in run()
/third_party/ltp/testcases/kernel/syscalls/io_getevents/
H A Dio_getevents02.c12 * Test io_getevents invoked via libaio with invalid ctx and expects it to
24 io_context_t ctx; in run() local
26 memset(&ctx, 0, sizeof(ctx)); in run()
27 TEST(io_getevents(ctx, 0, 0, NULL, NULL)); in run()
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dcomp_local.h13 int (*init) (COMP_CTX *ctx);
14 void (*finish) (COMP_CTX *ctx);
15 int (*compress) (COMP_CTX *ctx,
18 int (*expand) (COMP_CTX *ctx,
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2_prov.c15 int ossl_blake2s256_init(void *ctx) in ossl_blake2s256_init() argument
20 return ossl_blake2s_init((BLAKE2S_CTX *)ctx, &P); in ossl_blake2s256_init()
23 int ossl_blake2b512_init(void *ctx) in ossl_blake2b512_init() argument
28 return ossl_blake2b_init((BLAKE2B_CTX *)ctx, &P); in ossl_blake2b512_init()
/third_party/openssl/crypto/comp/
H A Dcomp_local.h13 int (*init) (COMP_CTX *ctx);
14 void (*finish) (COMP_CTX *ctx);
15 int (*compress) (COMP_CTX *ctx,
18 int (*expand) (COMP_CTX *ctx,
/third_party/openssl/providers/implementations/digests/
H A Dblake2_prov.c15 int ossl_blake2s256_init(void *ctx) in ossl_blake2s256_init() argument
20 return ossl_blake2s_init((BLAKE2S_CTX *)ctx, &P); in ossl_blake2s256_init()
23 int ossl_blake2b512_init(void *ctx) in ossl_blake2b512_init() argument
28 return ossl_blake2b_init((BLAKE2B_CTX *)ctx, &P); in ossl_blake2b512_init()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dcmac.rs7 pub fn CMAC_CTX_free(ctx: *mut CMAC_CTX); in CMAC_CTX_free()
9 ctx: *mut CMAC_CTX, in CMAC_Init()
15 pub fn CMAC_Update(ctx: *mut CMAC_CTX, data: *const c_void, len: size_t) -> c_int; in CMAC_Update()
16 pub fn CMAC_Final(ctx: *mut CMAC_CTX, out: *mut c_uchar, len: *mut size_t) -> c_int; in CMAC_Final()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes.h15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
16 void aes_encrypt_deinit(void *ctx);
18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
19 void aes_decrypt_deinit(void *ctx);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes.h15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
16 void aes_encrypt_deinit(void *ctx);
18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
19 void aes_decrypt_deinit(void *ctx);
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c111 * @ctx: The context resource
117 struct vmw_resource *ctx; member
144 struct vmw_resource *ctx);
240 node->ctx = res; in vmw_cmd_ctx_first_setup()
314 vmw_validation_res_set_dirty(sw_context->ctx, in vmw_execbuf_res_noref_val_add()
321 ret = vmw_validation_add_resource(sw_context->ctx, res, priv_size, in vmw_execbuf_res_noref_val_add()
363 vmw_validation_res_set_dirty(sw_context->ctx, in vmw_execbuf_res_noctx_val_add()
368 ret = vmw_validation_add_resource(sw_context->ctx, res, 0, dirty, in vmw_execbuf_res_noctx_val_add()
448 * @ctx: Pointer to the context resource
450 * This function puts all resources that were previously bound to @ctx o
453 vmw_resource_context_res_add(struct vmw_private *dev_priv, struct vmw_sw_context *sw_context, struct vmw_resource *ctx) vmw_resource_context_res_add() argument
877 struct vmw_resource *ctx; vmw_cmd_set_render_target_check() local
1097 struct vmw_resource *ctx; vmw_query_bo_switch_commit() local
1633 struct vmw_resource *ctx; vmw_cmd_tex_state() local
1919 struct vmw_resource *ctx; vmw_cmd_shader_define() local
1958 struct vmw_resource *ctx; vmw_cmd_shader_destroy() local
1995 struct vmw_resource *ctx, *res = NULL; vmw_cmd_set_shader() local
2701 struct vmw_resource *ctx; vmw_cmd_dx_bind_shader() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm.c49 dce_abm->base.ctx
108 dmub_abm_enable_fractional_pwm(abm->ctx); in dmub_abm_init()
136 struct dc_context *dc = abm->ctx; in dmub_abm_set_level()
155 struct dc_context *dc = abm->ctx; in dmub_abm_init_config()
187 struct dc_context *ctx, in dmub_abm_construct()
194 base->ctx = ctx; in dmub_abm_construct()
204 struct dc_context *ctx, in dmub_abm_create()
216 dmub_abm_construct(abm_dce, ctx, regs, abm_shift, abm_mask); in dmub_abm_create()
185 dmub_abm_construct( struct dce_abm *abm_dce, struct dc_context *ctx, const struct dce_abm_registers *regs, const struct dce_abm_shift *abm_shift, const struct dce_abm_mask *abm_mask) dmub_abm_construct() argument
203 dmub_abm_create( struct dc_context *ctx, const struct dce_abm_registers *regs, const struct dce_abm_shift *abm_shift, const struct dce_abm_mask *abm_mask) dmub_abm_create() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c49 struct mlx5_eq_tasklet *ctx = from_tasklet(ctx, t, task); in mlx5_cq_tasklet_cb() local
53 spin_lock_irqsave(&ctx->lock, flags); in mlx5_cq_tasklet_cb()
54 list_splice_tail_init(&ctx->list, &ctx->process_list); in mlx5_cq_tasklet_cb()
55 spin_unlock_irqrestore(&ctx->lock, flags); in mlx5_cq_tasklet_cb()
57 list_for_each_entry_safe(mcq, temp, &ctx->process_list, in mlx5_cq_tasklet_cb()
66 if (!list_empty(&ctx->process_list)) in mlx5_cq_tasklet_cb()
67 tasklet_schedule(&ctx->task); in mlx5_cq_tasklet_cb()

Completed in 16 milliseconds

1...<<191192193194195196197198199200>>...507