Home
last modified time | relevance | path

Searched refs:ctx_in (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c20 .ctx_in = args, in test_raw_tp_test_run()
50 test_attr.ctx_in = args; in test_raw_tp_test_run()
H A Dskb_helpers.c15 .ctx_in = &skb, in test_skb_helpers()
H A Dtest_profiler.c18 test_attr.ctx_in = args; in sanity_run()
H A Dskb_ctx.c24 .ctx_in = &skb, in test_skb_ctx()
H A Dkfree_skb.c57 .ctx_in = &skb, in test_kfree_skb()
H A Dflow_dissector.c585 tattr.ctx_in = &ctx; in test_flow_dissector()
H A Dsk_lookup.c1062 .ctx_in = &ctx, in run_sk_assign()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Ddsa.h132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
210 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c311 void __user *ctx_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_prog_test_run_raw_tp() local
334 if (copy_from_user(info.ctx, ctx_in, ctx_size_in)) { in bpf_prog_test_run_raw_tp()
372 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init()
688 if (kattr->test.ctx_in || kattr->test.ctx_out) in bpf_prog_test_run_xdp()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.h209 const void *ctx_in; /* optional */ member
264 const void *ctx_in; /* optional */ member
H A Dbpf.c713 attr.test.ctx_in = ptr_to_u64(test_attr->ctx_in); in bpf_prog_test_run_xattr()
745 attr.test.ctx_in = ptr_to_u64(OPTS_GET(opts, ctx_in, NULL)); in bpf_prog_test_run_opts()
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.h158 #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \ argument
164 SCMD_KEY_CTX_INLINE_V((ctx_in)) | \
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst32 …ROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_ou…
169 …ROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_ou…
179 **ctx_in**. Again, "**-**" can be used to read from standard
199 not all of them can take the **ctx_in**/**ctx_out**
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c1170 void *ctx_in = NULL, *ctx_out = NULL; in do_run() local
1278 err = get_run_data(ctx_fname_in, &ctx_in, &test_attr.ctx_size_in); in do_run()
1282 if (ctx_in) { in do_run()
1294 test_attr.ctx_in = ctx_in; in do_run()
1333 free(ctx_in); in do_run()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/
H A Dbpftool566 data_in|data_out|ctx_in|ctx_out)
575 ctx_in ctx_out ctx_size_out repeat'
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Ds5p-sss.c1718 const struct s5p_hash_reqctx *ctx_in = in; in s5p_hash_import() local
1721 if (ctx_in->bufcnt > BUFLEN) { in s5p_hash_import()
H A Domap-sham.c1434 const struct omap_sham_reqctx *ctx_in = in; in omap_sham_import() local
1436 memcpy(rctx, in, sizeof(*rctx) + ctx_in->bufcnt); in omap_sham_import()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h596 __aligned_u64 ctx_in; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h596 __aligned_u64 ctx_in; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c3137 if ((attr->test.ctx_size_in && !attr->test.ctx_in) || in bpf_prog_test_run()
3138 (!attr->test.ctx_size_in && attr->test.ctx_in)) in bpf_prog_test_run()